summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-132-5/+6
* Bump after the tagCliff Woolley2002-06-111-1/+1
* bump before the tagCliff Woolley2002-06-111-1/+1
* Style cleanups before contemplating adding init filter hook.Justin Erenkrantz2002-06-081-16/+23
* Update comments for Stas BekmanBill Stoddard2002-06-041-2/+11
* The recent changes require a full recompile. Lack thereof has bittenCliff Woolley2002-06-031-1/+2
* The apr_bucket change requires a minor MMN bump. Also modify Apache'sRyan Bloom2002-05-311-1/+1
* fix some major badness: error buckets *cannot* use simple_copy becauseCliff Woolley2002-05-311-0/+2
* Add macro to check for an error bucket. (Can't call it APR_BUCKET_IS_ERRORJustin Erenkrantz2002-05-301-0/+7
* Add a PROXYREQ_RESPONSE value for request_rec->proxyreq because it isJustin Erenkrantz2002-05-301-1/+3
* Imagine the horror. I go to try compiling PHP4, and it bombs out onCliff Woolley2002-05-301-6/+9
* Yet another reason the MMN needs to get bumped. If there are changesCliff Woolley2002-05-301-1/+2
* Add "-k start|startssl|restart|graceful|stop" support to httpdJeff Trawick2002-05-232-0/+9
* add ap_log_pid() for reading an Apache pid fileJeff Trawick2002-05-231-0/+8
* ignore APLOG_NOERRNO; note that it is deprecatedJeff Trawick2002-05-171-0/+3
* Added EnableMMAP directive to allow the server administrator toBrian Pane2002-05-121-0/+9