| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use a symlink instead of copying the +6MB library archive during install | Sascha Schumann | 2001-08-13 | 1 | -1/+1 |
* | Don't display egrep result | Sascha Schumann | 2001-08-13 | 1 | -1/+1 |
* | whoops, forgot to apply cgi/poll patch before diff'ing | Sascha Schumann | 2001-08-13 | 1 | -4/+39 |
* | Add check for thttpd-2.21b. We support nothing else for now, because | Sascha Schumann | 2001-08-13 | 1 | -0/+1 |
* | improved thttpd-2.21b patch.. I got tired of applying my patches for | Sascha Schumann | 2001-08-13 | 1 | -19/+53 |
* | 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 |