sas Tue Apr 24 23:42:24 2001 EDT
Modified files:
/php4/sapi/thttpd thttpd.c
Log:
Fix optimization -- we did not send out custom Response Status Lines.
Index: php4/sapi/thttpd/thttpd.c
diff -u php4/sapi/thttpd/thttpd.c:1.40 php4/sapi/thttpd/thttpd.c:1.4
sas Sun Apr 22 07:22:40 2001 EDT
Modified files:
/php4/sapi/thttpd thttpd.c
Log:
bytes in the conn structure was renamed to bytes_sent.
Index: php4/sapi/thttpd/thttpd.c
diff -u php4/sapi/thttpd/thttpd.c:1.39 php4/sapi/thttpd/thttpd.c:1.40
--- php4/sapi
sas Tue Mar 13 09:14:47 2001 EDT
Modified files:
/php4/sapi/thttpd thttpd.c
Log:
Replace memcpy and sprintf with smart_strs.
Index: php4/sapi/thttpd/thttpd.c
diff -u php4/sapi/thttpd/thttpd.c:1.38 php4/sapi/thttpd/thttpd.c:1.39
--- php4/sapi/thttpd/tht
sas Fri Mar 2 09:01:52 2001 EDT
Modified files:
/php4/sapi/thttpd thttpd.c
Log:
Combine all HTTP headers into a single writev
Index: php4/sapi/thttpd/thttpd.c
diff -u php4/sapi/thttpd/thttpd.c:1.37 php4/sapi/thttpd/thttpd.c:1.38
--- php4/sapi/thttpd/t
sas Wed Feb 21 12:25:53 2001 EDT
Modified files:
/php4/sapi/thttpd thttpd.c
Log:
If we cannot send the header, we don't need to continue with the page.
Index: php4/sapi/thttpd/thttpd.c
diff -u php4/sapi/thttpd/thttpd.c:1.35 php4/sapi/thttpd/thttpd.c:1.
sas Mon Feb 19 02:28:08 2001 EDT
Modified files:
/php4/sapi/thttpd thttpd.c
Log:
Include . Apparently, the header cleanup in glibc 2.2.2
caused that file to be included by accident.
Index: php4/sapi/thttpd/thttpd.c
diff -u php4/sapi/thttpd/thttpd.c:
sas Sun Feb 18 11:03:36 2001 EDT
Modified files:
/php4/sapi/thttpd thttpd.c
Log:
Save 50% of the syscalls when writing the HTTP header.
Index: php4/sapi/thttpd/thttpd.c
diff -u php4/sapi/thttpd/thttpd.c:1.33 php4/sapi/thttpd/thttpd.c:1.34
--- php4/sapi
sas Wed Jan 10 05:51:58 2001 EDT
Modified files:
/php4/sapi/thttpd thttpd.c
Log:
Especially on FreeBSD it seems to be common that send(2) does not
do a decent job. We handle that better now.
Index: php4/sapi/thttpd/thttpd.c
diff -u php4/sapi/thttpd/
8 matches
Mail list logo