]> granicus.if.org Git - apache/history - include/ap_listen.h
ap_expr related fixes/enhancements:
[apache] / include / ap_listen.h
2009-08-20 Jeff Trawickfix wrong name in function prototype which led to
2009-08-19 Nick KewDon't require all listeners to be created equal ...
2007-05-04 Ruediger Pluem* Add extern "C" linkage to several headers to make...
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-08-24 Colm MacCarthaighCorrect the function prototype/declaration
2005-08-24 Colm MacCarthaighProvide a function for closing all of the listeners.
2005-06-14 Paul QuernaMerge the listen-protocol sandbox branch to trunk.
2005-05-04 Paul QuernaThe SPMT_OS2_MPM doesn't exist. The warning is also...
2005-03-15 Justin ErenkrantzAdd ReceiveBufferSize directive to control the TCP...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-02 Joe OrtonFix gcc "no previous prototype" warnings after reorgani...
2004-11-30 Justin ErenkrantzDeclare the ap_set_listen* functions with AP_DECLARE_NO...
2004-11-28 Justin ErenkrantzProperly export ap_listen_* functions.
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-13 Roy T. FieldingUpdate our copyright for this year.
2001-11-14 Bradley NicholesFixed ap_listeners so that it will be included in the...
2001-11-13 Ryan BloomAllow modules that add sockets to the ap_listeners...
2001-11-13 Ryan BloomRemove commas from the end of the macros that define
2001-03-12 Bill Stoddard *) Reimplement the Windows MPM (mpm_winnt.c) to elimi...
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...