summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Don't set worker->s if already set (for balancer using slotmem for examples).Jean-Frederic Clere2009-06-261-28/+30
* Fix hung SSL handshake if a particularly long CA list is configured:Joe Orton2009-06-261-11/+12
* added mod_remoteip to NetWare build.Guenter Knauf2009-06-242-0/+251
* * modules/ssl/ssl_engine_io.c (bio_filter_out_ctrl): SwitchJoe Orton2009-06-231-2/+6
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn_rec): MapJoe Orton2009-06-231-4/+2
* * module/ssl/ssl_engine_io.c: Comment bio_filter_out_ctx_t.Joe Orton2009-06-231-4/+4
* mod_proxy_http: fix case sensitivity checking transfer encodingNick Kew2009-06-171-1/+1
* mod_alias: Ensure Redirect issues a valid URLNick Kew2009-06-171-4/+24
* Fix bug in r785425 (dereference null pointer when not configured)Nick Kew2009-06-171-0/+12
* Add DefaultHandler directive to mod_dir.Nick Kew2009-06-161-0/+49
* change use of luaL_openlib to luaL_register via path from Arfrever Frehtes Ta...Brian McCallister2009-06-151-1/+1
* change use of luaL_openlib to luaL_register via path from Arfrever Frehtes Ta...Brian McCallister2009-06-151-1/+1
* remove unusable test fileBrian McCallister2009-06-151-64/+0
* * Close the accepted fd in the error case to avoid a file descriptor leak.Ruediger Pluem2009-06-111-0/+1
* * Close the listening Unix socket of the mod_cgid daemon in the CGI scripts.Ruediger Pluem2009-06-111-7/+10
* * Remove locking for writing to the rewritelog. There seems to be no reasonRuediger Pluem2009-06-111-47/+0
* Simplify... handle this below, even though it'sJim Jagielski2009-06-011-9/+1
* typoJim Jagielski2009-06-011-1/+1
* More adjustment for Redirect argument checking...Jim Jagielski2009-06-011-14/+37
* * Some custom defined response codes also do not require 3 arguments (all thatRuediger Pluem2009-06-011-4/+3
* Fix error with arg countingJim Jagielski2009-06-011-4/+5
* Favor DECL over DECLSWilliam A. Rowe Jr2009-05-311-1/+1
* Restructure fdpass logic to not spew stderr crap for without purpose, andWilliam A. Rowe Jr2009-05-311-6/+12
* Expose whether a request was served over an Initial or Resumed SSL session to...Sander Temme2009-05-272-0/+7
* mod_alias: Enforce sanity in args to RedirectNick Kew2009-05-271-10/+15
* Fix IPv6 literal addresses passed to a proxied backend.Nick Kew2009-05-251-4/+13
* * Correctly detect if CacheIgnoreURLSessionIdentifiers is set.Ruediger Pluem2009-05-251-1/+1
* * Use the correct constant.Ruediger Pluem2009-05-251-1/+1
* avoid a relatively ugly code dupJim Jagielski2009-05-221-5/+3
* Complete API :)Jim Jagielski2009-05-212-2/+6
* * Add CacheIgnoreURLSessionIdentifiers directive to ignoreRuediger Pluem2009-05-213-2/+102
* linewrap. no func diffsJim Jagielski2009-05-191-16/+36
* Doesn't really make sense to have to keep these 2Jim Jagielski2009-05-191-42/+37
* Fix the error string returned by RewriteRule. RewriteRule returned "RewriteCo...Takashi Sato2009-05-191-6/+6
* "fix" this warning by passing "%s" as the format string:Jeff Trawick2009-05-161-0/+1
* Quit hiding the previous request information while the subsequent request is ...William A. Rowe Jr2009-05-151-13/+9
* wrap comment, no functional changeWilliam A. Rowe Jr2009-05-151-2/+2
* Add inuse table and grab/release to plainmem slot providerJim Jagielski2009-05-151-6/+77
* cleanup truncationWilliam A. Rowe Jr2009-05-151-2/+2
* Align internal names with external... Note, renameJim Jagielski2009-05-152-11/+11
* Another slotmem flag. This one determines if accessJim Jagielski2009-05-152-11/+21
* Fix win32 build includesWilliam A. Rowe Jr2009-05-152-4/+4
* Remove all locking from slotmem_shm...Jim Jagielski2009-05-151-93/+1
* Align with module namingJim Jagielski2009-05-152-20/+20
* compile-time issuesJim Jagielski2009-05-152-3/+3
* Final ( :) ) step to transition which removes the ap_slotmem_fooJim Jagielski2009-05-152-41/+41
* FinalizeJim Jagielski2009-05-151-1/+1
* Move overJim Jagielski2009-05-154-0/+0
* Rename of slotmem in transition away from ap_slotmem_ foo nisJim Jagielski2009-05-153-2/+2
* optimize as suggested by chrisdJim Jagielski2009-05-142-45/+28