| Commit message (Expand) | Author | Age | Files | Lines |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | Add new empty child terminate sapi hook to the rest of the sapis | Rasmus Lerdorf | 2008-03-18 | 1 | -0/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Fix for bug #32263 | Rasmus Lerdorf | 2005-03-14 | 1 | -0/+2 |
* | Add the new request_time sapi struct entry to all the sapis. Some of these | Rasmus Lerdorf | 2004-12-20 | 1 | -0/+1 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | properly restart syscalls | Sascha Schumann | 2003-07-01 | 1 | -3/+6 |
* | Serialize headers for systems with low IOV_MAX (e.g. Solaris) | Sascha Schumann | 2003-06-27 | 1 | -14/+31 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | Don't return CRLF from broken clients | Sascha Schumann | 2003-06-04 | 1 | -5/+6 |
* | If there is a content body, enable lingering and disable keep alive. | Sascha Schumann | 2003-05-16 | 1 | -1/+3 |
* | improve keep alive handling | Sascha Schumann | 2003-05-12 | 1 | -0/+2 |
* | add premium thttpd support | Sascha Schumann | 2003-05-12 | 1 | -2/+7 |
* | cleanup | Sascha Schumann | 2003-05-01 | 1 | -5/+1 |
* | Nuke all sn?printf's and rely on the optimized httpd_ntoa to | Sascha Schumann | 2003-04-16 | 1 | -28/+23 |
* | use SUCCESS/FAILURE instead of 0/-1 | Sascha Schumann | 2003-02-09 | 1 | -1/+1 |
* | Fix POST handling once and for all. The daemon now never blocks and handles | Sascha Schumann | 2003-01-17 | 1 | -46/+6 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | add missing line | Sascha Schumann | 2002-11-29 | 1 | -0/+1 |
* | Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs. | Sascha Schumann | 2002-11-26 | 1 | -1/+11 |
* | s/PHP_API/PHP_API_VERSION/ | Sascha Schumann | 2002-11-08 | 1 | -1/+1 |
* | let this source file compile with php 4.2.x | Sascha Schumann | 2002-11-07 | 1 | -0/+5 |
* | first step towards asynchronous content body processing | Sascha Schumann | 2002-10-30 | 1 | -3/+21 |
* | Fix build and .phps support | Sascha Schumann | 2002-10-26 | 1 | -16/+16 |
* | experimental .phps support | Sascha Schumann | 2002-10-26 | 1 | -6/+14 |
* | not sure what this async_send is doing in here, so relieve it from its duty. | Sascha Schumann | 2002-10-26 | 1 | -5/+0 |
* | some system headers (irix) define sa_len | Sascha Schumann | 2002-10-26 | 1 | -5/+5 |
* | thttpd initializes contentlength to -1, so we need to transfer that to 0 | Sascha Schumann | 2002-10-25 | 1 | -1/+2 |
* | Use generic getnameinfo for address-to-name translation, if available. | Sascha Schumann | 2002-09-23 | 1 | -1/+18 |
* | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -2/+1 |
* | integrate the public keep-alive patch | Sascha Schumann | 2002-07-14 | 1 | -9/+40 |
* | thttpd blocks in rare circumstances where it cannot write out a small HTTP | Sascha Schumann | 2002-07-14 | 1 | -2/+4 |
* | make the sapi module hand off a buffer to thttpd for final data delivery, | Sascha Schumann | 2002-07-14 | 1 | -16/+65 |
* | Improve readability of the header send function | Sascha Schumann | 2002-05-17 | 1 | -34/+33 |
* | Provide access to ini settings. | Sascha Schumann | 2001-12-13 | 1 | -2/+63 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | Get rid of post_off-hack which was only suitable for POST data | Sascha Schumann | 2001-10-27 | 1 | -12/+13 |
* | Improved handling of posts | Sascha Schumann | 2001-10-27 | 1 | -2/+7 |
* | Make the information available whether we are using HTTP/1.1 | Sascha Schumann | 2001-10-09 | 1 | -0/+7 |
* | Add QUERY_STRING, HTTP_HOST, HTTP_ACCEPT_LANGUAGE to the script | Sascha Schumann | 2001-09-30 | 1 | -0/+12 |
* | Undo Z_ subst for sapi and ext/yaz | Jeroen van Wolffelaar | 2001-09-27 | 1 | -1/+1 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
* | A CRLF at the end of a line is not so wrong. | Sascha Schumann | 2001-08-07 | 1 | -1/+1 |
* | The module usually did not send out Content-Type: text/html. | Sascha Schumann | 2001-08-07 | 1 | -0/+7 |
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -2/+1 |