| Commit message (Expand) | Author | Age | Files | Lines |
| * | Defend against pipelined requests on persistent connections as used by | Sascha Schumann | 2002-11-10 | 1 | -28/+38 |
| * | 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 |
| * | Add two missing entries | Sascha Schumann | 2002-11-07 | 1 | -0/+2 |
| * | - use TCP_DEFER_ACCEPT | Sascha Schumann | 2002-11-06 | 1 | -50/+99 |
| * | Simplify handler dispatching mechanism | Sascha Schumann | 2002-11-01 | 1 | -45/+46 |
| * | Add missing return statement. | Sascha Schumann | 2002-11-01 | 1 | -23/+23 |
| * | update | Sascha Schumann | 2002-11-01 | 1 | -0/+1 |
| * | improve host header checking, only affects systems which have virtual | Sascha Schumann | 2002-11-01 | 1 | -21/+33 |
| * | first step towards asynchronous content body processing | Sascha Schumann | 2002-10-30 | 2 | -69/+159 |
| * | s/-// | Sascha Schumann | 2002-10-26 | 1 | -1/+1 |
| * | add phppat/phpspat configuration file support and | Sascha Schumann | 2002-10-26 | 1 | -74/+156 |
| * | update and extend | Sascha Schumann | 2002-10-26 | 1 | -9/+27 |
| * | Fix build and .phps support | Sascha Schumann | 2002-10-26 | 1 | -16/+16 |
| * | experimental .phps support | Sascha Schumann | 2002-10-26 | 3 | -43/+60 |
| * | not sure what this async_send is doing in here, so relieve it from its duty. | Sascha Schumann | 2002-10-26 | 1 | -5/+0 |
| * | Donate "Fast Accept Loop" from Premium thttpd which speeds up processing | Sascha Schumann | 2002-10-26 | 1 | -30/+99 |
| * | Donate "Periodic Connection Expiring" from Premium thttpd, because | Sascha Schumann | 2002-10-26 | 1 | -100/+190 |
| * | 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 |
| * | Redo the patch on Linux, the cygwin diff seems to be a bit broken. | Sascha Schumann | 2002-10-13 | 1 | -24/+24 |
| * | PHP + thttpd (+IRCG) build using CYGWIN now | Sascha Schumann | 2002-10-13 | 1 | -67/+86 |
| * | Remove set .x | Sascha Schumann | 2002-10-13 | 1 | -2/+0 |
| * | Use if block rather than an or expression | Sascha Schumann | 2002-10-13 | 1 | -2/+8 |
| * | Force /nocache/ entities to be delivered completely, even if a | Sascha Schumann | 2002-09-23 | 1 | -34/+58 |
| * | Use generic getnameinfo for address-to-name translation, if available. | Sascha Schumann | 2002-09-23 | 1 | -1/+18 |
| * | Immediately unmap /nocache/ entries, so that the mmc cache does not get | Sascha Schumann | 2002-09-21 | 1 | -12/+108 |
| * | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -2/+1 |
| * | Fix segfault due to unchecked null pointer | Sascha Schumann | 2002-07-26 | 1 | -35/+37 |
| * | refine | Sascha Schumann | 2002-07-16 | 1 | -0/+3 |
| * | integrate the public keep-alive patch | Sascha Schumann | 2002-07-14 | 2 | -45/+638 |
| * | thttpd blocks in rare circumstances where it cannot write out a small HTTP | Sascha Schumann | 2002-07-14 | 2 | -70/+107 |
| * | make the sapi module hand off a buffer to thttpd for final data delivery, | Sascha Schumann | 2002-07-14 | 2 | -77/+524 |
| * | Improve readability of the header send function | Sascha Schumann | 2002-05-17 | 1 | -34/+33 |
| * | Add a note regarding which version we support | Sascha Schumann | 2002-03-11 | 1 | -2/+2 |
| * | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -7/+1 |
| * | Provide access to ini settings. | Sascha Schumann | 2001-12-13 | 1 | -2/+63 |
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| * | Sent proper encodings for gzip/compress files, otherwise IE won't | Sascha Schumann | 2001-12-10 | 1 | -0/+12 |
| * | Add a nocache feature: If documents are stored under /nocache/, | Sascha Schumann | 2001-12-10 | 1 | -1/+23 |
| * | Added missing cvs ids and unified configure messages. | foobar | 2001-11-30 | 1 | -0/+4 |
| * | 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 |
| * | typo fix by zoot@zotikos.com | Sascha Schumann | 2001-10-02 | 1 | -1/+1 |
| * | 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 |
| * | Use $(LINK) for libraries, but $(LINK_CLEAN) for creating programs. | Sascha Schumann | 2001-09-10 | 1 | -1/+1 |
| * | use an absolute path for symlinking the php library archive | Sascha Schumann | 2001-08-14 | 1 | -1/+1 |