summaryrefslogtreecommitdiff
path: root/sapi/thttpd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use itSascha Schumann2001-06-151-0/+1
* Nuke more quotesSascha Schumann2001-05-121-1/+1
* 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
* remove Only.* lines from patchSascha Schumann2001-04-221-3/+0
* bytes in the conn structure was renamed to bytes_sent.Sascha Schumann2001-04-221-3/+3
* Update patch to thttpd-2.21Sascha Schumann2001-04-221-30/+34
* Separate CPPFLAGS from CFLAGS.Wilfredo Sanchez2001-04-031-1/+1
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
* 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-262-2/+2
* If we cannot send the header, we don't need to continue with the page.Sascha Schumann2001-02-211-1/+2
* Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2Sascha Schumann2001-02-191-0/+2
* Save 50% of the syscalls when writing the HTTP header.Sascha Schumann2001-02-181-2/+8
* Especially on FreeBSD it seems to be common that send(2) does notSascha Schumann2001-01-101-7/+16
* Propagate the response code/HTTP status code back to thttpd for logging.Sascha Schumann2001-01-091-0/+1
* Account the number of sent bytes properlySascha Schumann2001-01-091-3/+13
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-4/+4
* Fix indentation of configure outputSascha Schumann2000-12-061-1/+1
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Clear idle_read_timerSascha Schumann2000-11-151-4/+6
* Update patch and add persistent connection handlingSascha Schumann2000-11-131-14/+39
* Add thttpd-dependent interface for maintaining persistent connections onSascha Schumann2000-11-132-0/+26
* Add note about serialized requests and their impactSascha Schumann2000-11-131-0/+4
* Fix aborted connection handling and stop modifying thttpd dataSascha Schumann2000-11-121-2/+5
* Add/unify aborted connection handlingSascha Schumann2000-10-291-1/+8
* Leave initializing of auth_(user|password) to php_handle_auth_data().Sascha Schumann2000-10-271-3/+0
* Use php_handle_auth_dataSascha Schumann2000-10-271-16/+1
* Provide basic auth info to scripts.Sascha Schumann2000-10-111-2/+21
* Restore the headers_only test to the centralized SAPI startup. If necessary,...Zeev Suraski2000-09-081-5/+0
* Set SG(request_info).path_translated to the path of the main script.Sascha Schumann2000-08-291-17/+15
* Compute absolute path to scriptSascha Schumann2000-08-271-1/+7
* Use request_uri as PHP_SELF. decodedurl also includes the query string.Sascha Schumann2000-08-251-1/+1
* php_register_variables(.. ELS_CC ..)Sascha Schumann2000-08-251-8/+8
* Make proper use of SAPI's register_environment functionality.Sascha Schumann2000-08-251-66/+50
* thttpd/PHP verified to run IMP 2.2.0 without any hitches.Sascha Schumann2000-08-211-2/+3
* Move thttpd_php_init() call to httpd_initialize().Sascha Schumann2000-08-211-15/+15
* Execute PHP scripts everywhere (not only in the top-level directory)Sascha Schumann2000-08-201-1/+1
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-0/+1
* Remove some crud from diff output (Only in..).Sascha Schumann2000-08-071-3/+0
* Fix building thttpd SAPI module.Sascha Schumann2000-08-075-31/+60
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-1/+6
* Unify use of my email addressSascha Schumann2000-07-101-1/+2