index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
http_connection.h
(
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
/
+25
*
In case one of the pre_connection hooks causes the hook run to stop by an error
Ruediger Pluem
2021-09-21
1
-0
/
+15
*
core: Add ap_create_connection() to create a server or client/proxy connection.
Yann Ylavic
2021-09-09
1
-0
/
+22
*
new hook pre_close_connection
Stefan Eissing
2016-01-27
1
-0
/
+14
*
Fix comment.
Christophe Jaillet
2014-07-19
1
-5
/
+1
*
mpm_event[opt]: Send the SSL close notify alert when the KeepAliveTimeout
Yann Ylavic
2014-06-08
1
-0
/
+9
*
Fix URL in doxygen comment.
Christophe Jaillet
2014-06-03
1
-2
/
+2
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
1
-1
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-7
/
+7
*
Some improvements for handling of many connections for MPM event:
Stefan Fritsch
2011-06-19
1
-1
/
+3
*
Cleanup... most don't need apr_hooks.h at all...
Jim Jagielski
2011-05-09
1
-1
/
+0
*
Remove CORE_PRIVATE.
Paul Querna
2008-04-07
1
-2
/
+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
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-29
1
-9
/
+20
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Send the 'Close Alert' message to the peer upon closing a SSL session. This
Madhusudan Mathihalli
2004-02-28
1
-0
/
+28
*
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
-49
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
BUCKET FREELISTS
Cliff Woolley
2002-03-29
1
-1
/
+3
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Remove the install_transport_filters hook. The same function can be
Ryan Bloom
2002-02-05
1
-16
/
+10
*
Reintroduce the create_connection hook. This hook is required to enable
Bill Stoddard
2002-02-01
1
-18
/
+22
*
This patch restores most of Ryan's patch (11/12/2001) to remove the
Bill Stoddard
2002-01-29
1
-1
/
+15
*
Remove the create_connection hook and put the client_socket back into the
Bill Stoddard
2002-01-27
1
-16
/
+11
*
Change core code to allow an MPM to set hard thread/server
Jeff Trawick
2001-12-18
1
-1
/
+2
*
Pull lingering close out of the pool cleanup phase. This was causing too
Ryan Bloom
2001-11-15
1
-1
/
+1
*
Add the server_rec argument back to the create_connection hook.
Ryan Bloom
2001-11-13
1
-1
/
+1
*
Remove ap_new_connection from the header. I missed this when I removed
Ryan Bloom
2001-11-13
1
-11
/
+0
*
Back out my last patch. The logic to add sockets to pollsets is back in
Ryan Bloom
2001-11-13
1
-2
/
+0
*
This allows modules to add socket descriptors to the pollset. I have
Ryan Bloom
2001-11-13
1
-0
/
+2
*
Add docs for the newest hook.
Ryan Bloom
2001-11-13
1
-1
/
+11
*
Cleanup some code that was created during the abstration. This basically
Ryan Bloom
2001-11-13
1
-9
/
+1
*
Begin to abstract out the underlying transport layer.
Ryan Bloom
2001-11-13
1
-0
/
+13
*
Fix the Windows MPM. Windows doesn't always use the lingering close
Ryan Bloom
2001-11-10
1
-0
/
+16
*
Remove ap_lingering_close from all of the MPMs. This is now done as
Ryan Bloom
2001-11-10
1
-16
/
+0
*
Doc formatting fixes
William A. Rowe Jr
2001-07-27
1
-2
/
+2
*
Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types of
Chuck Murcko
2001-05-11
1
-1
/
+1
*
Move more code from the http module into the core server. This
Ryan Bloom
2001-03-04
1
-15
/
+0
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
ap_new_connection() returns NULL if an error occurred (prefork MPM
Jeff Trawick
2001-02-05
1
-0
/
+1
*
fix minor prototype inconsistencies noticed with C::Scan
Doug MacEachern
2001-02-04
1
-2
/
+2
*
The fast fix to get FirstBill back out of the gate. It brings up an
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
By popular review
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
Get rid of ap_new_apr_connection(). ap_new_connection() now has
Jeff Trawick
2000-12-04
1
-16
/
+1
*
Fix some incorrect docs
Ryan Bloom
2000-11-28
1
-2
/
+2
[next]