summaryrefslogtreecommitdiff
path: root/sapi/thttpd/thttpd.c
Commit message (Expand)AuthorAgeFilesLines
* MFHSascha Schumann2003-05-121-0/+2
* MFHSascha Schumann2003-05-121-2/+7
* cleanupSascha Schumann2003-05-011-5/+1
* MFHSascha Schumann2003-04-161-28/+23
* MFH 0/-1 changesSascha Schumann2003-02-091-1/+1
* MFH POST fixesSascha Schumann2003-01-171-46/+6
* MFHSascha Schumann2003-01-151-1/+12
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* s/PHP_API/PHP_API_VERSION/Sascha Schumann2002-11-081-1/+1
* let this source file compile with php 4.2.xSascha Schumann2002-11-071-0/+5
* first step towards asynchronous content body processingSascha Schumann2002-10-301-3/+21
* Fix build and .phps supportSascha Schumann2002-10-261-16/+16
* experimental .phps supportSascha Schumann2002-10-261-6/+14
* not sure what this async_send is doing in here, so relieve it from its duty.Sascha Schumann2002-10-261-5/+0
* some system headers (irix) define sa_lenSascha Schumann2002-10-261-5/+5
* thttpd initializes contentlength to -1, so we need to transfer that to 0Sascha Schumann2002-10-251-1/+2
* Use generic getnameinfo for address-to-name translation, if available.Sascha Schumann2002-09-231-1/+18
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+1
* integrate the public keep-alive patchSascha Schumann2002-07-141-9/+40
* thttpd blocks in rare circumstances where it cannot write out a small HTTPSascha Schumann2002-07-141-2/+4
* make the sapi module hand off a buffer to thttpd for final data delivery,Sascha Schumann2002-07-141-16/+65
* Improve readability of the header send functionSascha Schumann2002-05-171-34/+33
* Provide access to ini settings.Sascha Schumann2001-12-131-2/+63
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Get rid of post_off-hack which was only suitable for POST dataSascha Schumann2001-10-271-12/+13
* Improved handling of postsSascha Schumann2001-10-271-2/+7
* Make the information available whether we are using HTTP/1.1Sascha Schumann2001-10-091-0/+7
* Add QUERY_STRING, HTTP_HOST, HTTP_ACCEPT_LANGUAGE to the scriptSascha Schumann2001-09-301-0/+12
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* A CRLF at the end of a line is not so wrong.Sascha Schumann2001-08-071-1/+1
* The module usually did not send out Content-Type: text/html.Sascha Schumann2001-08-071-0/+7
* more tsrm cleanupSascha Schumann2001-08-051-2/+1
* further tsrm cleanupSascha Schumann2001-08-051-2/+2
* Even more TSRM cleanup.Sebastian Bergmann2001-08-051-2/+2
* tsrm-related cleanupSascha Schumann2001-08-051-22/+6
* Remove more duplicate TSRMLS_FETCH() calls.Sebastian Bergmann2001-08-051-3/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-53/+52
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-14/+14
* Remove unneeded variablesSascha Schumann2001-07-261-3/+0
* Remove accidentially committed lineSascha Schumann2001-07-231-1/+0
* Support for handling multiple concurrent requests.Sascha Schumann2001-06-231-5/+223
* Replace slow strlcpy with a quick memcpy.Sascha Schumann2001-05-031-3/+8
* - Another strncpy() -> strlcpy() changeAndi Gutmans2001-05-021-3/+1
* Fix optimization -- we did not send out custom Response Status Lines.Sascha Schumann2001-04-251-5/+12
* bytes in the conn structure was renamed to bytes_sent.Sascha Schumann2001-04-221-3/+3
* Replace memcpy and sprintf with smart_strs.Sascha Schumann2001-03-131-16/+12
* Combine all HTTP headers into a single writevSascha Schumann2001-03-021-19/+30
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* If we cannot send the header, we don't need to continue with the page.Sascha Schumann2001-02-211-1/+2