| Commit message (Collapse) | 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 | |
| | | ||||||
| * | Add two missing entries | Sascha Schumann | 2002-11-07 | 1 | -0/+2 | |
| | | ||||||
| * | - use TCP_DEFER_ACCEPT | Sascha Schumann | 2002-11-06 | 1 | -50/+99 | |
| | | | | | | | | - don't timeout connections which are managed by IRCG - don't generate invalid HTTP replies, if the client did not send a request line yet | |||||
| * | 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 | |
| | | | | | | hosting enabled | |||||
| * | 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 | |
| | | | | | | fix some indention | |||||
| * | 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 | |
| | | | | | | new connections when the connection table contains lots of entries. | |||||
| * | Donate "Periodic Connection Expiring" from Premium thttpd, because | Sascha Schumann | 2002-10-26 | 1 | -100/+190 | |
| | | | | | | | it is simple and gives a +40% improvement in terms of requests/s when serving static files. | |||||
| * | some system headers (irix) define sa_len | Sascha Schumann | 2002-10-26 | 1 | -5/+5 | |
| | | | | | | prefix sa_len with x | |||||
| * | thttpd initializes contentlength to -1, so we need to transfer that to 0 | Sascha Schumann | 2002-10-25 | 1 | -1/+2 | |
| | | | | | | | for SAPI/PHP. Otherwise, SAPI will try to read (unsigned long) -1 bytes from the connection. | |||||
| * | 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 | |
| | | | | | | broken proxy ignores our anti-cache headers and sends an IMS request. | |||||
| * | Use generic getnameinfo for address-to-name translation, if available. | Sascha Schumann | 2002-09-23 | 1 | -1/+18 | |
| | | | | | | This adds support for IPv6 addresses. | |||||
| * | Immediately unmap /nocache/ entries, so that the mmc cache does not get | Sascha Schumann | 2002-09-21 | 1 | -12/+108 | |
| | | | | | | polluted too much. | |||||
| * | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -2/+1 | |
| | | | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix... | |||||
| * | 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 | |
| | | | | | | | | | | the patch did not handle pipeling at all, so that some code had to be added from Premium thttpd persistent connections are supported, if a script sets the Content-Length header | |||||
| * | thttpd blocks in rare circumstances where it cannot write out a small HTTP | Sascha Schumann | 2002-07-14 | 2 | -70/+107 | |
| | | | | | | | | | | response (happened at customer sites). The response is now written out using the standard state machine. the buffer which is handed to thttpd by php is now simply dealt with as if it were a thttpd generated response (avoids code duplication). | |||||
| * | make the sapi module hand off a buffer to thttpd for final data delivery, | Sascha Schumann | 2002-07-14 | 2 | -77/+524 | |
| | | | | | | instead of blocking the whole process | |||||
| * | 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 | |
| | | | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt | |||||
| * | Provide access to ini settings. | Sascha Schumann | 2001-12-13 | 1 | -2/+63 | |
| | | | | | | Properly block the thread, if IO is not ready on a fd. | |||||
| * | 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 | |
| | | | | | | | | | | display them. Refer to section 3.5, RFC 2616 -- these are IANA registered. Patch submitted to author. | |||||
| * | Add a nocache feature: If documents are stored under /nocache/, | Sascha Schumann | 2001-12-10 | 1 | -1/+23 | |
| | | | | | | appropiate HTTP headers will be sent which prevent client/proxy caching. | |||||
| * | 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 | |
| | | | | | | | | which fit into the small thttpd read buffer. Do a small recv after content-length bytes have been read to accomodate non-conforming user-agents. | |||||
| * | 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 | |
| | | | | | | | | environment. Also support setting the INI path from the outside. | |||||
| * | 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 ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 | |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | |||||
| * | Use $(LINK) for libraries, but $(LINK_CLEAN) for creating programs. | Sascha Schumann | 2001-09-10 | 1 | -1/+1 | |
| | | | | | | Also pass only $(CFLAGS_CLEAN) into thttpd's Makefile. | |||||
| * | 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 | |
| | | ||||||
