| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | further tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -2/+2 |
| * | Even more TSRM cleanup. | Sebastian Bergmann | 2001-08-05 | 1 | -2/+2 |
| * | tsrm-related cleanup | Sascha Schumann | 2001-08-05 | 1 | -22/+6 |
| * | Remove more duplicate TSRMLS_FETCH() calls. | Sebastian Bergmann | 2001-08-05 | 1 | -3/+0 |
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -53/+52 |
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -14/+14 |
| * | Remove unneeded variables | Sascha Schumann | 2001-07-26 | 1 | -3/+0 |
| * | Remove accidentially committed line | Sascha Schumann | 2001-07-23 | 1 | -1/+0 |
| * | Support for handling multiple concurrent requests. | Sascha Schumann | 2001-06-23 | 1 | -5/+223 |
| * | Replace slow strlcpy with a quick memcpy. | Sascha Schumann | 2001-05-03 | 1 | -3/+8 |
| * | - Another strncpy() -> strlcpy() change | Andi Gutmans | 2001-05-02 | 1 | -3/+1 |
| * | Fix optimization -- we did not send out custom Response Status Lines. | Sascha Schumann | 2001-04-25 | 1 | -5/+12 |
| * | bytes in the conn structure was renamed to bytes_sent. | Sascha Schumann | 2001-04-22 | 1 | -3/+3 |
| * | Replace memcpy and sprintf with smart_strs. | Sascha Schumann | 2001-03-13 | 1 | -16/+12 |
| * | Combine all HTTP headers into a single writev | Sascha Schumann | 2001-03-02 | 1 | -19/+30 |
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| * | If we cannot send the header, we don't need to continue with the page. | Sascha Schumann | 2001-02-21 | 1 | -1/+2 |
| * | Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2 | Sascha Schumann | 2001-02-19 | 1 | -0/+2 |
| * | Save 50% of the syscalls when writing the HTTP header. | Sascha Schumann | 2001-02-18 | 1 | -2/+8 |
| * | Especially on FreeBSD it seems to be common that send(2) does not | Sascha Schumann | 2001-01-10 | 1 | -7/+16 |
| * | Propagate the response code/HTTP status code back to thttpd for logging. | Sascha Schumann | 2001-01-09 | 1 | -0/+1 |
| * | Account the number of sent bytes properly | Sascha Schumann | 2001-01-09 | 1 | -3/+13 |
| * | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -4/+4 |
| * | Add thttpd-dependent interface for maintaining persistent connections on | Sascha Schumann | 2000-11-13 | 1 | -0/+21 |
| * | Fix aborted connection handling and stop modifying thttpd data | Sascha Schumann | 2000-11-12 | 1 | -2/+5 |