index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
connection.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*) core: adding a new hook and method to the API:
Stefan Eissing
2022-03-18
1
-0
/
+11
*
*) core: Be safe with ap_lingering_close() called with a socket NULL-ed.
Yann Ylavic
2021-10-12
1
-3
/
+10
*
In case one of the pre_connection hooks causes the hook run to stop by an error
Ruediger Pluem
2021-09-21
1
-5
/
+1
*
core: Add ap_create_connection() to create a server or client/proxy connection.
Yann Ylavic
2021-09-09
1
-0
/
+23
*
core: don't close the socket when failing in ap_start_lingering_close().
Yann Ylavic
2021-07-22
1
-7
/
+2
*
fix for wrong return check on ap_prep_lingering_close(), causing regressions
Stefan Eissing
2016-01-29
1
-1
/
+1
*
new hook pre_close_connection
Stefan Eissing
2016-01-27
1
-3
/
+17
*
Remove some useless 'return' statements.
Christophe Jaillet
2015-11-21
1
-1
/
+0
*
core: Avoid a compiler warning when NO_LINGCLOSE is used (-Wunreachable-code).
Yann Ylavic
2015-09-15
1
-14
/
+7
*
mpm_event[opt]: Send the SSL close notify alert when the KeepAliveTimeout
Yann Ylavic
2014-06-08
1
-5
/
+15
*
Fix URL in doxygen comment.
Christophe Jaillet
2014-06-04
1
-2
/
+2
*
core: avoid a double apr_time_now() call on the first succeeding read.
Yann Ylavic
2014-02-28
1
-4
/
+5
*
Add in the concept of "slave" connections...
Jim Jagielski
2014-02-07
1
-1
/
+0
*
garbage C's in server-status and extra child processes with async lingering
Greg Ames
2011-11-18
1
-1
/
+3
*
Some improvements for handling of many connections for MPM event:
Stefan Fritsch
2011-06-19
1
-7
/
+19
*
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
*
core: shorten the wait time in ap_lingering_close() if the
Stefan Fritsch
2010-03-15
1
-2
/
+14
*
Introduce a new set of APIs to allow MPMs to be proper modules instead
Jeff Trawick
2009-03-24
1
-1
/
+0
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-1
/
+0
*
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
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-1
/
+1
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-2
/
+2
*
* server/connection.c (ap_lingering_close): Cleanup; no functional change.
Joe Orton
2005-09-25
1
-7
/
+3
*
* server/connection.c (ap_lingering_close): Fix lingering close to
Joe Orton
2005-09-25
1
-10
/
+16
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
* server/connection.c (ap_flush_conn): Fix typo.
Joe Orton
2004-02-28
1
-1
/
+1
*
Send the 'Close Alert' message to the peer upon closing a SSL session. This
Madhusudan Mathihalli
2004-02-28
1
-0
/
+7
*
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-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-2
/
+2
*
Apache hooks return int: so s/apr_status_t/int/
Stas Bekman
2003-03-01
1
-1
/
+1
*
check the return value of ap_run_pre_connection(). So if the
Stas Bekman
2003-02-26
1
-2
/
+6
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
http occurances to update for apr_socket_opt_get/set
William A. Rowe Jr
2002-07-15
1
-1
/
+1
*
Timeout/time fixes
William A. Rowe Jr
2002-07-15
1
-2
/
+2
*
BUCKET FREELISTS
Cliff Woolley
2002-03-29
1
-4
/
+4
*
forgot the actual change
Ian Holsman
2002-03-19
1
-22
/
+0
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Sander's Stylistic Submission
Ian Holsman
2002-03-05
1
-15
/
+16
*
Remove the install_transport_filters hook. The same function can be
Ryan Bloom
2002-02-05
1
-8
/
+3
*
Reintroduce the create_connection hook. This hook is required to enable
Bill Stoddard
2002-02-01
1
-40
/
+6
*
This patch restores most of Ryan's patch (11/12/2001) to remove the
Bill Stoddard
2002-01-29
1
-13
/
+7
*
Remove the create_connection hook and put the client_socket back into the
Bill Stoddard
2002-01-27
1
-5
/
+49
*
The connection can be aborted in the preconnection hook. If that happens,
Bill Stoddard
2001-12-23
1
-2
/
+3
*
Change core code to allow an MPM to set hard thread/server
Jeff Trawick
2001-12-18
1
-3
/
+3
*
Pull lingering close out of the pool cleanup phase. This was causing too
Ryan Bloom
2001-11-15
1
-18
/
+23
[next]