index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
http_protocol.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ap_rgetline: fix folding and partial line handling on ebcdic boxes. The
Greg Ames
2002-03-07
1
-2
/
+18
*
Rewrite ap_rgetline to remove the need to have an "internal" brigade stored
Justin Erenkrantz
2002-01-25
1
-5
/
+6
*
Added a version of ap_getline() that allocs a buffer from
Brian Pane
2001-12-03
1
-0
/
+26
*
ap_getline() is useful to modules outside of the core..
Doug MacEachern
2001-11-07
1
-1
/
+1
*
Remove SMS from the error bucket. SMS is going away now, it isn't really
Ryan Bloom
2001-09-28
1
-2
/
+0
*
A very small optimization to the OLD_WRITE logic. This just makes us store
Ryan Bloom
2001-09-11
1
-0
/
+5
*
BUCKETS SMS PHASE 1
Cliff Woolley
2001-08-26
1
-0
/
+2
*
Fix the new method code. We need to cast 1 to an apr_int64_t or it will
Ryan Bloom
2001-08-11
1
-2
/
+3
*
Add the ability to extend the methods that Apache understands
Ryan Bloom
2001-08-02
1
-0
/
+34
*
Doc formatting fixes
William A. Rowe Jr
2001-07-27
1
-4
/
+4
*
Change the length of the content args to apr_off_t identifiers, and fix
William A. Rowe Jr
2001-07-26
1
-2
/
+2
*
Update to reflect the absence of the apr_bucket_shared
Cliff Woolley
2001-02-27
1
-1
/
+1
*
Begin to move functions from the http module to the core. The goal is to
Ryan Bloom
2001-02-26
1
-21
/
+27
*
shift some declarations over to mod_core.h where they're totally private.
Greg Stein
2001-02-18
1
-12
/
+0
*
*) Introduce "ap_conf_vector_t" type to assist with legibility and provide
Greg Stein
2001-02-18
1
-0
/
+16
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
rename:
Doug MacEachern
2001-02-13
1
-4
/
+4
*
Make the header filter use the brigade buffering functions for creating
Ryan Bloom
2001-02-09
1
-3
/
+3
*
s/l/r/ in ap_send_http_header protototype
Doug MacEachern
2001-02-05
1
-3
/
+3
*
fix minor prototype inconsistencies noticed with C::Scan
Doug MacEachern
2001-02-04
1
-4
/
+4
*
Forgot this header file when I cleaned the error_bucket code.
Ryan Bloom
2001-01-27
1
-4
/
+4
*
Was there a file that wasn't updated with the error buckets patch?
William A. Rowe Jr
2001-01-27
1
-1
/
+1
*
filters can now report an HTTP error to the server. This is done
Ryan Bloom
2001-01-27
1
-0
/
+42
*
Begin mod_core.h for CORE-private information. Ideally, AP_CORE_DECLARE
Greg Stein
2001-01-24
1
-11
/
+0
*
Improve the performance of the ap_r* functions by buffering their data in
Greg Stein
2001-01-24
1
-0
/
+1
*
We only want to define ap_send_mmap if APR_HAS_MMAP is true. Without
Ryan Bloom
2001-01-23
1
-0
/
+2
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-7
/
+7
*
This removes all BUFF's from the HTTP proxy. This code is relatively
Ryan Bloom
2000-11-17
1
-0
/
+2
*
Start of moving to apr_port_t in the server code. This will probably the first
David Reid
2000-11-08
1
-2
/
+2
*
The byte-ranges filter. This looks like it should work, but the
Ryan Bloom
2000-11-08
1
-16
/
+1
*
Use apr_off_t for the content length, rather than long. Propagate through
Greg Stein
2000-11-07
1
-3
/
+9
*
Remove REQUEST_CHUNKED_PASS and change ap_discard_request_body()
Sascha Schumann
2000-11-03
1
-1
/
+0
*
Clean up the http filter a lot. Instead of sending a bucket per header,
Ryan Bloom
2000-11-01
1
-12
/
+3
*
Compute the content length (and add appropriate header field) for
Jeff Trawick
2000-10-31
1
-0
/
+3
*
namespace-protect dechunk_filter and http_filter
Jeff Trawick
2000-10-22
1
-2
/
+2
*
Fix the return type of ap_http_header_filter().
Jeff Trawick
2000-10-22
1
-1
/
+1
*
Fix Win32 compile break introduced by the http_header filter code.
Bill Stoddard
2000-10-22
1
-1
/
+1
*
Hack headers to work semi-properly. This is a hack that will need to be
Ryan Bloom
2000-10-21
1
-0
/
+2
*
Input filters and ap_get_brigade() now have a input mode parameter
Jeff Trawick
2000-10-21
1
-2
/
+2
*
input filtering changes:
Jeff Trawick
2000-10-16
1
-0
/
+1
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-45
/
+45
*
Implement a length argument on input filters. There are three possible
Ryan Bloom
2000-10-12
1
-1
/
+1
*
Remove ap_send_fb and ap_send_fb_length. These functions don't make much
Ryan Bloom
2000-10-08
1
-17
/
+0
*
Add the first draft of the http_filter. In time this filter will split
Ryan Bloom
2000-10-06
1
-0
/
+4
*
Fix the calling convention on Windows for ap_bucket_printf() and
Jeff Trawick
2000-09-18
1
-4
/
+4
*
Start introducing the extension-method elements so we're not
Ken Coar
2000-09-13
1
-0
/
+63
*
Initial Filtering code. This uses a bucket brigade scheme to allow modules
Ryan Bloom
2000-08-12
1
-1
/
+3
*
More prototypical API support for arbitrary extension HTTP methods.
Ken Coar
2000-08-12
1
-0
/
+9
*
Update http_protocol.h to use ScanDoc.
Ryan Bloom
2000-08-05
1
-49
/
+318
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-6
/
+6
[next]