]> granicus.if.org Git - apache/history - server/connection.c
Merge r1615026 from trunk:
[apache] / server / connection.c
2014-06-17 Jim JagielskiMerge r1572905, r1595305, r1597182, r1586827, r1534892...
2014-06-09 Christophe Jailletr1599852 and r1599799 in trunk
2011-11-22 Greg Amesgarbage C's in server-status and extra processes with...
2011-06-19 Stefan FritschSome improvements for handling of many connections...
2011-06-13 Stefan FritschIntroduce new function ap_get_conn_socket() to access...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2010-03-15 Stefan Fritschcore: shorten the wait time in ap_lingering_close(...
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-09-25 Joe Orton* server/connection.c (ap_lingering_close): Cleanup...
2005-09-25 Joe Orton* server/connection.c (ap_lingering_close): Fix lingeri...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-02-28 Joe Orton* server/connection.c (ap_flush_conn): Fix typo.
2004-02-28 Madhusudan MathihalliSend the 'Close Alert' message to the peer upon closing...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-03-01 Stas BekmanApache hooks return int: so s/apr_status_t/int/
2003-02-25 Stas Bekmancheck the return value of ap_run_pre_connection()....
2003-02-03 André Malofinished that boring job:
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-07-15 William A. Rowe Jr Timeout/time fixes
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-19 Ian Holsmanforgot the actual change
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-05 Ian HolsmanSander's Stylistic Submission
2002-02-05 Ryan BloomRemove the install_transport_filters hook. The same...
2002-02-01 Bill StoddardReintroduce the create_connection hook. This hook is...
2002-01-29 Bill StoddardThis patch restores most of Ryan's patch (11/12/2001...
2002-01-27 Bill StoddardRemove the create_connection hook and put the client_so...
2001-12-23 Bill StoddardThe connection can be aborted in the preconnection...
2001-12-18 Jeff TrawickChange core code to allow an MPM to set hard thread...
2001-11-15 Ryan BloomPull lingering close out of the pool cleanup phase...
2001-11-13 Ryan BloomAdd the server_rec argument back to the create_connecti...
2001-11-13 Ryan BloomBack out my last patch. The logic to add sockets to...
2001-11-13 Ryan BloomWhoops, wrong variable.
2001-11-13 Ryan BloomI accidentally removed these lines. Thank to Greg...
2001-11-13 Ryan BloomThis allows modules to add socket descriptors to the...
2001-11-13 Ryan BloomCleanup some code that was created during the abstratio...
2001-11-12 Ryan BloomBegin to abstract out the underlying transport layer.
2001-11-10 Ryan BloomFix the Windows MPM. Windows doesn't always use the...
2001-11-10 Ryan BloomRemove ap_lingering_close from all of the MPMs. This...
2001-07-31 Bill StoddardThe read() in apr_recv() would always be called first...
2001-07-12 Greg Amesscratch an old itch - give lingering close its own...
2001-05-11 Chuck MurckoAdd the AP_DECLARE()/AP_CORE_DECLARE macros on the...
2001-03-04 Ryan BloomMove more code from the http module into the core serve...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-14 Bill StoddardMove the call to set the socket timeout outside the...
2001-02-14 Bill StoddardFix lingering close (and make it more efficient). We...
2001-02-14 Bill StoddardStart getting extended status working again.
2001-02-12 Bill StoddardThis is the wrong place to mark the server ready. ...
2001-02-12 Ryan BloomBegin to move the code that updates the child status...
2001-02-10 Greg Stein*) continued header revamping
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-01 Ryan BloomBring mod_status for 2.0 back in line with mod_status...
2001-02-01 Jeff Trawickhandle a TCP connection reset between the time we accep...
2001-01-19 William A. Rowe Jr The fast fix to get FirstBill back out of the gate...
2001-01-19 William A. Rowe Jr By popular review
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-02 Ryan BloomSimplify the lingering close logic a bit. Doesn't...
2000-12-14 Jeff TrawickThe local_addr and remote_addr fields in the conn_rec...
2000-12-04 Jeff TrawickGet rid of ap_new_apr_connection(). ap_new_connection...
2000-12-01 Jeff TrawickStop referencing apr_get_socket_inaddr(), apr_get_remot...
2000-11-21 Jeff Trawickupdates to changed interfaces to apr_set_port(), apr_ge...
2000-11-18 William A. Rowe Jr Clean up some timeout arg warnings
2000-11-09 David ReidChange the code to reflect the recent API changes...
2000-11-09 Ryan BloomRemove BUFF from the main server. :-) The buff code...
2000-11-07 Ryan BloomConvert a lot of apr_ssize_t to apr_size_t. We don...
2000-11-03 David ReidWe don't really want to fool around with socket structu...
2000-11-01 Jeff TrawickFix a buglet in the APR-ization of ap_lingering_close...
2000-10-23 Ryan BloomMake lingering close access the socket directly, instea...
2000-10-22 Jeff TrawickGet rid of a couple of buff-isms -- setting the B_EOUT...
2000-10-19 Ryan BloomChange some of the BUFF calls to direct calls to the...
2000-10-18 Ryan BloomThis begins to remove BUFF from the server. The idea...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-06 Ryan BloomAdd the first draft of the http_filter. In time this...
2000-10-05 Jeff TrawickAdd a bit of infrastructure which will be needed for...
2000-10-05 Jeff TrawickNow that we have ap_add_input_filter(), rename ap_add_f...
2000-10-04 Ryan BloomConnection oriented filters are now stored in the conn_...
2000-10-02 Ryan BloomMove where the CORE_IN filter is added to the server...
2000-10-02 Ryan BloomImplement input filtering. This is definately not...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-17 Jeff TrawickFix some bad ap_log_error() invocations. Comment on...
2000-06-26 Jeff TrawickRemove const from ap_socket_t parameters on APR functio...
2000-06-20 Roy T. FieldingRemoved the pointless ap_is_aborted macro.
2000-06-19 Allan K. EdwardsAdd notes field to conn_rec
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-12 Ryan BloomClean up a big chunk of ap_config.h. This basically...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-05-11 Bill StoddardCreate new function, ap_lingering_close(), which will...
2000-05-11 Bill StoddardExit connection processing normally on a graceful shutd...
next