summaryrefslogtreecommitdiff
path: root/sapi/thttpd
Commit message (Expand)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-102-6/+6
* Don't corrupt data during request body handlingSascha Schumann2003-06-041-42/+63
* Don't return CRLF from broken clientsSascha Schumann2003-06-041-5/+6
* If there is a content body, enable lingering and disable keep alive.Sascha Schumann2003-05-161-1/+3
* Properly timeout post requestsSascha Schumann2003-05-151-9/+12
* Don't emit Content-Length in a 304 replySascha Schumann2003-05-151-19/+31
* improve keep alive handlingSascha Schumann2003-05-121-0/+2
* add premium thttpd supportSascha Schumann2003-05-122-8/+18
* Improved protection against hostname attacksSascha Schumann2003-05-061-45/+44
* fix typoSascha Schumann2003-05-061-1/+1
* improve portabilitySascha Schumann2003-05-061-1/+2
* cleanupSascha Schumann2003-05-011-5/+1
* Fix Content-Encoding header lacking CRLFSascha Schumann2003-04-281-49/+50
* Properly update the global httpd_time_now and remove php_makefile from diffSascha Schumann2003-04-211-35/+35
* fix two uninitialized readsSascha Schumann2003-04-161-16/+41
* Nuke all sn?printf's and rely on the optimized httpd_ntoa toSascha Schumann2003-04-161-28/+23
* Merging some Premium thttpd improvements, notablySascha Schumann2003-04-161-111/+537
* some improvementsSascha Schumann2003-02-191-7/+9
* include limits.h for portabilitySascha Schumann2003-02-131-54/+56
* portability workSascha Schumann2003-02-131-2/+4
* Add "log to stdout" featureSascha Schumann2003-02-111-49/+69
* use SUCCESS/FAILURE instead of 0/-1Sascha Schumann2003-02-091-1/+1
* Fix POST handling once and for all. The daemon now never blocks and handlesSascha Schumann2003-01-172-117/+166
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* add missing lineSascha Schumann2002-11-291-0/+1
* Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs.Sascha Schumann2002-11-261-1/+11
* Defend against pipelined requests on persistent connections as used bySascha Schumann2002-11-101-28/+38
* s/PHP_API/PHP_API_VERSION/Sascha Schumann2002-11-081-1/+1
* let this source file compile with php 4.2.xSascha Schumann2002-11-071-0/+5
* Add two missing entriesSascha Schumann2002-11-071-0/+2
* - use TCP_DEFER_ACCEPTSascha Schumann2002-11-061-50/+99
* Simplify handler dispatching mechanismSascha Schumann2002-11-011-45/+46
* Add missing return statement.Sascha Schumann2002-11-011-23/+23
* updateSascha Schumann2002-11-011-0/+1
* improve host header checking, only affects systems which have virtualSascha Schumann2002-11-011-21/+33
* first step towards asynchronous content body processingSascha Schumann2002-10-302-69/+159
* s/-//Sascha Schumann2002-10-261-1/+1
* add phppat/phpspat configuration file support andSascha Schumann2002-10-261-74/+156
* update and extendSascha Schumann2002-10-261-9/+27
* Fix build and .phps supportSascha Schumann2002-10-261-16/+16
* experimental .phps supportSascha Schumann2002-10-263-43/+60
* not sure what this async_send is doing in here, so relieve it from its duty.Sascha Schumann2002-10-261-5/+0
* Donate "Fast Accept Loop" from Premium thttpd which speeds up processingSascha Schumann2002-10-261-30/+99
* Donate "Periodic Connection Expiring" from Premium thttpd, becauseSascha Schumann2002-10-261-100/+190
* some system headers (irix) define sa_lenSascha Schumann2002-10-261-5/+5
* thttpd initializes contentlength to -1, so we need to transfer that to 0Sascha Schumann2002-10-251-1/+2
* Redo the patch on Linux, the cygwin diff seems to be a bit broken.Sascha Schumann2002-10-131-24/+24
* PHP + thttpd (+IRCG) build using CYGWIN nowSascha Schumann2002-10-131-67/+86
* Remove set .xSascha Schumann2002-10-131-2/+0
* Use if block rather than an or expressionSascha Schumann2002-10-131-2/+8