| Commit message (Expand) | Author | Age | Files | Lines |
* | stop using apr_sockaddr_port_get() accessor function, as it will | Jeff Trawick | 2003-12-05 | 1 | -1/+1 |
* | Setting lr = NULL on line 399 leads the the loop | Cliff Woolley | 2003-09-28 | 1 | -2/+7 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 1 | -3/+3 |
* | * listen.c (ap_listen_open): Avoid casts when checking for :: and | Joe Orton | 2003-08-25 | 1 | -5/+5 |
* | Fixup IPv6 Listen statements on Linux by attempting to bind in the order | Justin Erenkrantz | 2003-08-25 | 1 | -4/+69 |
* | Change Listen directive to bind to all addresses returned by | Justin Erenkrantz | 2003-08-15 | 1 | -23/+36 |
* | More fun with IPv6 Listen statements. | Justin Erenkrantz | 2003-08-14 | 1 | -12/+27 |
* | Correct failure with Listen directives on machines with IPv6 enabled by | Justin Erenkrantz | 2003-08-13 | 1 | -50/+0 |
* | Quit registering *two* cleanups listening sockets prior to exec. | William A. Rowe Jr | 2003-03-31 | 1 | -2/+13 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Fix critical bug in new --enable-v4-mapped configure option | Jeff Trawick | 2002-11-22 | 1 | -8/+10 |
* | Add --[enable|disable]-v4-mapped configure option to control | Jeff Trawick | 2002-11-14 | 1 | -0/+19 |
* | Restore the ability to specify host names on Listen directives. | Jeff Trawick | 2002-07-31 | 1 | -3/+1 |
* | When deciding on the default address family for listening sockets, | Jeff Trawick | 2002-07-30 | 1 | -4/+13 |
* | http occurances to update for apr_socket_opt_get/set | William A. Rowe Jr | 2002-07-15 | 1 | -7/+7 |
* | Remove unnecessary includes of apr_lock.h | Aaron Bannert | 2002-04-09 | 1 | -1/+0 |
* | Don't allow initialization to succeed if we can't get a socket | Jeff Trawick | 2002-04-01 | 1 | -7/+6 |
* | Here's the patch that really sucks. old_listeners points to an array | William A. Rowe Jr | 2002-03-20 | 1 | -5/+4 |
* | Our ap_listeners were binding to IIS sockets, other Apache instances' | William A. Rowe Jr | 2002-03-14 | 1 | -0/+23 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | simplify the way we find the family of an apr_sockaddr_t | Jeff Trawick | 2002-03-13 | 1 | -1/+1 |
* | Torch a stale commented out line. | Sander Striker | 2002-03-07 | 1 | -1/+0 |
* | Sander's Stylistic Submission | Ian Holsman | 2002-03-05 | 1 | -23/+45 |
* | restore the SO_REUSEADDR for listening sockets; it is absolutely | Jeff Trawick | 2002-02-05 | 1 | -0/+9 |
* | This change keeps the server from allowing multiple instances to bind to | Ryan Bloom | 2002-02-05 | 1 | -9/+0 |
* | This patch allows the prefork MPM to print messages to the console if it | Ryan Bloom | 2002-02-04 | 1 | -2/+2 |
* | Remove more spmt_os2 MPM leftovers. | Brian Havard | 2002-01-30 | 1 | -4/+1 |
* | Making sure that the global variables have been initialized to avoid linker | Bradley Nicholes | 2002-01-03 | 1 | -1/+1 |
* | Fix segfault when restarting worker MPM. We can not examine the POD as | Justin Erenkrantz | 2001-12-08 | 1 | -9/+12 |
* | Clean up style (tabs->spaces, etc, etc, etc.). | Justin Erenkrantz | 2001-12-08 | 1 | -48/+50 |
* | Allow modules that add sockets to the ap_listeners list to | Ryan Bloom | 2001-11-13 | 1 | -0/+5 |
* | Exit when we can't listen on any of the configured ports. This | Jeff Trawick | 2001-10-16 | 1 | -0/+4 |
* | Remove the Port directive. In it's place, the Listen directive | Ryan Bloom | 2001-10-04 | 1 | -5/+4 |
* | Begin to sanitize the MPM configuration directives. Now, all | Ryan Bloom | 2001-08-13 | 1 | -1/+1 |
* | Close a major resource leak. Everytime we had issued a | Ryan Bloom | 2001-08-13 | 1 | -1/+0 |
* | Terniaries are broken under MSVC, they never did resolve how to resolve | William A. Rowe Jr | 2001-07-26 | 1 | -1/+1 |
* | PR: | Cliff Woolley | 2001-07-25 | 1 | -1/+1 |
* | Omitted the arg | William A. Rowe Jr | 2001-07-18 | 1 | -1/+1 |
* | rbb's names still need work :) | William A. Rowe Jr | 2001-07-18 | 1 | -1/+1 |
* | Changes to back out inherit flag from apr_os_sock_make() | William A. Rowe Jr | 2001-07-18 | 1 | -2/+3 |
* | Added an inherit flag to apr_socket_create and other socket creation | Ryan Bloom | 2001-07-16 | 1 | -2/+2 |
* | Now that APR knows when TCP_NODELAY is inherited, use its setting to | Jeff Trawick | 2001-04-05 | 1 | -1/+1 |
* | Add the code to actually enable accept filters in 2.0 | Ryan Bloom | 2001-04-03 | 1 | -1/+7 |
* | *) Reimplement the Windows MPM (mpm_winnt.c) to eliminate calling | Bill Stoddard | 2001-03-12 | 1 | -3/+1 |
* | Fix a Windows seg fault on startup when multiple listen directives are being ... | Bill Stoddard | 2001-03-09 | 1 | -4/+1 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | *) continued header revamping | Greg Stein | 2001-02-10 | 1 | -4/+5 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -17/+17 |
* | Stop leaking sockets. This is a minimal leak, but it was there. | Ryan Bloom | 2001-01-07 | 1 | -0/+3 |
* | Modify a couple of calls to ap_log_error with a NULL server to use | Ryan Bloom | 2001-01-02 | 1 | -7/+7 |