]> granicus.if.org Git - apache/history - server/listen.c
switch to APR 1.0 API (which is still in flux)
[apache] / server / listen.c
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-25 Joe Orton* listen.c (ap_listen_open): Avoid casts when checking...
2003-08-24 Justin ErenkrantzFixup IPv6 Listen statements on Linux by attempting...
2003-08-15 Justin ErenkrantzChange Listen directive to bind to all addresses return...
2003-08-14 Justin ErenkrantzMore fun with IPv6 Listen statements.
2003-08-13 Justin ErenkrantzCorrect failure with Listen directives on machines...
2003-03-31 William A. Rowe Jr Quit registering *two* cleanups listening sockets...
2003-02-03 André Malofinished that boring job:
2002-11-22 Jeff TrawickFix critical bug in new --enable-v4-mapped configure...
2002-11-14 Jeff TrawickAdd --[enable|disable]-v4-mapped configure option to...
2002-07-31 Jeff TrawickRestore the ability to specify host names on Listen...
2002-07-30 Jeff TrawickWhen deciding on the default address family for listeni...
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-04-09 Aaron BannertRemove unnecessary includes of apr_lock.h
2002-04-01 Jeff TrawickDon't allow initialization to succeed if we can't get...
2002-03-20 William A. Rowe Jr Here's the patch that really sucks. old_listeners...
2002-03-14 William A. Rowe Jr Our ap_listeners were binding to IIS sockets, other...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-12 Jeff Trawicksimplify the way we find the family of an apr_sockaddr_t
2002-03-07 Sander StrikerTorch a stale commented out line.
2002-03-05 Ian HolsmanSander's Stylistic Submission
2002-02-05 Jeff Trawickrestore the SO_REUSEADDR for listening sockets; it...
2002-02-05 Ryan BloomThis change keeps the server from allowing multiple...
2002-02-04 Ryan BloomThis patch allows the prefork MPM to print messages...
2002-01-30 Brian HavardRemove more spmt_os2 MPM leftovers.
2002-01-02 Bradley NicholesMaking sure that the global variables have been initial...
2001-12-08 Justin ErenkrantzFix segfault when restarting worker MPM. We can not...
2001-12-08 Justin ErenkrantzClean up style (tabs->spaces, etc, etc, etc.).
2001-11-13 Ryan BloomAllow modules that add sockets to the ap_listeners...
2001-10-16 Jeff TrawickExit when we can't listen on any of the configured...
2001-10-04 Ryan BloomRemove the Port directive. In it's place, the Listen...
2001-08-13 Ryan BloomBegin to sanitize the MPM configuration directives...
2001-08-13 Ryan BloomClose a major resource leak. Everytime we had issued a
2001-07-26 William A. Rowe Jr Terniaries are broken under MSVC, they never did...
2001-07-25 Cliff WoolleyPR:
2001-07-18 William A. Rowe Jr Omitted the arg
2001-07-18 William A. Rowe Jr rbb's names still need work :)
2001-07-18 William A. Rowe Jr Changes to back out inherit flag from apr_os_sock_make()
2001-07-16 Ryan BloomAdded an inherit flag to apr_socket_create and other...
2001-04-05 Jeff TrawickNow that APR knows when TCP_NODELAY is inherited, use...
2001-04-03 Ryan BloomAdd the code to actually enable accept filters in 2.0
2001-03-12 Bill Stoddard *) Reimplement the Windows MPM (mpm_winnt.c) to elimi...
2001-03-09 Bill StoddardFix a Windows seg fault on startup when multiple listen...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg Stein*) continued header revamping
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-07 Ryan BloomStop leaking sockets. This is a minimal leak, but...
2001-01-02 Ryan BloomModify a couple of calls to ap_log_error with a NULL...
2000-12-17 Jeff TrawickWhen the platform supports IPv6 (according to APR) and
2000-12-17 Jeff TrawickCall ap_log_error() instead of ap_log_rerror() from...
2000-12-16 Jeff Trawicktweak the responsibilities of make_sock() and alloc_lis...
2000-12-16 Jeff Trawickuse apr_parse_addr_port() in ap_set_listener(); this...
2000-12-05 Brian HavardInclude mpm.h so that we know which MPM is being built...
2000-11-29 Ryan BloomRemove an unused header
2000-11-21 Jeff Trawickupdates to changed interfaces to apr_set_port(), apr_ge...
2000-11-19 Jeff TrawickChange apr_bind() to take apr_sockaddr_t.
2000-11-09 Bill StoddardClean up compiler warnings
2000-11-09 David ReidChange the code to reflect the recent API changes...
2000-11-08 David ReidThis adds the APR_LOCAL/APR_REMOTE to APR and changes...
2000-11-08 David ReidStart of moving to apr_port_t in the server code. ...
2000-10-08 Ryan BloomAdd back the ap_disable_nagle call in make_sock. Howev...
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-21 Ryan BloomMove all APR functions related to strings to their...
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-06-12 Ryan BloomProtect system header files with the appropriate 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-22 Jeff Trawickchange the error message logged for a bind() failure...
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-10-30 Manoj KasichainulaGet rid of an implicit malloc, by making ap_create_tcp_...
1999-10-24 Brian HavardEnhancements for APR network_io. Adds separate local...
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-11 Martin KraemerI cannot solve this right now. But this variable sure...
1999-10-10 Ryan BloomBring network code to the parameter order spec. This...
1999-10-08 David ReidI think this was missed earlier, and as BeOS doesn...
1999-10-07 Ben HydeWell this was thought provoking.
1999-10-04 Ryan BloomFirst patch to re-order function parameters. This...
1999-09-24 Manoj KasichainulaRestarts were hosed after the APR changes because we...
1999-09-18 Ben LaurieMake ap_getipaddr threadsafe.
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-08-21 Bill StoddardForgot listen.c in the earlier AcceptEx patch to winnt.c.
1999-07-26 dgaudetsome bug fixes from David
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...