summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* use a local module header file to store the function prototypeRoy T. Fielding2009-01-312-1/+42
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-306-22/+14
* name protect unixd_setup_child and restore its prototype to unixd.hRoy T. Fielding2009-01-301-1/+2
* Match up formats with args in error messages.Nick Kew2009-01-281-5/+5
* * Correctly construct base href url in the reverse proxy case.Ruediger Pluem2009-01-271-5/+14
* Add IPv6 variable to mod_rewrite.Paul Querna2009-01-271-0/+15
* fix spelling in debug log messageJeff Trawick2009-01-251-1/+1
* changes headers_in and headers_out handling in mod_lua to map apr_table_t ins...Brian McCallister2009-01-244-28/+34
* minor edit to lua readmeBrian McCallister2009-01-241-0/+1
* Tag the pool at creation time.Paul Querna2009-01-221-1/+1
* Use the more traditional create/clear/destroy style for the main loop pool.Paul Querna2009-01-221-3/+4
* tweak the referral/hoplimit ldap option logic to save the failure reason in t...Jeff Trawick2009-01-161-0/+2
* * Try first if we find any "recoverable" workers before we force them toRuediger Pluem2009-01-151-1/+9
* * Set the error time if we set a worker in error mode.Ruediger Pluem2009-01-151-1/+4
* Enhance KeepAliveTimeout to support a value in milliseconds.Takashi Sato2009-01-121-1/+5
* * Correctly merge SSLRenegBufferSize directive.Ruediger Pluem2009-01-112-3/+6
* use ap_log_rerror instead of r->server per niq's commentsEric Covener2009-01-101-2/+2
* pass a server_rec to ap_log_error on two interim response messagesEric Covener2009-01-091-2/+2
* mod_authnz_ldap: Reduce number of initialization debug messages and makePaul J. Reder2009-01-091-23/+15
* Translate locally generated "100-Continue" message toEric Covener2009-01-081-1/+4
* Remove tabs. no functional changes.Paul Querna2009-01-081-3/+3
* Improve canned 504 error message in the light of r729586 and covener's comment.Nick Kew2009-01-071-2/+2
* eliminating 9x legacy code from mod_win32William A. Rowe Jr2009-01-061-17/+3
* the length arguments are apr_size_t, not intJeff Trawick2009-01-061-1/+1
* tiny style fix for r729579Jeff Trawick2009-01-061-1/+1
* mod_ext_filter: fix test for onfail behaviourNick Kew2009-01-051-4/+4
* Improved fix to PR#41120: send a clean error response when abortingNick Kew2009-01-051-2/+12
* mod_session_crypto: Ensure that SessionCryptoDriver can only beGraham Leggett2009-01-041-61/+51
* Fix mod_ext_filter to detect failure to start the external program,Nick Kew2009-01-041-6/+44
* Silence compiler warning about unused variable cfg.Rainer Jung2009-01-041-2/+0
* mod_session_crypto: Rewrite the session_crypto module against theGraham Leggett2009-01-031-210/+338
* vi broke event ;)Rainer Jung2009-01-031-1/+1
* Fix format type warning in mod_example_ipc.c.Rainer Jung2009-01-031-2/+2
* Allow feature test for apr_ssl.h to succeed:Rainer Jung2009-01-031-2/+5
* mod_auth_form: Fix a pool lifetime issue, don't remove the subrequestGraham Leggett2009-01-031-2/+6
* * modules/proxy/config.m4: Remove spurious notices from configure.Justin Erenkrantz2009-01-031-3/+1
* Need to close temporary file before using itRainer Jung2009-01-031-0/+7
* Use LDADD mechanism to only link mod_serf resp.Rainer Jung2009-01-032-3/+2
* Add new struct element: name...Jim Jagielski2009-01-022-1/+5
* Use default object file in APACHE_MODULE callsRainer Jung2009-01-023-13/+6
* Add a declaration check for CMSG_DATA to mod_proxy_fdpass.Rainer Jung2009-01-022-5/+12
* Prevent empty test statement.Rainer Jung2009-01-022-2/+2
* Add a header check for priv.h to mod_privileges.Rainer Jung2009-01-021-1/+7
* Add a header check for apr_ssl.h to mod_session_crypto.Rainer Jung2009-01-021-1/+7
* unixd_set_global_mutex_perms() -> ap_unixd_set_global_mutex_perms()Rainer Jung2009-01-021-1/+1
* Use APACHE_HELP_STRING() for --enable-luajit in configureRainer Jung2009-01-021-1/+3
* Transition mod_slotmem to ap_slotmem... just monkeyingJim Jagielski2009-01-018-332/+32
* be consistant with naming...Jim Jagielski2008-12-313-5/+5
* Modules will also need to know which methods are availableJim Jagielski2008-12-312-0/+11
* Update commentsJim Jagielski2008-12-311-2/+3