summaryrefslogtreecommitdiff
path: root/src/mod_proxy_backend_ajp13.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-836/+0
* Fix many warningsstbuehler2009-04-271-4/+5
* Fix endless loop in ajp (fixes #1897)stbuehler2009-04-091-4/+9
* Fix ajp13 response header handling (fixes #1628)stbuehler2008-10-111-1/+9
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...stbuehler2008-07-311-1/+1
* fix many (64-bit) format warnings and unsigned/signed compare warningsstbuehler2008-03-201-4/+4
* - fix printf format warnings. Stefan Buhlerglen2008-01-181-1/+1
* fixed decoding of common headers in APJ13 (fixes #1399)jan2007-10-051-17/+61
* fixed to missed renames for ltostr() -> LI_ltostr()jan2007-08-201-1/+1
* fixed compiler warning.jakabosky2007-02-201-0/+2
* added a huge win32 patch by jtiaijan2007-02-171-1/+2
* fixed memory leaksjakabosky2007-02-171-0/+11
* fixed crash bugs.jakabosky2007-02-141-2/+2
* fixed compile warnings.jakabosky2007-02-121-2/+1
* remove duplicate chunk stealing code.jakabosky2007-02-121-72/+5
* Fixed problem with file-uploads to AJP13 backends.jakabosky2007-02-121-81/+98
* fixed bug with max packet size.jakabosky2007-02-061-1/+1
* - cleanup trailing whitespacesdarix2006-12-291-4/+4
* - make sure GNU_SOURCE is defined where neededdarix2006-12-291-3/+5
* don't include the query-string in the req_uri variablejan2006-12-201-2/+5
* fixed segv bug. added null end record to header lists.jakabosky2006-12-201-2/+5
* ajp13 protocol backend to mod_proxy_core.jakabosky2006-12-181-0/+807