summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow restart of httpd to occur even with syntax errors in the configJustin Erenkrantz2003-02-171-2/+5
* Added support for Novell LDAP SDK and standardized the SSL support acrossBradley Nicholes2003-02-141-13/+16
* change optional function to return the previous writer, allowing to have mutl...Ian Holsman2003-02-141-1/+2
* finished that boring job:André Malo2003-02-0328-28/+28
* d'oh! was originally against 2.0. yeah, that's it..Ken Coar2003-01-241-1/+1
* here we go. add a directive that will keep %2f from beingKen Coar2003-01-233-3/+11
* move rfc1413 code to a new module "metadata:mod_ident".André Malo2003-01-183-91/+8
* Update documentation to match prototype for ap_register_input_filter andJustin Erenkrantz2003-01-121-2/+6
* comment an endif for clarityBrian Pane2002-12-151-1/+1
* Per Greg's request, add a version string component to the ap_provider.hJustin Erenkrantz2002-11-301-1/+5
* Win32 builds populate include from modules/foo/*.h and os/win32/os.h.William A. Rowe Jr2002-11-241-0/+8
* Branch tag APACHE_2_0_BRANCH now contains Apache 2.0 development.William A. Rowe Jr2002-11-221-2/+2
* use a subpool of c->pool for resources which are set aside, then clear itGreg Ames2002-11-081-4/+3
* mod_logio modification: count bytes-sent after the writev or sendfileBrian Pane2002-10-251-0/+11
* Introduce an EnableSendfile directive (defaulted to ON) to allow usersWilliam A. Rowe Jr2002-10-141-1/+6
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-1/+2
* fix a problem generating the docs via scandocJeff Trawick2002-10-101-1/+1
* Change the LDAP modules to export their symbols correctlyGraham Leggett2002-10-091-7/+29
* Add -S as a synonym for -t -DDUMP_VHOSTSAaron Bannert2002-10-071-1/+1
* On to .44William A. Rowe Jr2002-10-031-1/+1
* On to the 2.0.43 candidateWilliam A. Rowe Jr2002-10-031-1/+1
* Add logic to the default_handler to enable script delivery to scriptGreg Stein2002-10-031-0/+10
* Fix typo in doxygen commentJustin Erenkrantz2002-09-201-1/+1
* Add ap_register_provider and ap_lookup_provider functions which resolveJustin Erenkrantz2002-09-201-0/+88
* Update after the tag (and roll).Sander Striker2002-09-191-1/+1
* Prepare for the tag.Sander Striker2002-09-191-1/+1
* Update after the tag.Sander Striker2002-09-171-1/+1
* Prepare for the tag.Sander Striker2002-09-171-1/+1
* Modify ap_open_logs (an internal function) to follow the hook open_logsWilliam A. Rowe Jr2002-09-161-2/+7
* This bit me over the weekend. A module with old constants doesn't workGreg Stein2002-09-041-1/+2
* Clarify the use and sequencing of these three hooks.Greg Stein2002-08-241-6/+18
* Major/Minor/Min[imal]Ian Holsman2002-08-231-3/+5
* new option to ServerTokens. "Maj[or]" which displays a server responseIan Holsman2002-08-231-1/+3
* Bump after the tag.Sander Striker2002-08-091-1/+1
* Getting ready for the tag.Sander Striker2002-08-091-1/+1
* fix a compile problem in util_ldap.c when APU_HAS_LDAP_NETSCAPE_SSLJeff Trawick2002-07-311-1/+1
* if APR doesn't support threads, we don't need (and can't have) theseJeff Trawick2002-07-301-0/+4
* untabifyJeff Trawick2002-07-301-21/+21
* Fix the PATH exposure security problem I thought I fixed in 2.0.36.Bill Stoddard2002-07-301-1/+1
* Cut-n-paste errorWilliam A. Rowe Jr2002-07-211-4/+0
* Try this AGAIN. Move ap_regkey.h to include/ and assure that this time,William A. Rowe Jr2002-07-111-0/+264
* Fix commentsWilliam A. Rowe Jr2002-07-111-4/+3
* Strength-reduce a 64-bit "mod 16" operation to "& 0xf" in cached_explode()Brian Pane2002-07-111-0/+1
* Fix code commentsWilliam A. Rowe Jr2002-07-111-3/+3
* tweak a comment for readabilityJeff Trawick2002-07-081-4/+3
* fix ap_mpm_set_max_mem_free declaration to match mpm_common.cBrian Pane2002-07-051-1/+2
* Add missing declarations of the new max_mem_free stuffBrian Pane2002-07-041-0/+5
* Re-use the same temp brigade to read all lines of a request header,Brian Pane2002-07-041-5/+17
* Bring in os.h after we let apr do its platform foo.William A. Rowe Jr2002-07-011-1/+2
* Add a filter_init function to the filters so that a filter can executeJustin Erenkrantz2002-06-282-4/+17