summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* The response to the TRACE method is partially garbled on an EBCDIC platform. Greg Ames2008-05-231-1/+12
* Determine registered authn/z providers directly in ap_setup_auth_internal(),Chris Darroch2008-05-224-30/+0
* Convert common provider version strings ("0") toChris Darroch2008-05-2017-41/+83
* * Only send 100-continue if the status code so far indicates success.Ruediger Pluem2008-05-191-1/+1
* Make sure the optional function calls are used for ap_session_set andGraham Leggett2008-05-111-6/+6
* fix uninitialized variableRoy T. Fielding2008-05-101-0/+3
* Remove extra cruft that ended up in a commit.Graham Leggett2008-05-101-4/+0
* core, mod_proxy: If a kept_body is present, it becomes safe forGraham Leggett2008-05-101-1/+8
* mod_auth_form: Make sure the input filter stack is properly setGraham Leggett2008-05-101-61/+92
* mod_request: Insert the KEPT_BODY filter via the insert_filterGraham Leggett2008-05-092-44/+70
* *) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared byEric Covener2008-05-081-0/+10
* mod_cgid: Don't try to restart the daemon if it fails to initialize the socket.Jeff Trawick2008-05-071-6/+20
* * Make code more readable by using OR (which is also Roys preference over AND)Ruediger Pluem2008-05-071-1/+1
* Fix the method used to detect the root of the request tree when subrequestsGraham Leggett2008-05-071-1/+10
* * modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remove the call toJoe Orton2008-05-071-5/+6
* Remove C++ style comments.Graham Leggett2008-05-011-3/+1
* Typo.Jean-Frederic Clere2008-04-211-1/+1
* Set at init time, and combine commentsJim Jagielski2008-04-202-10/+11
* * Do not add the query string again in the case that we are using theRuediger Pluem2008-04-192-29/+6
* * We need to use the headers_out table we merged above, not the original one.Ruediger Pluem2008-04-191-1/+1
* * Style fixes. No functional changes.Ruediger Pluem2008-04-192-5/+5
* * Use the correct headers_out table for overlaying.Ruediger Pluem2008-04-191-1/+1
* Centralize the error-header collapsing done when sending out cached replies. ...Dirk-Willem van Gulik2008-04-182-12/+6
* Make it compile on pre-C99 compilersMartin Kraemer2008-04-181-1/+1
* * The previous patch did not work correctly with neither enable nor disableRuediger Pluem2008-04-171-6/+3
* * Require to explicitly enable mod_session_crypto since it requires the apr sslRuediger Pluem2008-04-171-1/+1
* * Fix r649054: Do the correct thing when neither enable nor disable is specfied.Ruediger Pluem2008-04-171-4/+13
* handle ? in cases where nocanon is in effectJim Jagielski2008-04-172-4/+9
* * Style police. No functional changes.Ruediger Pluem2008-04-172-17/+21
* Centralize hop-by-hop header handling in the main mod_cache code. This change...Dirk-Willem van Gulik2008-04-171-1/+5
* Centralize hop-by-hop header handling in the memory caching code.Dirk-Willem van Gulik2008-04-171-10/+1
* Centralize hop-by-hop header handling in the disk caching code. Note that 'ou...Dirk-Willem van Gulik2008-04-171-12/+3
* and make mod_proxy_fcgi also nocanon awareJim Jagielski2008-04-171-1/+6
* Make mod_proxy_ajp aware of the nocanon envvarJim Jagielski2008-04-171-2/+7
* Currently each of the caching module includes logic to implementDirk-Willem van Gulik2008-04-172-4/+72
* Ensure that the REMOTE_USER variable is correctly written when the userGraham Leggett2008-04-171-0/+5
* Be defensive to ensure no segfault should the session entries tableGraham Leggett2008-04-171-1/+1
* Fix the optional declarations so that the modules will build clean inGraham Leggett2008-04-173-4/+6
* * modules/session/config.m4: Have --disable-session disable mod_session_*Joe Orton2008-04-171-4/+4
* remove const on socache module declarations to avoid segfault inChris Darroch2008-04-164-4/+4
* Move the public mod_request.h header out of the include directory and back to...Graham Leggett2008-04-151-0/+124
* * Allow Cookie option to set secure and HttpOnly flagsRuediger Pluem2008-04-121-0/+6
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-116-446/+607
* Fix socache modules' APACHE_MODULE() definitions.Chris Darroch2008-04-101-3/+3
* Move the initialization of rebind to the post_config handler so that it is do...Bradley Nicholes2008-04-101-3/+3
* Handle integer configuration directive parameters with a dedicatedChris Darroch2008-04-091-19/+24
* Let each consumer of authn providers redefine the list_provider_namesChris Darroch2008-04-092-0/+13
* * modules/cache/ap_socache.h: Doxify.Joe Orton2008-04-091-33/+82
* make use of var for output name.Guenter Knauf2008-04-093-3/+3
* Fixed export list for mod_session.Guenter Knauf2008-04-091-1/+3