| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFH: refining supported thttpd version | Sascha Schumann | 2002-03-11 | 1 | -2/+2 |
| * | 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 |
| * | 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 |
| * | Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use it | Sascha Schumann | 2001-06-15 | 1 | -0/+1 |
| * | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
| * | 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 |
| * | remove Only.* lines from patch | Sascha Schumann | 2001-04-22 | 1 | -3/+0 |
| * | bytes in the conn structure was renamed to bytes_sent. | Sascha Schumann | 2001-04-22 | 1 | -3/+3 |
| * | Update patch to thttpd-2.21 | Sascha Schumann | 2001-04-22 | 1 | -30/+34 |
| * | Separate CPPFLAGS from CFLAGS. | Wilfredo Sanchez | 2001-04-03 | 1 | -1/+1 |
| * | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| * | 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 | 2 | -2/+2 |
| * | 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 |