]> granicus.if.org Git - apache/shortlog
apache
2013-05-01 Graham Leggettmod_cache: Invalidate cached entities in response to...
2013-05-01 Lucien GentisUpdates.
2013-04-30 Graham Leggettmod_dav: mod_dav overrides dav_fs response on PUT failu...
2013-04-30 Graham Leggettmod_dav: Make sure the URI length is calculated correctly.
2013-04-29 Graham LeggettUpdate the docs to note that SSL now works with the...
2013-04-29 Daniel Grunoxforms
2013-04-29 Daniel GrunoNote that parseargs and parsebody actually returns...
2013-04-29 Daniel Grunoxforms
2013-04-29 Daniel GrunoExpand on how to set context specific directives.
2013-04-28 Guenter KnaufFixed the base64 functions.
2013-04-28 Lucien GentisUpdates.
2013-04-27 Graham Leggettmod_proxy: Clarify the usage suggestion for BalancerInh...
2013-04-27 Graham LeggettNote that the buffer size is set to a maximum of 65536...
2013-04-27 Graham Leggettmod_dav: Do not segfault on PROPFIND with a zero length...
2013-04-27 Graham Leggettmod_dav: Do not fail PROPPATCH when prop namespace...
2013-04-27 Graham Leggettmod_dav: When a PROPPATCH attempts to remove a non...
2013-04-27 Graham Leggettmod_dav: PROPPATCH delete (svn propdel) silently discar...
2013-04-27 Graham Leggettmod_dav: Ensure URI is correctly uriencoded on return...
2013-04-27 Graham Leggettmod_dav: Sending an If or If-Match header with an inval...
2013-04-27 Guenter KnaufAdded function to get all entries of a directory.
2013-04-27 Stefan Fritschfix comment
2013-04-27 Guenter KnaufReduce compiler warnings.
2013-04-26 Lucien GentisUpdate.
2013-04-26 Ruediger Pluem* Backported
2013-04-26 Rainer JungDone.
2013-04-26 Rich BowenRebuild
2013-04-26 Rich BowenRebuild urlmapping doc
2013-04-26 Rich BowenMention DirectoryIndex and mod_autoindex
2013-04-25 Rainer Junghtdigest: Fix buffer overflow when reading digest
2013-04-25 Lucien GentisUpdates.
2013-04-25 Daniel Grunoxforms
2013-04-25 Daniel GrunoNote that ProxyPass[Match] doesn't work within a <Direc...
2013-04-24 Ruediger Pluem* Fix null pointer dereference in case SetEnvif and...
2013-04-23 Graham Leggettmod_dav: Make sure that when we prepare an If URL for...
2013-04-22 Graham Leggettsimple MPM: Lift the restriction that prevents mod_ssl...
2013-04-22 Graham Leggettcore, mod_ssl: Lift the restriction that prevents mod_s...
2013-04-22 Rich BowenRebiuld
2013-04-22 Rich BowenAdds note about enclosing arguments in quotes, as per
2013-04-21 Daniel Grunoelaborate a bit about what ivm does, and add an example...
2013-04-21 Stefan Fritschremove backported item
2013-04-20 Stefan FritschAdd workaround for gcc bug on sparc/64bit
2013-04-20 Lucien GentisUpdates.
2013-04-20 Daniel Grunofix typos, expand on how r:flush works
2013-04-20 Guenter KnaufFixed r.started value to return seconds.
2013-04-20 Daniel GrunoUse a mutex to control read/write for IVM values, so...
2013-04-20 Daniel Grunouse ap_varbuf instead of allocating new strings each...
2013-04-20 Daniel Grunoxforms
2013-04-20 Daniel Grunotypo fixes
2013-04-20 Daniel Grunoscrap r:started from the list of functions, as it's...
2013-04-20 Daniel Grunor.started already exists as a built in variable, so...
2013-04-20 Daniel Grunoxforms
2013-04-20 Daniel Grunominor bug in a C example.
2013-04-20 Daniel Grunos/r:/r./
2013-04-19 Rich BowenAdds an anchor on LA-U for convenience.
2013-04-19 Daniel Grunos/r:/r./
2013-04-19 Daniel Grunoexists_config_define should return a boolean, not a...
2013-04-19 Daniel Grunoremove redundant code
2013-04-19 Daniel GrunoRemove lua_ap_banner, as it's no longer being used.
2013-04-18 Daniel Grunoxforms
2013-04-18 Daniel Grunofix typo
2013-04-17 Rich BowenRebuild
2013-04-17 Rich BowenRebuild
2013-04-17 Rich BowenRearranges the sections so that 'int' is first, where...
2013-04-16 Graham Leggettmod_auth_basic: Allow AuthBasicFake to be switched...
2013-04-16 Guenter KnaufChanged @exp_sysconfdir@ / @exp_logfiledir@ to relative...
2013-04-15 Kaspar Brandrevert r1352596, for the reasons explained in
2013-04-15 Christophe... Turn a int into a apr_size_t for a variabe used to...
2013-04-15 Jim Jagielskiin 2.4.5-dev
2013-04-14 Guenter KnaufOnly ask for the stat info we really use.
2013-04-14 Daniel RuggeriPart two of r1467523
2013-04-14 Rainer JungFix crash in mod_log_config when logging
2013-04-14 Daniel Grunoxforms
2013-04-14 Daniel Grunofix regex documentation for mod_lua
2013-04-14 Guenter KnaufReturn early with an error instead of returning an...
2013-04-14 Guenter KnaufWhoops, one AP_MAX_REG_MATCH not caught.
2013-04-14 Guenter KnaufDecouple mod_lua max regex matches from AP_MAX_REG_MATCH.
2013-04-13 Lucien GentisUpdstes.
2013-04-13 Kaspar BrandExtend check for encrypted private keys: with OpenSSL...
2013-04-13 Daniel Grunoxforms
2013-04-13 Daniel Grunosilly me
2013-04-13 Daniel Grunofix some bugs reported by fuankg on Windows release...
2013-04-13 Daniel Grunowhitespace/escape fix
2013-04-13 Daniel Grunoxforms
2013-04-13 Daniel Grunotemporarily change a comment so the function can be...
2013-04-13 Daniel Grunoremove r:banner and r:port from docs, they are built...
2013-04-13 Daniel Grunofix up r.banner and r.port so they work like variables...
2013-04-13 Daniel Grunofix docs on regex matching, change the actual ordering...
2013-04-13 Daniel RuggeriStatic var not neccessary here
2013-04-12 Guenter KnaufMOdified r:stat() to return finer time granularity.
2013-04-12 Guenter KnaufFixed typo; followup to r1467188.
2013-04-12 Guenter KnaufAdded optional parameter flags to lua_ap_regex().
2013-04-12 Guenter KnaufIncreased stacksize for mod_lua on NetWare.
2013-04-11 Daniel GrunoComment out feature that we don't have yet.
2013-04-11 Guenter KnaufFixed Lua r:stat() time values.
2013-04-09 Christophe... Align comments in examples
2013-04-09 Daniel Grunoxforms
2013-04-09 Daniel GrunoUpdating lua docs with examples of how to use the built...
2013-04-09 Daniel RuggeriAdd failontimeout to allow server admin to mark balance...
2013-04-08 Eric CovenerPR54813 authz_dbm used to respond to 'Require group...
2013-04-08 Daniel Grunoxforms
next