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
*
Grrr.. Cliff warned me about this. APR should return APR_SUCCESS with
Bill Stoddard
2001-07-06
1
-3
/
+3
*
Reimplement content length filter to fix problem where all output from
Bill Stoddard
2001-07-06
1
-58
/
+98
*
Do non-blocking reads from pipes in the content-length filter.
Bill Stoddard
2001-07-05
1
-5
/
+24
*
*) Account for the new pool parameter to apr_bucket_file_create()
Cliff Woolley
2001-06-27
1
-1
/
+1
*
Back out the change to allocate files out of the main request pool, and
Ryan Bloom
2001-06-15
1
-1
/
+1
*
Add a pool to the ap_save_brigade prototype. This removes a todo from
Ryan Bloom
2001-06-13
1
-2
/
+2
*
use apr-util's apr_date_parse_http() instead of the to-be-removed
Jeff Trawick
2001-06-06
1
-1
/
+0
*
Move the addition of default AP_HTTP_HTTP_HEADER filters to the
Graham Leggett
2001-06-01
1
-5
/
+0
*
back out filter change that is preventing headers to be sent
Doug MacEachern
2001-05-30
1
-0
/
+5
*
Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_
Roy T. Fielding
2001-05-22
1
-4
/
+4
*
Move the addition of default AP_HTTP_HTTP_HEADER filters to the insert_filter
Graham Leggett
2001-05-22
1
-4
/
+0
*
fix the type of a parameter to ap_get_brigade()
Jeff Trawick
2001-05-07
1
-1
/
+1
*
Back out the recent change to ap_get_brigade, to make it use indirection
Ryan Bloom
2001-05-07
1
-1
/
+2
*
Fix a bug in the input handling. ap_http_filter() was modifying *readbytes
Greg Stein
2001-05-05
1
-2
/
+3
*
Removed the keptalive boolean from conn_rec because it is now only
Roy T. Fielding
2001-04-26
1
-6
/
+4
*
At the hack-athon we decided to change the way that input filters
Ryan Bloom
2001-04-23
1
-3
/
+2
*
Revert the change that moved keepalives out of conn_rec. That variable
Roy T. Fielding
2001-04-21
1
-3
/
+137
*
Don't overwrite r->the_request. This was causing us to never get the
Ryan Bloom
2001-04-18
1
-1
/
+0
*
Move the keepalives field out of the conn_rec and into an HTTP specific
Ryan Bloom
2001-04-18
1
-136
/
+3
*
When I initially pulled the BYTERANGE filter into the core, Greg Stein
Ryan Bloom
2001-04-12
1
-388
/
+0
*
Move ap_set_last_modified to the core. This is a potentially
Ryan Bloom
2001-03-25
1
-0
/
+13
*
back out the logging of read errors in getline. daedalus was logging
Greg Ames
2001-03-21
1
-3
/
+0
*
Empty out the brigade shared by ap_getline()/ap_get_client_block()
Jeff Trawick
2001-03-20
1
-6
/
+15
*
Handle ap_discard_request_body() being called more than once.
Jeff Trawick
2001-03-19
1
-0
/
+2
*
Add a hook, create_request. This hook allows modules to modify
Ryan Bloom
2001-03-18
1
-5
/
+1
*
This is a fix that went into v1.3 quite a while back, but not into v2.0.
Chuck Murcko
2001-03-16
1
-3
/
+3
*
Avoid using sscanf to determine the HTTP protocol number in
Bill Stoddard
2001-03-16
1
-10
/
+23
*
Fix content-length computation. We ONLY compute a content-length if
Ryan Bloom
2001-03-07
1
-8
/
+8
*
Make the old_write filter use the ap_f* functions for buffering the data.
Ryan Bloom
2001-03-05
1
-74
/
+17
*
Another missing AP_DECLARE mismatch
William A. Rowe Jr
2001-02-28
1
-1
/
+1
*
Begin to move functions from the http module to the core. The goal is to
Ryan Bloom
2001-02-26
1
-0
/
+1594