summaryrefslogtreecommitdiff
path: root/include/http_connection.h
Commit message (Expand)AuthorAgeFilesLines
* *) core: adding a new hook and method to the API:Stefan Eissing2022-03-181-0/+25
* In case one of the pre_connection hooks causes the hook run to stop by an errorRuediger Pluem2021-09-211-0/+15
* core: Add ap_create_connection() to create a server or client/proxy connection.Yann Ylavic2021-09-091-0/+22
* new hook pre_close_connectionStefan Eissing2016-01-271-0/+14
* Fix comment.Christophe Jaillet2014-07-191-5/+1
* mpm_event[opt]: Send the SSL close notify alert when the KeepAliveTimeoutYann Ylavic2014-06-071-0/+9
* Fix URL in doxygen comment.Christophe Jaillet2014-06-031-2/+2
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-7/+7
* Some improvements for handling of many connections for MPM event:Stefan Fritsch2011-06-191-1/+3
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+0
* Remove CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-281-9/+20
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Send the 'Close Alert' message to the peer upon closing a SSL session. ThisMadhusudan Mathihalli2004-02-281-0/+28
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-49/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* BUCKET FREELISTSCliff Woolley2002-03-291-1/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Remove the install_transport_filters hook. The same function can beRyan Bloom2002-02-051-16/+10
* Reintroduce the create_connection hook. This hook is required to enableBill Stoddard2002-02-011-18/+22
* This patch restores most of Ryan's patch (11/12/2001) to remove theBill Stoddard2002-01-291-1/+15
* Remove the create_connection hook and put the client_socket back into theBill Stoddard2002-01-271-16/+11
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-181-1/+2
* Pull lingering close out of the pool cleanup phase. This was causing tooRyan Bloom2001-11-151-1/+1
* Add the server_rec argument back to the create_connection hook.Ryan Bloom2001-11-131-1/+1
* Remove ap_new_connection from the header. I missed this when I removedRyan Bloom2001-11-131-11/+0
* Back out my last patch. The logic to add sockets to pollsets is back inRyan Bloom2001-11-131-2/+0
* This allows modules to add socket descriptors to the pollset. I haveRyan Bloom2001-11-131-0/+2
* Add docs for the newest hook.Ryan Bloom2001-11-131-1/+11
* Cleanup some code that was created during the abstration. This basicallyRyan Bloom2001-11-131-9/+1
* Begin to abstract out the underlying transport layer.Ryan Bloom2001-11-121-0/+13
* Fix the Windows MPM. Windows doesn't always use the lingering closeRyan Bloom2001-11-101-0/+16
* Remove ap_lingering_close from all of the MPMs. This is now done asRyan Bloom2001-11-101-16/+0
* Doc formatting fixesWilliam A. Rowe Jr2001-07-271-2/+2
* Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types ofChuck Murcko2001-05-111-1/+1
* Move more code from the http module into the core server. ThisRyan Bloom2001-03-041-15/+0
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* ap_new_connection() returns NULL if an error occurred (prefork MPMJeff Trawick2001-02-051-0/+1
* fix minor prototype inconsistencies noticed with C::ScanDoug MacEachern2001-02-041-2/+2
* The fast fix to get FirstBill back out of the gate. It brings up anWilliam A. Rowe Jr2001-01-191-1/+1
* By popular reviewWilliam A. Rowe Jr2001-01-191-1/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Get rid of ap_new_apr_connection(). ap_new_connection() now hasJeff Trawick2000-12-041-16/+1
* Fix some incorrect docsRyan Bloom2000-11-281-2/+2