summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* draft-ietf-httpbis-p1-messaging-23 fixes regarding interactionsJim Jagielski2013-09-191-10/+17
* revert 1524161 for the time beingJim Jagielski2013-09-171-15/+10
* RFC2616 issueJim Jagielski2013-09-171-10/+15
* Update the log message number.Graham Leggett2013-06-191-1/+1
* Ensure that any meta buckets are stripped while parsing a chunk.Graham Leggett2013-05-231-1/+1
* core: Use a matching counter type.Graham Leggett2013-05-221-1/+1
* core: Make sure we allow unconstrained bodies from a proxy.Graham Leggett2013-05-221-1/+1
* core: Remove apr_brigade_flatten(), buffering and duplicated codeGraham Leggett2013-05-211-375/+252
* core: Stop ap_finalize_request_protocol() and ap_get_client_block() from sile...Graham Leggett2013-05-151-3/+31
* core: Stop the HTTP_IN filter from attempting to write error bucketsGraham Leggett2013-05-141-51/+42
* Fix spelling mistake, no code change.Graham Leggett2013-05-071-1/+1
* core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()Graham Leggett2013-05-072-77/+265
* core: Add the ability to do explicit matching on weak and strong ETagsGraham Leggett2013-05-061-9/+8
* Stupid CodeWarrior compiler cant take vars with struct inits.Guenter Knauf2013-01-031-1/+2
* Remove support for Request-Range header sent by Navigator 2-3 andStefan Fritsch2013-01-011-36/+5
* add log tags missing in r1426877Stefan Fritsch2012-12-301-4/+4
* Add an option to enforce stricter HTTP conformanceStefan Fritsch2012-12-301-2/+89
* Avoid unnecessary %s substitutionChristophe Jaillet2012-12-101-2/+2
* also copy r->invoke_mtx when creating a subrequestEric Covener2012-10-281-0/+4
* Code clean up (remove useless memory allocation) Stefan Fritsch2012-07-151-1/+1
* Various code clean upStefan Fritsch2012-07-151-14/+2
* Add missing HTTP status codes taken fromRainer Jung2012-07-151-24/+67
* mod_mime: Don't arbitrarily bypass AddOutputFilter during a ProxyPass,Graham Leggett2011-12-221-2/+2
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-1/+1
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-035-32/+32
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-2/+2
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-0/+3
* Downgrade some more error messages about broken client behavior to levelStefan Fritsch2011-11-212-11/+11
* Fix segfault caused by r1204104 on non-async mpms.Stefan Fritsch2011-11-201-1/+2
* Remove MPM-private stuff from conn_state_tStefan Fritsch2011-11-202-2/+5
* Fix 3xx responses with local URLs as ErrorDocumentStefan Fritsch2011-10-241-0/+5
* Adjust log message to reflect changed behaviourStefan Fritsch2011-09-261-1/+1
* Put 0- on the fast-trackJim Jagielski2011-09-261-1/+15
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-2/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-235-31/+31
* use random value as multipart range boundary to prevent leaking informationStefan Fritsch2011-09-151-7/+5
* Create wrapper API for apr_random;Stefan Fritsch2011-09-151-0/+6
* Add in MaxRangeOverlaps and MaxRangeReversals to accomodateJim Jagielski2011-09-121-3/+18
* Save creation of merged until we know we will actually need and use it.Jim Jagielski2011-09-091-9/+14
* return some range params admins may want to control (overlaps and reversals)Jim Jagielski2011-09-091-7/+11
* Remove function so we can grab over core_conf elements easilyJim Jagielski2011-09-091-12/+7
* Reorg so we don't need forward def...Jim Jagielski2011-09-091-219/+219
* ResetJim Jagielski2011-09-091-230/+222
* No reason for the advanced def...Jim Jagielski2011-09-091-222/+230
* What getpid()? No backport of this edit is needed.William A. Rowe Jr2011-09-091-4/+0
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-0/+7
* add AP_ prefix to recently added DEFAULT_MAX_RANGESEric Covener2011-09-071-3/+3
* take care of some MaxRanges feedback:Eric Covener2011-09-071-2/+7
* * modules/http/byterange_filter.c (ap_byterange_filter): Don't revealJoe Orton2011-09-051-1/+1