summaryrefslogtreecommitdiffstats
path: root/server/connection.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* The local_addr and remote_addr fields in the conn_rec are nowJeff Trawick2000-12-141-7/+4
* Get rid of ap_new_apr_connection(). ap_new_connection() now hasJeff Trawick2000-12-041-18/+3
* Stop referencing apr_get_socket_inaddr(), apr_get_remote_name(), andJeff Trawick2000-12-011-4/+5
* updates to changed interfaces to apr_set_port(), apr_get_port(),Jeff Trawick2000-11-211-2/+5
* Clean up some timeout arg warningsWilliam A. Rowe Jr2000-11-181-1/+1
* Change the code to reflect the recent API changes...David Reid2000-11-091-2/+2
* Remove BUFF from the main server. :-) The buff code needs to remain asRyan Bloom2000-11-091-3/+0
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnRyan Bloom2000-11-071-1/+1
* We don't really want to fool around with socket structures if we don't have to,David Reid2000-11-031-5/+2
* Fix a buglet in the APR-ization of ap_lingering_close() -- use APR_SO_TIMEOUTJeff Trawick2000-11-011-2/+3
* Make lingering close access the socket directly, instead of relying onRyan Bloom2000-10-231-9/+19
* Get rid of a couple of buff-isms -- setting the B_EOUT flag in a coupleJeff Trawick2000-10-221-3/+2
* Change some of the BUFF calls to direct calls to the socket.Ryan Bloom2000-10-191-4/+4
* This begins to remove BUFF from the server. The idea is to go very slowlyRyan Bloom2000-10-181-4/+8
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-1/+1