[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2001-04-24 Thread Sascha Schumann
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

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2001-04-22 Thread Sascha Schumann
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

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2001-03-13 Thread Sascha Schumann
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

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2001-03-02 Thread Sascha Schumann
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

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2001-02-21 Thread Sascha Schumann
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.

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2001-02-19 Thread Sascha Schumann
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:

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2001-02-18 Thread Sascha Schumann
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

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2001-01-10 Thread Sascha Schumann
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/