summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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-161-1/+1
* Modify ap_open_logs (an internal function) to follow the hook open_logsWilliam A. Rowe Jr2002-09-151-2/+7
* This bit me over the weekend. A module with old constants doesn't workGreg Stein2002-09-031-1/+2
* Clarify the use and sequencing of these three hooks.Greg Stein2002-08-231-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-041-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
* Fix doxygen comments and add a missing line-feed.Justin Erenkrantz2002-06-271-2/+3
* Change conn_rec->keepalive to an enumerated value ofJustin Erenkrantz2002-06-262-4/+10
* Add in the other complex ap_regkey_value_foo() fns and move ap_regkey.hWilliam A. Rowe Jr2002-06-241-160/+0
* Introduce win32 registry handling through a very apr-ish interface.William A. Rowe Jr2002-06-241-0/+160
* Removed "tolower(++s)" idiom from ap_strcasestr(), to avoid side-effectsBrian Pane2002-06-231-0/+1
* With dav corrected, this last _compat.h bogosity leaves the core distro.William A. Rowe Jr2002-06-231-1/+0
* Revert to the 1.39 comments about NULL for ap_sub_req_lookup() next_filterWilliam A. Rowe Jr2002-06-221-3/+3
* Note the changed meaning of the NULL next_filter argument to theWilliam A. Rowe Jr2002-06-221-3/+3
* bump after the tagCliff Woolley2002-06-171-1/+1
* here goes nothingCliff Woolley2002-06-171-1/+1
* moving on. :)Cliff Woolley2002-06-161-1/+1
* bump before the tagCliff Woolley2002-06-161-1/+1
* Improve on some of the documentary comments in the request_rec.Aaron Bannert2002-06-151-47/+48
* Solve the 80/20 by initializing and storing server_rec->timeout andWilliam A. Rowe Jr2002-06-122-5/+6