]> granicus.if.org Git - apache/history - modules
mod_cache: Introduce the thundering herd lock, a mechanism to keep
[apache] / modules /
2009-08-26 Graham Leggettmod_cache: Introduce the thundering herd lock, a mechan...
2009-08-26 Daniel Earl PoirierFix shm, rmm, and lock problems.
2009-08-26 Brian HavardBring back OS/2 support.
2009-08-23 Nick KewPreserve port over internal redirection
2009-08-23 Nick KewReturn consistent error status for proxy unable to...
2009-08-21 Nick KewSwitch mod_dbd to using APR_STATUS_IS_foo macros in...
2009-08-16 Ruediger Pluem* Do better checking of pollset operations in various...
2009-08-12 Ruediger Pluem* Correctly create an empty cell if the description...
2009-08-04 Jean-Frederic ClereOops my bad: Stop copying and pasting code.
2009-08-03 Jean-Frederic ClereFix warnings.
2009-07-30 Jean-Frederic ClereAdd the file logic for the handler.
2009-07-29 Guenter Knaufremoved another obsolete cast. Mentioned by Peter Sylve...
2009-07-29 Jeff Trawickmark some private module data as "static", resolving
2009-07-29 Jeff Trawickfix type mismatch in argument to attach() method
2009-07-28 Jim JagielskiAlign logic and message :)
2009-07-28 Jean-Frederic ClerePut the hm_slot_server_t in a common include.
2009-07-27 Guenter Knaufremoved obsolete cast. Mentioned by Peter Sylvester.
2009-07-20 Jim JagielskiIn the case where we have no members, they aren't in...
2009-07-19 Nick KewUpdate r795445 patch in the light of rpluem's comments...
2009-07-18 Nick Kewmod_dir: Change DefaultHandler to DefaultMapping, and...
2009-07-18 Nick KewTypo fix
2009-07-18 Nick KewFix mod_include potential segfault checking backref...
2009-07-13 Guenter Knaufskip another lua source file with NetWare build.
2009-07-13 Guenter Knaufand another NetWare build fix for mod_lua.
2009-07-13 Guenter Knauffinal NetWare mod_lua build fixes.
2009-07-12 Guenter Knaufadded mod_lua to the NetWare build.
2009-07-12 Guenter Knaufadded NetWare makefile for mod_lua.
2009-07-09 Takashi SatoAdd the missing include of apu_version.h and thus fix...
2009-07-09 Ruediger Pluem* Return APR_EOF if request body is shorter than the...
2009-07-09 Ruediger Pluem* Silence compiler warnings about unused variables.
2009-07-08 Guenter Knauffinally fixed NetWare export list (thanks help from...
2009-07-07 Guenter Knauffixed types, fixed NetWare build.
2009-07-07 Guenter Knauffixed import list.
2009-07-06 Guenter Knaufremoved font clutter as suggested by niq.
2009-07-06 Guenter Knaufadded compile-time apr / apr-util versions as wrowe...
2009-07-06 Jean-Frederic ClereAdd use slotmem. Directive HeartbeatMaxServers > 10...
2009-07-06 William A. Rowe JrUse uninterruptable write; noted borrowing this code...
2009-07-06 Guenter Knauffixed NetWare build includes.
2009-07-06 Guenter Knaufadded makefile for mod_noloris
2009-07-06 Guenter Knauffixed var name, fixed memset parameter,
2009-07-06 Jean-Frederic ClereArrange the slotmem chain logic in attach() too.
2009-07-06 Jean-Frederic ClereArrange the slotmem chain logic.
2009-07-05 Nick KewCorrectly set suexec_enabled when httpd is run by non...
2009-07-05 Guenter Knaufadded apr / apr-util version output (part two).
2009-07-05 Guenter Knaufadded apr / apr-util version output.
2009-07-05 Nick Kewmod_noloris: switch to fixed-sized shm ip storage,...
2009-07-02 Joe OrtonSecurity fix for CVE-2009-1890:
2009-07-01 Nick Kewmod_noloris just moved from discussion to attracting...
2009-06-26 Jean-Frederic ClereDon't set worker->s if already set (for balancer using...
2009-06-26 Joe OrtonFix hung SSL handshake if a particularly long CA list...
2009-06-24 Guenter Knaufadded mod_remoteip to NetWare build.
2009-06-23 Joe Orton* modules/ssl/ssl_engine_io.c (bio_filter_out_ctrl...
2009-06-23 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2009-06-23 Joe Orton* module/ssl/ssl_engine_io.c: Comment bio_filter_out_ctx_t.
2009-06-17 Nick Kewmod_proxy_http: fix case sensitivity checking transfer...
2009-06-17 Nick Kewmod_alias: Ensure Redirect issues a valid URL
2009-06-17 Nick KewFix bug in r785425 (dereference null pointer when not...
2009-06-16 Nick KewAdd DefaultHandler directive to mod_dir.
2009-06-15 Brian McCallisterchange use of luaL_openlib to luaL_register via path...
2009-06-15 Brian McCallisterchange use of luaL_openlib to luaL_register via path...
2009-06-15 Brian McCallisterremove unusable test file
2009-06-11 Ruediger Pluem* Close the accepted fd in the error case to avoid...
2009-06-11 Ruediger Pluem* Close the listening Unix socket of the mod_cgid daemo...
2009-06-11 Ruediger Pluem* Remove locking for writing to the rewritelog. There...
2009-06-01 Jim JagielskiSimplify... handle this below, even though it's
2009-06-01 Jim Jagielskitypo
2009-06-01 Jim JagielskiMore adjustment for Redirect argument checking...
2009-06-01 Ruediger Pluem* Some custom defined response codes also do not requir...
2009-06-01 Jim JagielskiFix error with arg counting
2009-05-31 William A. Rowe JrFavor DECL over DECLS
2009-05-31 William A. Rowe JrRestructure fdpass logic to not spew stderr crap for...
2009-05-27 Sander TemmeExpose whether a request was served over an Initial...
2009-05-27 Nick Kewmod_alias: Enforce sanity in args to Redirect
2009-05-25 Nick KewFix IPv6 literal addresses passed to a proxied backend.
2009-05-25 Ruediger Pluem* Correctly detect if CacheIgnoreURLSessionIdentifiers...
2009-05-25 Ruediger Pluem* Use the correct constant.
2009-05-22 Jim Jagielskiavoid a relatively ugly code dup
2009-05-21 Jim JagielskiComplete API :)
2009-05-21 Ruediger Pluem* Add CacheIgnoreURLSessionIdentifiers directive to...
2009-05-19 Jim Jagielskilinewrap. no func diffs
2009-05-19 Jim JagielskiDoesn't really make sense to have to keep these 2
2009-05-19 Takashi SatoFix the error string returned by RewriteRule. RewriteRu...
2009-05-16 Jeff Trawick"fix" this warning by passing "%s" as the format string:
2009-05-15 William A. Rowe JrQuit hiding the previous request information while...
2009-05-15 William A. Rowe Jrwrap comment, no functional change
2009-05-15 Jim JagielskiAdd inuse table and grab/release to plainmem slot provider
2009-05-15 William A. Rowe Jrcleanup truncation
2009-05-15 Jim JagielskiAlign internal names with external... Note, rename
2009-05-15 Jim JagielskiAnother slotmem flag. This one determines if access
2009-05-15 William A. Rowe JrFix win32 build includes
2009-05-15 Jim JagielskiRemove all locking from slotmem_shm...
2009-05-15 Jim JagielskiAlign with module naming
2009-05-15 Jim Jagielskicompile-time issues
2009-05-15 Jim JagielskiFinal ( :) ) step to transition which removes the ap_sl...
2009-05-15 Jim JagielskiFinalize
2009-05-15 Jim JagielskiMove over
2009-05-15 Jim JagielskiRename of slotmem in transition away from ap_slotmem_...
2009-05-14 Jim Jagielskioptimize as suggested by chrisd
2009-05-14 Jim Jagielskiunused var
2009-05-13 Jim Jagielskiadd API back from r774454
next