summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Demote to a minor bump for .36 - those affected by API changes shouldWilliam A. Rowe Jr2002-04-291-3/+3
* Style cleanup (remove tabs, fix alignment).Aaron Bannert2002-04-281-31/+57
* Bump after the tag.Sander Striker2002-04-251-1/+1
* Bump for the tagSander Striker2002-04-251-1/+1
* Added the APLOG_TOCLIENT flag to ap_log_rerror() toBill Stoddard2002-04-221-0/+5
* Added ap_recent_rfc822_date(), which uses the recent timestamp cacheBrian Pane2002-04-211-0/+7
* fix a spelling error in a commentJeff Trawick2002-04-191-1/+1
* fix a typo in a comment for ap_get_client_block()Jeff Trawick2002-04-191-1/+1
* Introduced -E startup_logfile_name option to httpd to allow adminsWilliam A. Rowe Jr2002-04-172-1/+9
* Adds support for reading trailers on input by exporting get_mime_headersJustin Erenkrantz2002-04-161-0/+6
* The fix requires a bumpWilliam A. Rowe Jr2002-04-131-1/+2
* Bump after the tag and rollRyan Bloom2002-04-061-1/+1
* Whoops, missed this. Moved these symbols to mod_core.hWilliam A. Rowe Jr2002-04-051-9/+5
* Bump for the 2.0.35 tag. Just waiting for Will's commit to actually doRyan Bloom2002-04-051-1/+1
* ignore generated file ap_config_layout.hJeff Trawick2002-04-041-0/+1
* Remove hardcoded paths from MPMs and move them to a more centralSander Striker2002-04-042-1/+98
* Match the new APR_BUCKET_BUFF_SIZE. We want this to be slightly less thanCliff Woolley2002-04-011-2/+2
* Syncing makes no sense nowJim Jagielski2002-03-292-2/+0
* The old, legacy (and unused) code in which the scoreboard was totallyJim Jagielski2002-03-291-1/+0
* BUCKET FREELISTSCliff Woolley2002-03-294-6/+13
* Add a new parameter to the quick_handler hook to instructBill Stoddard2002-03-272-2/+7
* Up to .35 [no need to call out .35-dev in changes, that's just silly.]William A. Rowe Jr2002-03-261-1/+1
* Ready for .34 evaluation.William A. Rowe Jr2002-03-261-1/+1
* Changed mod_cgi to not do single-byte reads to consume theBrian Pane2002-03-241-0/+17
* Update callers of apr_explode_gmt to apr_time_exp_gmt. TheSander Striker2002-03-211-1/+1
* Fold the compiled-in knowledge of the allowable AcceptMutex settings intoJim Jagielski2002-03-201-1/+1
* Commit 2 of 2 to:Bill Stoddard2002-03-201-2/+8
* Bring 2.0 up to parity, a bit, with how much info we provide toJim Jagielski2002-03-201-0/+1
* ap_rset_content_type() should take const char * instead of char *Jeff Trawick2002-03-201-1/+1
* Final commit to add ap_rset_content_type accessor. Add AddOutputFiltersbyTypeBill Stoddard2002-03-202-0/+8
* Bump ap_mmn for the M_INVALID change. Add a note to CHANGES.Greg Stein2002-03-191-1/+2
* The underlying change here was to add the new WebDAV/DeltaV methodsGreg Stein2002-03-192-30/+31
* A little mgmt overhead for the mod_dav API change.Greg Stein2002-03-181-1/+2
* Use the "recent time" cache to optimize timestamp generation forBrian Pane2002-03-171-0/+7
* Typo (noticed while browsing http://docx.webperf.org/)Martin Kraemer2002-03-151-1/+1
* Fix win32 compile breakage.Bill Stoddard2002-03-131-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-1326-26/+26
* Comments like this help keep the sanity of module authors.Aaron Bannert2002-03-071-0/+1
* ap_rgetline: fix folding and partial line handling on ebcdic boxes. TheGreg Ames2002-03-071-2/+18
* As hinted on dev@httpd, change filter naming schemes to match ourJustin Erenkrantz2002-03-072-12/+16
* Remove the prev pointer from the filter chain. This removesRyan Bloom2002-03-071-3/+0
* bump after the tag.Ryan Bloom2002-03-061-1/+1
* Push for a new tag.Ryan Bloom2002-03-061-1/+1
* apr-utils rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-4/+2
* I forgot to bump the mmn.Ryan Bloom2002-03-031-1/+2
* This finishes the mod_dir/mod_negotiation bug. This final part of theRyan Bloom2002-03-031-0/+3
* Fix the mod_dir/mod_negotiation bug, where redirects and sub requestsRyan Bloom2002-03-031-0/+8
* document the ctx parameter to the add-input-filter functionsJeff Trawick2002-02-271-0/+2
* ap_calc_scoreboard_size() needs to be exported for win32Doug MacEachern2002-02-271-1/+1
* Added ap_get_input_filter_handle() and ap_get_output_filter_handle()Brian Pane2002-02-231-0/+13