summaryrefslogtreecommitdiffstats
path: root/server/connection.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) core: adding a new hook and method to the API:Stefan Eissing2022-03-181-0/+11
* *) core: Be safe with ap_lingering_close() called with a socket NULL-ed.Yann Ylavic2021-10-121-3/+10
* In case one of the pre_connection hooks causes the hook run to stop by an errorRuediger Pluem2021-09-211-5/+1
* core: Add ap_create_connection() to create a server or client/proxy connection.Yann Ylavic2021-09-091-0/+23
* core: don't close the socket when failing in ap_start_lingering_close().Yann Ylavic2021-07-221-7/+2
* fix for wrong return check on ap_prep_lingering_close(), causing regressionsStefan Eissing2016-01-291-1/+1
* new hook pre_close_connectionStefan Eissing2016-01-271-3/+17
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-1/+0
* core: Avoid a compiler warning when NO_LINGCLOSE is used (-Wunreachable-code).Yann Ylavic2015-09-151-14/+7
* mpm_event[opt]: Send the SSL close notify alert when the KeepAliveTimeoutYann Ylavic2014-06-081-5/+15
* Fix URL in doxygen comment.Christophe Jaillet2014-06-041-2/+2
* core: avoid a double apr_time_now() call on the first succeeding read.Yann Ylavic2014-02-281-4/+5
* Add in the concept of "slave" connections...Jim Jagielski2014-02-071-1/+0
* garbage C's in server-status and extra child processes with async lingeringGreg Ames2011-11-181-1/+3
* Some improvements for handling of many connections for MPM event:Stefan Fritsch2011-06-191-7/+19
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-131-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+1
* core: shorten the wait time in ap_lingering_close() if theStefan Fritsch2010-03-151-2/+14
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-1/+0
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+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
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-1/+1
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-2/+2
* * server/connection.c (ap_lingering_close): Cleanup; no functional change.Joe Orton2005-09-251-7/+3
* * server/connection.c (ap_lingering_close): Fix lingering close toJoe Orton2005-09-251-10/+16
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * server/connection.c (ap_flush_conn): Fix typo.Joe Orton2004-02-281-1/+1
* Send the 'Close Alert' message to the peer upon closing a SSL session. ThisMadhusudan Mathihalli2004-02-281-0/+7
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-2/+2
* Apache hooks return int: so s/apr_status_t/int/Stas Bekman2003-03-011-1/+1
* check the return value of ap_run_pre_connection(). So if theStas Bekman2003-02-261-2/+6
* finished that boring job:André Malo2003-02-031-1/+1
* http occurances to update for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-1/+1
* Timeout/time fixesWilliam A. Rowe Jr2002-07-151-2/+2
* BUCKET FREELISTSCliff Woolley2002-03-291-4/+4
* forgot the actual changeIan Holsman2002-03-191-22/+0
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Sander's Stylistic SubmissionIan Holsman2002-03-051-15/+16
* Remove the install_transport_filters hook. The same function can beRyan Bloom2002-02-051-8/+3
* Reintroduce the create_connection hook. This hook is required to enableBill Stoddard2002-02-011-40/+6
* This patch restores most of Ryan's patch (11/12/2001) to remove theBill Stoddard2002-01-291-13/+7
* Remove the create_connection hook and put the client_socket back into theBill Stoddard2002-01-271-5/+49
* The connection can be aborted in the preconnection hook. If that happens,Bill Stoddard2001-12-231-2/+3
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-181-3/+3
* Pull lingering close out of the pool cleanup phase. This was causing tooRyan Bloom2001-11-151-18/+23