]> granicus.if.org Git - apache/history - server/connection.c
Cleanup the ZZZ comments. Basically these used to mark places where APR
[apache] / server / connection.c
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