summaryrefslogtreecommitdiff
path: root/src/connections.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-1599/+0
* Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010...stbuehler2010-02-011-2/+8
* reset tlsext_server_name in connection_reset - fixes random hostnames in the ...stbuehler2009-11-051-0/+3
* Fix con-state machine error handling (leave states after errors)stbuehler2009-10-161-11/+22
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <p...stbuehler2009-10-141-0/+3
* Fix segfault if there is no mimetype for the error documentsstbuehler2009-06-171-1/+6
* Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)stbuehler2009-06-111-2/+4
* Fix many warningsstbuehler2009-04-271-3/+3
* Fix DoS due to unhandled requests (results in hanging connections); return 40...stbuehler2009-01-261-1/+1
* Use void as return type for connection state machine - may fix some bugsstbuehler2009-01-261-71/+47
* Fix content-length probles with non HEAD requests and for generated errors.stbuehler2008-10-101-0/+1
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...stbuehler2008-07-311-4/+4
* fix #1396: req-method OPTIONS: do not insert default response if request was ...stbuehler2008-07-281-2/+2
* Use SAFE_BUF_STR in all output calls.stbuehler2008-07-271-3/+3
* Fix chunkqueue length for static error filesstbuehler2008-07-271-2/+2
* fix ssl error queue handling (#285) (CVE-2008-1531)stbuehler2008-03-301-3/+27
* fix many (64-bit) format warnings and unsigned/signed compare warningsstbuehler2008-03-201-1/+1
* - fix printf format warnings. Stefan Buhlerglen2008-01-181-1/+1
* - FDEVENT_OUT fix from #1521glen2008-01-171-0/+11
* added some debug code to catch plugins which don't cleanup therejan2007-08-121-2/+26
* improved error-msg on unexpected FDEVENT_OUTjan2007-05-101-1/+2
* - restore the old return code with configured 404 handlersdarix2007-05-091-0/+1
* fixed premature close of fastcgi connections on status 304jan2007-05-091-1/+10
* initialize write_request_ts (fixes #1084)jan2007-04-181-0/+2
* fixed bug with empty response content(Content-Length header > 0) when a HTTP/...jakabosky2007-02-221-0/+4
* - handle 303 [#1045]darix2007-02-201-0/+1
* another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)jan2007-02-201-9/+11
* added a huge win32 patch by jtiaijan2007-02-171-1/+1
* fixed the content-length for Range requests from a proxy-backend (fixes #1006)jan2007-02-111-2/+0
* fixed writing the HTTP-response header twice on out-of-fdsjan2007-02-111-1/+0
* replace explict counting of open fds by a more heuristic way to guessjan2007-02-101-16/+3
* updated the size of the bytes sent into the con->send queuejan2007-02-041-0/+2
* reordered includes to make glib + our (buffer|array) happy jan2007-02-021-2/+1
* possibly fixed a fdevent which is running awayjan2007-02-011-2/+16
* improved error-msg to include more useful debug-infojan2007-02-011-1/+1
* removed debug messagejan2007-02-011-2/+0
* wake up a connection which is waiting on network-write() when it ran outjan2007-01-301-0/+9
* fixed bug with "server.upload-dirs" (fixed #993)jakabosky2007-01-301-1/+1
* moved the reset of the content-queue right before we write the contentjan2007-01-281-4/+9
* announce that we have no content to send in case of a parse-error in thejan2007-01-271-0/+1
* fixed out-of-fd detectionjan2007-01-271-0/+10
* removed strlen() from the array_get_element() jan2007-01-271-1/+1
* Fixed major bug with p->conf settings getting replaced by other requests.jakabosky2007-01-151-1/+1
* fix for traffic_limit bug.jakabosky2007-01-101-0/+5
* Fix for X-Sendfile feature.jakabosky2007-01-101-0/+8
* fixed bug with freeing backend proxy connection.jakabosky2007-01-091-0/+21
* Moved HTTP/1.1 chunk encoding into plugin mod_chunkedjakabosky2007-01-051-181/+44
* - cleanup trailing whitespacesdarix2006-12-291-18/+18
* - fix a few warnings with unused variablesdarix2006-12-121-0/+2
* converted mod_proxy_backend_xxx's into loadable modules.jakabosky2006-12-121-7/+52