index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
protocol.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bucket length parameter is apr_size_t, which isn't always signed,
Jeff Trawick
2002-11-19
1
-1
/
+1
*
when the connection drops, c->aborted is set but generally
Jeff Trawick
2002-10-31
1
-1
/
+1
*
Ensure that output already available is flushed to the network
Jeff Trawick
2002-10-02
1
-0
/
+3
*
Minor simplification... The can_send_content_length variable is
Greg Stein
2002-09-25
1
-19
/
+13
*
The protocol version (eg: HTTP/1.1) in the request line parsing
Jim Jagielski
2002-09-17
1
-2
/
+4
*
Changed the content-length filter to allow streaming delivery
Brian Pane
2002-08-28
1
-114
/
+63
*
fix weird things that happen with canned error messages due to using two
Greg Ames
2002-08-13
1
-4
/
+0
*
add notes about a portability problem -- formatting apr_time_t
Jeff Trawick
2002-07-17
1
-0
/
+1
*
fix folding when the continuation charater is a blank
Greg Ames
2002-07-08
1
-1
/
+1
*
silence an unhelpful gcc warning
Jeff Trawick
2002-07-08
1
-1
/
+1
*
Eliminated the use of AP_MODE_SPECULATIVE brigade reads to check
Brian Pane
2002-07-06
1
-29
/
+77
*
Re-use the same temp brigade to read all lines of a request header,
Brian Pane
2002-07-04
1
-36
/
+41
*
Fix C-L filter non-blocking-mode brokenness. It was failing to ever
Cliff Woolley
2002-07-03
1
-1
/
+5
*
Optimization for ap_rgetline_core(): When "folding" mode is enabled,
Brian Pane
2002-07-01
1
-16
/
+16
*
Change conn_rec->keepalive to an enumerated value of
Justin Erenkrantz
2002-06-26
1
-1
/
+2
*
ap_finalize_sub_req_protocol() shouldn't send an EOS bucket if
Jeff Trawick
2002-06-10
1
-1
/
+4
*
Call ap_discard_request_body from ap_finalize_request. Remove the call
Ryan Bloom
2002-06-08
1
-1
/
+2
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-8
/
+8
*
Start with a larger buffer size in ap_rgetline_core() to avoid
Brian Pane
2002-05-13
1
-1
/
+7
*
Optimization: modified the power-of-two allocator in ap_rgetline_core()
Brian Pane
2002-05-13
1
-5
/
+5
*
Fixed missing null-termination of ap_make_content_type() patterns list
Brian Pane
2002-05-12
1
-0
/
+1
*
Optimization: Replaced apr_strcat() with apr_strcatv() in
Brian Pane
2002-05-12
1
-2
/
+8
*
Performance fix: replaced the strcasecmp calls in ap_make_content_type()
Brian Pane
2002-05-10
1
-8
/
+32
*
cleanup old-school backward uses of APR_BRIGADE_CONCAT to use
Cliff Woolley
2002-05-06
1
-12
/
+4
*
Simplify this little chunk of code since r is set to f->r earlier.
Justin Erenkrantz
2002-04-28
1
-2
/
+1
*
Adds support for reading trailers on input by exporting get_mime_headers
Justin Erenkrantz
2002-04-16
1
-2
/
+2
*
Correct partitioning of filter handles between core and http, and
William A. Rowe Jr
2002-04-05
1
-0
/
+1
*
BUCKET FREELISTS
Cliff Woolley
2002-03-29
1
-13
/
+18
*
Seems like this is the end of the compiler emits on Win32, once again.
William A. Rowe Jr
2002-03-18
1
-2
/
+5
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Style Police comming through...
Sander Striker
2002-03-11
1
-169
/
+209
*
ap_rgetline_core: fix a bug with folding observed while testing ebcdic.
Greg Ames
2002-03-08
1
-4
/
+11
*
ap_rgetline: fix folding and partial line handling on ebcdic boxes. The
Greg Ames
2002-03-07
1
-8
/
+29
*
Remove the prev pointer from the filter chain. This removes
Ryan Bloom
2002-03-07
1
-3
/
+0
*
This fixes most of the header bug that was committed last night. The server
Ryan Bloom
2002-03-03
1
-0
/
+4
*
Fix the mod_dir/mod_negotiation bug, where redirects and sub requests
Ryan Bloom
2002-03-03
1
-2
/
+4
*
ownership of the brigade is passed in the ap_pass_brigade call
Allan K. Edwards
2002-02-27
1
-1
/
+3
*
Just toss these debug messages since so many people use httpd with
Justin Erenkrantz
2002-02-15
1
-2
/
+0
*
update CHANGES for an input side seg fault fix.
Greg Ames
2002-02-08
1
-1
/
+1
*
ensure that ap_rgetline allocates storage for the request line each time it is
Greg Ames
2002-02-08
1
-0
/
+4
*
We totally disregard the fact that notice is level 5 and always print
Justin Erenkrantz
2002-02-06
1
-2
/
+2
*
don't try to place a header field in error-notes if ap_rgetline()
Jeff Trawick
2002-02-06
1
-1
/
+3
*
Tone down the logging levels for these two messages from ERROR to NOTICE.
Justin Erenkrantz
2002-02-06
1
-8
/
+2
*
If the MIME-continuation line returns nothing, then we should return not
Justin Erenkrantz
2002-02-06
1
-0
/
+6
*
make it compile on win32
Ian Holsman
2002-01-30
1
-1
/
+1
*
Simplify the exit paths of ap_rgetline by creating a second brigade for
Justin Erenkrantz
2002-01-30
1
-13
/
+25
*
optimized away one more filter name lookup during request processing
Brian Pane
2002-01-27
1
-1
/
+2
*
Fixed a read from a deleted brigade in the new version of
Brian Pane
2002-01-27
1
-3
/
+10
*
ap_rgetline(): completely ignore an empty bucket... previously the logic
Jeff Trawick
2002-01-27
1
-0
/
+8
*
Eliminate needless variable that wasn't initialized anyway.
Justin Erenkrantz
2002-01-25
1
-4
/
+2
[next]