summaryrefslogtreecommitdiff
path: root/sapi/thttpd/thttpd.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-181-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Fix for bug #32263Rasmus Lerdorf2005-03-141-0/+2
* Add the new request_time sapi struct entry to all the sapis. Some of theseRasmus Lerdorf2004-12-201-0/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* properly restart syscallsSascha Schumann2003-07-011-3/+6
* Serialize headers for systems with low IOV_MAX (e.g. Solaris)Sascha Schumann2003-06-271-14/+31
* updating license information in the headers.James Cox2003-06-101-3/+3
* 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
* improve keep alive handlingSascha Schumann2003-05-121-0/+2
* add premium thttpd supportSascha Schumann2003-05-121-2/+7
* cleanupSascha Schumann2003-05-011-5/+1
* Nuke all sn?printf's and rely on the optimized httpd_ntoa toSascha Schumann2003-04-161-28/+23
* 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-171-46/+6
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* 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
* 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
* first step towards asynchronous content body processingSascha Schumann2002-10-301-3/+21
* Fix build and .phps supportSascha Schumann2002-10-261-16/+16
* experimental .phps supportSascha Schumann2002-10-261-6/+14
* not sure what this async_send is doing in here, so relieve it from its duty.Sascha Schumann2002-10-261-5/+0
* 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
* Use generic getnameinfo for address-to-name translation, if available.Sascha Schumann2002-09-231-1/+18
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+1
* integrate the public keep-alive patchSascha Schumann2002-07-141-9/+40
* thttpd blocks in rare circumstances where it cannot write out a small HTTPSascha Schumann2002-07-141-2/+4
* make the sapi module hand off a buffer to thttpd for final data delivery,Sascha Schumann2002-07-141-16/+65
* Improve readability of the header send functionSascha Schumann2002-05-171-34/+33
* Provide access to ini settings.Sascha Schumann2001-12-131-2/+63
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Get rid of post_off-hack which was only suitable for POST dataSascha Schumann2001-10-271-12/+13
* Improved handling of postsSascha Schumann2001-10-271-2/+7
* Make the information available whether we are using HTTP/1.1Sascha Schumann2001-10-091-0/+7
* Add QUERY_STRING, HTTP_HOST, HTTP_ACCEPT_LANGUAGE to the scriptSascha Schumann2001-09-301-0/+12
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* A CRLF at the end of a line is not so wrong.Sascha Schumann2001-08-071-1/+1
* The module usually did not send out Content-Type: text/html.Sascha Schumann2001-08-071-0/+7
* more tsrm cleanupSascha Schumann2001-08-051-2/+1