summaryrefslogtreecommitdiff
path: root/sapi/thttpd
Commit message (Expand)AuthorAgeFilesLines
* second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-44/+37
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* Move smart_str implementation into Zend/Nikita Popov2014-09-212-2/+2
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-202-6/+6
|\
| * 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-192-2/+2
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-202-3/+3
|/
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-032-2/+2
|\
| * Bump yearXinchen Hui2014-01-032-2/+2
* | 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-012-2/+2
* - Year++Felipe Pena2012-01-012-2/+2
* - Year++Felipe Pena2011-01-012-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* 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-312-2/+2
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-7/+4
* MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)foobar2007-06-031-11/+14
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* bump year and license versionfoobar2006-01-012-6/+6
* - Bumber up yearfoobar2005-08-032-2/+2
* 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
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-172-3/+3
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Fixed bug #26438 (error in thttpd SAPI installation)foobar2003-11-271-1/+1
* Embed date of last modificationSascha Schumann2003-10-141-1/+1
* Fix potential buffer overrunSascha Schumann2003-09-201-13/+22
* 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
* Simplify/fix loggingSascha Schumann2003-06-161-20/+20
* 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