summaryrefslogtreecommitdiff
path: root/sapi/thttpd/thttpd.c
Commit message (Expand)AuthorAgeFilesLines
* removed sapi/thttpdAnatol Belski2015-02-101-766/+0
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-35/+35
* second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-44/+37
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* Make number printing functions less genericNikita Popov2014-09-191-3/+3
* Use inline functions for most of smart_strNikita Popov2014-09-191-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module()Kalle Sommer Nielsen2013-12-121-1/+2
|/
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - 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