summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for escaping all non-ascii chars to ap_escape_html, and useNick Kew2008-12-311-1/+2
* use a local apr_shm_t* to avoid casts and type-punning warningsChris Darroch2008-12-311-14/+16
* Fix mod_rewrite "B" flag breakage by reverting r589343Nick Kew2008-12-311-4/+46
* remove unused variables and fix naming conflictsChris Darroch2008-12-311-15/+10
* detabify and clean some whitespaceChris Darroch2008-12-304-185/+193
* no need here :)Jim Jagielski2008-12-301-3/+0
* Bump up...Jim Jagielski2008-12-302-0/+0
* And complete the API changes...Jim Jagielski2008-12-303-33/+97
* Start of further refactoring....Jim Jagielski2008-12-307-4/+107
* Move desc of slotmem type to be generic enough so can beJim Jagielski2008-12-303-54/+56
* * This files gets generated. So no need to put it in svn.Ruediger Pluem2008-12-291-5/+0
* No need to sep out all the shared mem stuff... clean upJim Jagielski2008-12-295-407/+364
* implement mutex control from shared memory... plain memory notJim Jagielski2008-12-295-38/+126
* PR#39332: fix for segfault problem with mod_cgid on SolarisNick Kew2008-12-271-16/+43
* add mod_proxy_scgi, as announced a long time agoAndré Malo2008-12-263-0/+637
* Fix r729438 to commit the right version of the patch, dammit!Nick Kew2008-12-253-65/+138