summaryrefslogtreecommitdiffstats
path: root/server/connection.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Add the server_rec argument back to the create_connection hook.Ryan Bloom2001-11-131-2/+2
* Back out my last patch. The logic to add sockets to pollsets is back inRyan Bloom2001-11-131-4/+0
* Whoops, wrong variable.Ryan Bloom2001-11-131-1/+1
* I accidentally removed these lines. Thank to Greg for catching this.Ryan Bloom2001-11-131-0/+2
* This allows modules to add socket descriptors to the pollset. I haveRyan Bloom2001-11-131-0/+4
* Cleanup some code that was created during the abstration. This basicallyRyan Bloom2001-11-131-50/+2
* Begin to abstract out the underlying transport layer.Ryan Bloom2001-11-131-20/+22
* Fix the Windows MPM. Windows doesn't always use the lingering closeRyan Bloom2001-11-101-1/+1
* Remove ap_lingering_close from all of the MPMs. This is now done asRyan Bloom2001-11-101-3/+7
* The read() in apr_recv() would always be called first and return EAGAIN.Bill Stoddard2001-07-311-0/+1
* scratch an old itch - give lingering close its own state in the scoreboard.Greg Ames2001-07-121-0/+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-42/+0
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Move the call to set the socket timeout outside the loop.Bill Stoddard2001-02-141-1/+1
* Fix lingering close (and make it more efficient). We were blocking onBill Stoddard2001-02-141-14/+12
* Start getting extended status working again.Bill Stoddard2001-02-141-0/+3
* This is the wrong place to mark the server ready. Servers need to be marked ...Bill Stoddard2001-02-131-1/+0
* Begin to move the code that updates the child status out of the MPMs andRyan Bloom2001-02-121-0/+3
* *) continued header revampingGreg Stein2001-02-101-8/+3
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-17/+17
* Bring mod_status for 2.0 back in line with mod_status for 1.3. This isRyan Bloom2001-02-011-5/+6
* handle a TCP connection reset between the time we accept the connectionJeff Trawick2001-02-011-2/+16
* 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-8/+8
* Simplify the lingering close logic a bit. Doesn't actually changeRyan Bloom2001-01-021-5/+3