]> granicus.if.org Git - apache/history - server/connection.c
get the last worker in a given child initialized properly
[apache] / server / connection.c
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...
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-04-13 Jeff TrawickGet lingering_close() working again.
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-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-10-26 Manoj Kasichainulaap_bflush and ap_bclose now return ap_status_t error...
1999-10-24 Brian HavardEnhancements for APR network_io. Adds separate local...
1999-10-13 Manoj KasichainulaAdd a connection status table to replace the old functi...
1999-10-11 Martin KraemerFix typos
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-28 Ralf S. EngelschallMake ``configure --with-option=devel'' under
1999-08-13 Manoj KasichainulaAdd a connection ID to conn_rec. It uniquely identifies...
1999-08-06 dgaudetmerge the differences in apache-1.3 from tag apache...
1999-08-05 Manoj KasichainulaTake child_num and thread_num out of conn_rec. They...
1999-07-31 Ben LaurieBreak out the hook implementations into three kinds...
1999-07-27 Ben LaurieAnother hook (I won't be upset if someone else wants...
1999-07-23 Ben LaurieActually, we should always close the connection when...
1999-07-22 Ben LaurieAnd with one bound, he was free! This seemingly minor...
1999-07-11 Ben LaurieMake run_all symbolic.
1999-07-07 Martin KraemerSorry, but using C comments in place of C++ comments
1999-07-06 Ben LaurieMore hooky stuff.
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-20 dgaudetap_mpm_graceful_stop -> ap_graceful_stop_signalled
1999-06-19 Ben LaurieCompile on FreeBSD.
1999-06-18 dgaudetI'm sure this is wrong... but it's my start. i/o layer...
1999-06-18 dgaudetInitial revision