]> granicus.if.org Git - apache/history - include/ap_listen.h
fix a warning in a call to apr_psprintf()
[apache] / include / ap_listen.h
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2000-12-20 Brian HavardInclude mpm.h so the tests for SPMT_OS2_MPM actually...
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-12-16 Jeff Trawicktweak the responsibilities of make_sock() and alloc_lis...
2000-12-01 Ryan BloomRemove an unnecessary header file.
2000-11-08 David ReidMissed these first time round... More apr_port_t changes.
2000-09-08 Greg AmesChange prefork to use the same listen api as the rest...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-29 Ryan BloomDocument ap_listen.h using ScanDoc.
2000-07-16 Brian HavardOS/2: Put back creation of listeners in main thread...
2000-07-13 Ryan BloomFix the prefork MPM to make it compile and work again...
2000-07-10 Ryan BloomMove setup_listeners to listen.c. This renames it...
2000-06-17 Ben LaurieMore consification, correct command initialisation.
2000-05-19 William A. Rowe Jr Fixes to allow Apache to run as a Win95 service....
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
1999-10-08 Bill StoddardUse AcceptEx with an async completion port. What we...
1999-10-07 Martin Kraemerap_listeners must be extern, otherwise you get multiple...
1999-10-07 Ben HydeWell this was thought provoking.
1999-09-24 Manoj KasichainulaRestarts were hosed after the APR changes because we...
1999-09-08 Ryan BloomRemove all of the calls to functions like "ap_popenf...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-06-29 Manoj KasichainulaChange method of checking for active FDs after poll...
1999-06-27 Manoj KasichainulaUpdated the pthread MPM to work with the rest of the...
1999-06-25 dgaudet- ap_listen.h: interface to Listen, ListenBackLog and...