cvs commit: apache-2.0/src/main http_protocol.c http_request.c

2000-01-12 Thread rbb
rbb 00/01/12 10:20:45 Modified:src/main http_protocol.c http_request.c Log: Fix some remaining problems with SSI's and Windows. Basically, the sendfile stuff doesn't work properly with chuncked data. Submitted by: Allan Edwards Reviewed by: Ryan Bloom Revision Chang

cvs commit: apache-2.0/src/main http_protocol.c

1999-12-21 Thread rbb
rbb 99/12/21 08:21:44 Modified:src/lib/apr/include apr_time.h src/lib/apr/time/unix timestr.c src/main http_protocol.c Log: Change ap_gm_timestr_822 to ap_timestr. Now, one function can be used to get a timestr for GMT and Localtimes. Revisio

cvs commit: apache-2.0/src/main http_protocol.c http_vhost.c

1999-12-21 Thread fanf
fanf99/12/21 03:33:23 Modified:src CHANGES src/main http_protocol.c http_vhost.c Log: Fix the mass vhosting security problem spotted by Lars, as in 1.3 Submitted by: Ben Hyde Reviewed by: Tony Finch Revision ChangesPath 1.19 +5 -0 ap

cvs commit: apache-2.0/src/main http_protocol.c

1999-12-09 Thread stoddard
stoddard99/12/09 13:47:50 Modified:src/main http_protocol.c Log: Fix Windows build break Revision ChangesPath 1.40 +3 -0 apache-2.0/src/main/http_protocol.c Index: http_protocol.c === RCS f

cvs commit: apache-2.0/src/main http_protocol.c

1999-11-30 Thread manoj
manoj 99/11/29 19:36:35 Modified:src/main http_protocol.c Log: The extra (n < 1) check is redundant, leftover from pre-APR code. Revision ChangesPath 1.39 +1 -2 apache-2.0/src/main/http_protocol.c Index: http_protocol.c =

cvs commit: apache-2.0/src/main http_protocol.c

1999-11-03 Thread bjh
bjh 99/11/03 04:47:24 Modified:src/lib/apr/file_io/os2 readwrite.c src/main http_protocol.c Log: OS/2: Don't return APR_EOF from ap_read(). EOF is indicated by a APR_SUCCESS status with nbytes set to 0. Revision ChangesPath 1.6 +10 -15apache

cvs commit: apache-2.0/src/main http_protocol.c

1999-11-02 Thread stoddard
stoddard99/11/02 06:34:36 Modified:src/main http_protocol.c Log: Delete useless code... Revision ChangesPath 1.34 +1 -1 apache-2.0/src/main/http_protocol.c Index: http_protocol.c === RCS fi

cvs commit: apache-2.0/src/main http_protocol.c

1999-11-01 Thread bjh
bjh 99/11/01 02:50:48 Modified:src/main http_protocol.c Log: In ap_send_fb_length() don't treat APR_EOF as a fatal error. Revision ChangesPath 1.32 +1 -1 apache-2.0/src/main/http_protocol.c Index: http_protocol.c ==

cvs commit: apache-2.0/src/main http_protocol.c

1999-10-26 Thread manoj
manoj 99/10/26 15:15:20 Modified:src/main http_protocol.c Log: One ap_bflush to the client wasn't checked. Now fixed. Revision ChangesPath 1.25 +4 -2 apache-2.0/src/main/http_protocol.c Index: http_protocol.c

cvs commit: apache-2.0/src/main http_protocol.c

1999-10-12 Thread manoj
manoj 99/10/12 13:39:03 Modified:src/main http_protocol.c Log: Eliminate a warning. Revision ChangesPath 1.21 +1 -1 apache-2.0/src/main/http_protocol.c Index: http_protocol.c === RCS file

cvs commit: apache-2.0/src/main http_protocol.c

1999-10-12 Thread manoj
manoj 99/10/12 13:37:05 Modified:src/main http_protocol.c Log: Attempt to make ap_send_fb work again. This is untested, but it works better than the old version because it compiles. Revision ChangesPath 1.20 +28 -71apache-2.0/src/main/http_protocol.c Ind