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
/
include
/
http_protocol.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use APR_INLINE instead of inline, to support pre-C99 compilers
Stefan Fritsch
2011-06-27
1
-1
/
+1
*
Avoid "`sentinel' attribute directive ignored" warning with gcc 3.x
Stefan Fritsch
2011-06-12
1
-1
/
+1
*
Add __attribute__((sentinel)) to a few functions that require a terminal NULL
Stefan Fritsch
2011-06-04
1
-1
/
+2
*
Make ap_rputs an inline function, as it is mostly used with string constants
Stefan Fritsch
2011-06-04
1
-7
/
+11
*
Cleanup... most don't need apr_hooks.h at all...
Jim Jagielski
2011-05-09
1
-1
/
+0
*
New hook: ap_run_pre_read_request()
Jim Jagielski
2011-02-14
1
-6
/
+19
*
Introduce note_auth_failure hook to allow modules to add support
Stefan Fritsch
2010-07-04
1
-10
/
+12
*
Disabled DefaultType directive and removed ap_default_type()
Roy T. Fielding
2009-01-30
1
-1
/
+1
*
Move the KeptBodySize directive, kept_body filters and the
Graham Leggett
2008-04-11
1
-48
/
+0
*
Add a function to the http filters that is able to parse an HTML
Graham Leggett
2008-04-09
1
-1
/
+49
*
Remove CORE_PRIVATE.
Paul Querna
2008-04-07
1
-2
/
+0
*
In hopes of replacing <Limit > with <Method > - choose another example
William A. Rowe Jr
2008-04-05
1
-4
/
+4
*
Add option not to send&clear response headers in ap_send_interim_response.
Nick Kew
2007-10-26
1
-1
/
+2
*
Introduce ap_send_interim_response function and API, for interim
Nick Kew
2007-10-07
1
-0
/
+6
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-28
1
-62
/
+45
*
Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h...
Paul Querna
2005-04-25
1
-8
/
+1
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!
William A. Rowe Jr
2005-01-02
1
-5
/
+5
*
veto and revert win64 patch: 64bit changes must percolate from the
Roy T. Fielding
2004-10-23
1
-10
/
+10
*
WIN64: API changes to clean up Windows 64bit compile warnings
Allan K. Edwards
2004-10-22
1
-10
/
+10
*
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-24
1
-5
/
+6
*
Added a version of ap_getline() that allocs a buffer from
Brian Pane
2001-12-02
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
[prev]
[next]