summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix name of The Apache Software FoundationAndré Malo2004-02-095-5/+5
* fix copyright dates according to the first check inAndré Malo2004-02-085-5/+5
* apply Apache License, Version 2.0André Malo2004-02-065-261/+50
* Build array of allowed methods with proper dimensions, fixingJeff Trawick2004-01-161-1/+1
* internal_fast_redirect: take over important request_rec membersAndré Malo2004-01-141-0/+3
* update license to 2004.André Malo2004-01-015-5/+5
* *) Add a hook (insert_error_filter) to allow filters to re-insertPaul J. Reder2003-12-121-0/+7
* get rid of _FOREACHCliff Woolley2003-11-162-3/+13
* fix the EBCDIC path in send_all_header_fields() to actually return somethingJeff Trawick2003-11-151-1/+1
* add a commentAndré Malo2003-11-021-1/+5
* Set the scoreboard state to indicate logging prior to runningJeff Trawick2003-10-221-0/+2
* Resolve the ap_get_client_block() showstopper by looking at APR_BRIGADE_LASTJustin Erenkrantz2003-08-311-1/+19
* Don't respect the Server header field as set by modules and CGIs.Jeff Trawick2003-06-061-3/+6
* Rework of the recursion stopper - collapse recursion counters into one functionAndré Malo2003-05-301-1/+1
* - revert my patch (r1.155) since it produces regressions.André Malo2003-05-291-24/+5
* Prevent the server from crashing when entering infinite loops. TheAndré Malo2003-05-191-3/+22
* Porting EBCDIC: headers wer incorrectly (i.e., not) convertedMartin Kraemer2003-05-091-0/+9
* back out a recent change which causes the server to segfault orJeff Trawick2003-04-261-14/+7
* fix some discrepancies between format strings and arguments,Jeff Trawick2003-04-162-5/+3
* If a Date response header was already set in the headers array,Graham Leggett2003-04-151-7/+14
* Do not bypass output filters when redirecting subrequests internally.André Malo2003-03-221-5/+24
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-111-10/+1
* Keep the subrequest filter in place when a subrequest isJeff Trawick2003-02-241-0/+9
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-201-5/+5
* Return 413 if chunk-ext-header is too long rather than reading from a truncatedJustin Erenkrantz2003-02-191-2/+13
* foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, whichWilliam A. Rowe Jr2003-02-181-2/+2
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-071-6/+15
* finished that boring job:André Malo2003-02-035-5/+5
* Catch up with the changes to apr/build/win32ver.awk and name all loadableWilliam A. Rowe Jr2003-01-201-2/+2
* provide better error messages for the multiviewsmatch directive.André Malo2003-01-011-2/+2
* don't segfault in mod_mime's find_ct() if we get there without having set r->...Brian Pane2002-12-151-0/+4
* bucket length parameter is apr_size_t, which isn't always signed,Jeff Trawick2002-11-191-1/+1
* don't apply byte ranges to redirects, error documents, etc.Greg Ames2002-10-251-1/+1
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-1/+12
* Fixed the new send_all_header_fields() function to properlyBrian Pane2002-10-071-1/+2
* Simpler, faster code for generating HTTP response headers:Brian Pane2002-10-071-2/+43
* Switch the most frequent apr_brigade_write() and apr_brigade_puts()Brian Pane2002-09-221-10/+26
* Clean up the temporary brigade in error cases in ap_discard_request_body()Brian Pane2002-09-061-0/+3
* Fixed some bucket memory leaks in ap_http_filter()Brian Pane2002-09-061-2/+3
* don't lose const when calling strrchr()Jeff Trawick2002-09-051-1/+1
* Add ModMimeUsePathInfo directive.Justin Erenkrantz2002-09-051-3/+29
* Free the temporary working brigade upon exit from ap_get_client_block()Brian Pane2002-09-051-0/+7
* Fix FileETag None directive.Justin Erenkrantz2002-09-011-1/+10
* fix weird things that happen with canned error messages due to using twoGreg Ames2002-08-132-47/+40
* remove some dead code. It's been there since 1996 (1.3 rev 1.28), soGreg Ames2002-08-081-7/+6
* Just an observation, we potentially read/retain far too much of the body,William A. Rowe Jr2002-08-041-0/+5
* catch up with the apr_atoll -> apr_atoi64 renameWilliam A. Rowe Jr2002-08-031-3/+3
* Replace atol() calls which should return long long with apr_atoll() calls.Wilfredo Sanchez2002-07-241-3/+3
* Solve C-L post body reads from the HTTP_IN by ap_get_brigade() so thatWilliam A. Rowe Jr2002-07-171-0/+8
* add notes about a portability problem -- formatting apr_time_tJeff Trawick2002-07-171-0/+1