index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
protocol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ap_get_mime_headers_core: alloc space for trailing null when folding
Greg Ames
2003-04-18
1
-3
/
+4
*
Simplify and shorten the code path for scanning request headers
Brian Pane
2003-03-29
1
-81
/
+31
*
backport a fix for seg faults with huge headers
Greg Ames
2003-03-28
1
-0
/
+3
*
update license to 2003.
André Malo
2003-02-03
1
-1
/
+1
*
ap_get_mime_headers: merge the null termination fix back to the 2.0 stable br...
Greg Ames
2003-01-22
1
-5
/
+4
*
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-02
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-07
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-17
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
[next]