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
*
fix the invalid return value entry for ap_meets_conditions
Stas Bekman
2004-07-18
1
-1
/
+2
*
declare the prototypes as well.
André Malo
2004-04-22
1
-2
/
+2
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-07
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
fix out-of-date comment
Jeff Trawick
2004-01-26
1
-1
/
+1
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
*) Add a hook (insert_error_filter) to allow filters to re-insert
Paul J. Reder
2003-12-12
1
-0
/
+7
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Fix comments
William A. Rowe Jr
2002-07-11
1
-4
/
+3
*
Re-use the same temp brigade to read all lines of a request header,
Brian Pane
2002-07-04
1
-5
/
+17
*
fix some major badness: error buckets *cannot* use simple_copy because
Cliff Woolley
2002-05-31
1
-0
/
+2
*
Add macro to check for an error bucket. (Can't call it APR_BUCKET_IS_ERROR
Justin Erenkrantz
2002-05-30
1
-0
/
+7
*
Moved ap_setup_make_content_type() declaration to http_protocol.h
Brian Pane
2002-05-10
1
-1
/
+11
*
fix a spelling error in a comment
Jeff Trawick
2002-04-19
1
-1
/
+1
*
fix a typo in a comment for ap_get_client_block()
Jeff Trawick
2002-04-19
1
-1
/
+1
*
Adds support for reading trailers on input by exporting get_mime_headers
Justin Erenkrantz
2002-04-16
1
-0
/
+6
*
BUCKET FREELISTS
Cliff Woolley
2002-03-29
1
-4
/
+6
*
Commit 2 of 2 to:
Bill Stoddard
2002-03-20
1
-2
/
+8
*
ap_rset_content_type() should take const char * instead of char *
Jeff Trawick
2002-03-20
1
-1
/
+1
*
Final commit to add ap_rset_content_type accessor. Add AddOutputFiltersbyType
Bill Stoddard
2002-03-20
1
-0
/
+5
*
The underlying change here was to add the new WebDAV/DeltaV methods
Greg Stein
2002-03-19
1
-13
/
+3
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
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
[next]