summaryrefslogtreecommitdiff
path: root/src/mod_proxy_core.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-2624/+0
* Mark recv-queue closed if backend connection got closed in mod_proxy_core (fi...stbuehler2009-10-251-0/+1
* Reopen out stream in X-Rewrite (fixes #1678)stbuehler2009-10-251-0/+1
* Add proxy-core.max-backlog-size (set to 0 to disable backlog, thx e-razor)stbuehler2009-07-231-4/+11
* Add proxy-core.disable-time (used for all disable-times), default value 1 sec...stbuehler2009-07-231-10/+18
* Reset some internal data for X-Rewrite (content-length, ...)stbuehler2009-07-011-0/+4
* Fix many warningsstbuehler2009-04-271-22/+23
* Don't return HANDLER_ERROR from proxy-core content handling, produce 500 insteadstbuehler2008-09-231-1/+6
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...stbuehler2008-07-311-1/+1
* return HANDLER_FINISHED after con->mode = p->id in mod_proxy_corestbuehler2008-07-281-1/+1
* mod-proxy-core: only decrement backlog-size counter if we really removed a co...stbuehler2008-07-281-2/+3
* Use SAFE_BUF_STR in all output calls.stbuehler2008-07-271-24/+24
* - fix proxy-core.rewrite-request (#1600)darix2008-04-151-6/+6
* - fix printf format warnings. Stefan Buhlerglen2008-01-181-3/+4
* - chunk.c patches from #1510glen2008-01-151-10/+2
* applied patch from #1195moo2007-05-241-12/+12
* - applied patch from [#1138]:darix2007-05-161-0/+4
* allow to rewrite PATH_INFO and SCRIPT_NAME. trac needs thatjan2007-05-081-1/+18
* allow to rewrite the pathinfo if no path-check is enabledjan2007-05-081-2/+16
* display a useful error-msg if proxy-core.check-local is setjan2007-05-071-2/+2
* deprecated check-local as with have PHYSICAL["path"] as conditional nowjan2007-04-181-3/+5
* - fixed crash if proxy-core.protocol is set not in the same conditionaljan2007-04-171-10/+24
* added a timeout to connect() = -1 EINPROGRESS and a max-retry to killjan2007-04-171-44/+169
* move the decoded content to the network-queues as soon as we havejan2007-04-161-3/+4
* added support to rewrite the doc-root (same as fastcgi.server->docroot)jan2007-03-041-4/+24
* fixed race-condition with the thread network backendsjan2007-02-221-6/+15
* fixed bug with Content-Length = 0, when backend sent Content-Length > 0jakabosky2007-02-211-1/+2
* fixed bug with Content-Length header from http backend servers.jakabosky2007-02-211-0/+10
* added a huge win32 patch by jtiaijan2007-02-171-4/+22
* fix compile bug.jakabosky2007-02-161-1/+1
* fixed ticket #1035jakabosky2007-02-161-2/+3
* fixed crash bugs.jakabosky2007-02-141-3/+2
* Fixed problem with file-uploads to AJP13 backends.jakabosky2007-02-121-282/+302
* fixed handling on connect() errors jan2007-02-111-6/+45
* reset the response-headers if we make a internal redirect too to removejan2007-02-111-0/+3
* added a counter for failing requestsjan2007-02-111-13/+14
* Fixes bug #981. Fixed bug where backend ignores the request content,jakabosky2007-02-061-20/+31
* Added statistics counters to mod_proxy_core.jakabosky2007-02-061-92/+362
* reordered includes to make glib + our (buffer|array) happy jan2007-02-021-5/+3
* Fixed bug with X-Rewrite-* headersjakabosky2007-01-301-0/+2
* report a out-of-fd nicely to the upper layersjan2007-01-301-2/+12
* - applied missing chunk from the static balancer patchdarix2007-01-281-1/+1
* added static balancer ( submitted by uwe.voelker@gmx.de )jan2007-01-281-0/+14
* reverted a small part of [1522] as it breaks the normal operation of thejan2007-01-271-1/+1
* don't require a value for proxy-core.balancer, assume round-robinjan2007-01-271-7/+4
* in 1.4.x it is X-LIGHTTPD-send-file, be compatible with thatjan2007-01-271-1/+1
* removed strlen() from the array_get_element() jan2007-01-271-3/+3
* replace/insert request header "Host" based on X-Rewrite-Hostjakabosky2007-01-171-0/+12
* fixed bug when backend closes socket after sending response headers.jakabosky2007-01-161-1/+4
* Fixed major bug with p->conf settings getting replaced by other requests.jakabosky2007-01-151-22/+20