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
/
modules
/
http
/
http_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge PR 311:
Stefan Eissing
2022-04-13
1
-2
/
+61
*
*) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specific
Stefan Eissing
2022-04-07
1
-0
/
+14
*
*) core/mod_http/mod_http2:
Stefan Eissing
2022-04-04
1
-0
/
+4
*
Make sure that conn->keepalive is NOT reset after being set in ap_read_reques...
Jean-Frederic Clere
2021-03-24
1
-6
/
+0
*
core: handle morphing buckets setaside/reinstate and kill request core filter.
Yann Ylavic
2020-03-31
1
-2
/
+0
*
revert r1857857.
Christophe Jaillet
2019-04-24
1
-0
/
+9
*
Axe a useless comment.
Christophe Jaillet
2019-04-20
1
-9
/
+0
*
Follow up to r1814659.
Yann Ylavic
2017-11-08
1
-1
/
+3
*
We can't possibly loop in ap_process_http_async_connection().
Yann Ylavic
2017-11-08
1
-3
/
+4
*
Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is both
Yann Ylavic
2017-10-14
1
-3
/
+3
*
* Silence compiler warning
Ruediger Pluem
2017-06-28
1
-1
/
+1
*
PR60647: ACC per connection not available w/ event MPM
Eric Covener
2017-01-25
1
-1
/
+2
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-1
/
+1
*
Avoid truncating the_request line when there is no request to 'W'rite.
William A. Rowe Jr
2016-05-13
1
-2
/
+2
*
Revert 1742822, incorrect assumptions here
William A. Rowe Jr
2016-05-12
1
-4
/
+2
*
Fix yet another case where we clobber the
Rainer Jung
2016-05-08
1
-2
/
+4
*
reverting r1735176
Stefan Eissing
2016-03-16
1
-29
/
+2
*
mod_http: Make sure HTTP filters are added on HTTP requests only.
Graham Leggett
2016-03-15
1
-2
/
+29
*
core: Extend support for setting aside data from the network input filter
Graham Leggett
2016-03-12
1
-0
/
+1
*
core: Extend support for asynchronous write completion from the
Graham Leggett
2015-10-04
1
-0
/
+2
*
core: Follow up to r1664071: comments on new keep_alive_timeout_set flag.
Yann Ylavic
2015-03-05
1
-0
/
+8
*
core: If explicitly configured, use the KeepaliveTimeout value of the
Yann Ylavic
2015-03-04
1
-1
/
+13
*
Fix segfault caused by r1204104 on non-async mpms.
Stefan Fritsch
2011-11-20
1
-1
/
+2
*
Remove MPM-private stuff from conn_state_t
Stefan Fritsch
2011-11-19
1
-0
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-5
/
+5
*
Create wrapper API for apr_random;
Stefan Fritsch
2011-09-15
1
-0
/
+6
*
Introduce new function ap_get_conn_socket() to access the socket of
Stefan Fritsch
2011-06-13
1
-1
/
+1
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-1
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
KeepAlive no longer accepts other than On|Off.
Takashi Sato
2009-11-22
1
-11
/
+3
*
Use the new ap_update_child_status_from_conn() to put the client IP into the
Stefan Fritsch
2009-10-18
1
-2
/
+2
*
handle an unfortunate implication of loadable MPMs:
Jeff Trawick
2009-04-02
1
-21
/
+25
*
Enhance KeepAliveTimeout to support a value in milliseconds.
Takashi Sato
2009-01-12
1
-1
/
+5
*
Introduce Suspendable Requests to the Event MPM.
Paul Querna
2008-09-20
1
-1
/
+2
*
Move the KeptBodySize directive, kept_body filters and the
Graham Leggett
2008-04-11
1
-49
/
+6
*
NO var declarations in the middle of the code.
Guenter Knauf
2008-04-08
1
-1
/
+1
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-1
/
+0
*
Remove calls to ap_graceful_stop_signalled, and replace by using ap_mpm_query
Paul Querna
2008-04-07
1
-1
/
+7
*
If you study all of the directive implementations, you'll note
William A. Rowe Jr
2008-04-06
1
-3
/
+3
*
core: Add the option to keep aside a request body up to a certain
Graham Leggett
2007-11-07
1
-6
/
+49
*
Ensure the URI is "*" and not something like "*foo"
Jim Jagielski
2007-10-02
1
-1
/
+2
*
We should return
Jim Jagielski
2007-10-02
1
-1
/
+1
*
Reduce the last change to a minimum, since OPTIONS * does not
Roy T. Fielding
2007-10-02
1
-13
/
+3
*
OPTIONS * does not map to storage, so handle this
Jim Jagielski
2007-10-02
1
-0
/
+19
*
Fixup style nitpicks:
Paul Querna
2007-06-12
1
-3
/
+4
*
Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM...
Paul Querna
2007-06-12
1
-0
/
+6
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Add optional 'scheme://' prefix to ServerName directive. For
Sander Temme
2006-05-05
1
-0
/
+12
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Morph the ap_http_broken_backend_filter() proxy "specific"
Jim Jagielski
2005-12-20
1
-4
/
+5
[next]