]> granicus.if.org Git - apache/history - include/http_connection.h
Add the missing minor bump of r550519.
[apache] / include / http_connection.h
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-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
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-07 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-02-03 André Malofinished that boring job:
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
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-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 BloomRemove ap_new_connection from the header. I missed...
2001-11-13 Ryan BloomBack out my last patch. The logic to add sockets to...
2001-11-13 Ryan BloomThis allows modules to add socket descriptors to the...
2001-11-13 Ryan BloomAdd docs for the newest hook.
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-27 William A. Rowe Jr Doc formatting fixes
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-05 Jeff Trawickap_new_connection() returns NULL if an error occurred...
2001-02-04 Doug MacEachernfix minor prototype inconsistencies noticed with C...
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...
2000-12-04 Jeff TrawickGet rid of ap_new_apr_connection(). ap_new_connection...
2000-11-28 Ryan BloomFix some incorrect docs
2000-10-23 Ryan BloomMake lingering close access the socket directly, instea...
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-02 Ryan BloomMove where the CORE_IN filter is added to the server...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-31 Ryan BloomMake http_log use ScanDoc
2000-07-31 Ryan BloomDocument http_connection.h using ScanDoc
2000-06-26 Jeff TrawickRemove const from ap_socket_t parameters on APR functio...
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-12 Bill StoddardAdd the prototype for ap_lingering_close()
2000-04-27 Doug MacEachernchange ap_hook_pre_connection from VOID to RUN_ALL
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
1999-10-24 Brian HavardEnhancements for APR network_io. Adds separate local...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-13 Manoj KasichainulaAdd a connection ID to conn_rec. It uniquely identifies...
1999-08-05 Manoj KasichainulaTake child_num and thread_num out of conn_rec. They...
1999-07-22 Ben LaurieAnd with one bound, he was free! This seemingly minor...
1999-07-05 Ben LaurieStrawman hooks implementation (beginning of).
1999-07-02 Manoj KasichainulaUse ap_new_connection in pthread MPM. This required...
1999-06-29 Ben LaurieNew API for I/O layering, and dependency updates.
1999-06-18 dgaudetInitial revision