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
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
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
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
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
=
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
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
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
==
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
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
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
11 matches
Mail list logo