| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | When the platform supports IPv6 (according to APR) and | Jeff Trawick | 2000-12-17 | 1 | -45/+52 |
* | Call ap_log_error() instead of ap_log_rerror() from alloc_listener(). | Jeff Trawick | 2000-12-17 | 1 | -2/+2 |
* | tweak the responsibilities of make_sock() and alloc_listener() | Jeff Trawick | 2000-12-16 | 1 | -34/+53 |
* | use apr_parse_addr_port() in ap_set_listener(); this allows IPv6 | Jeff Trawick | 2000-12-16 | 1 | -26/+23 |
* | Include mpm.h so that we know which MPM is being built and therefore | Brian Havard | 2000-12-05 | 1 | -0/+1 |
* | Remove an unused header | Ryan Bloom | 2000-11-29 | 1 | -1/+0 |
* | updates to changed interfaces to apr_set_port(), apr_get_port(), | Jeff Trawick | 2000-11-21 | 1 | -6/+10 |
* | Change apr_bind() to take apr_sockaddr_t. | Jeff Trawick | 2000-11-19 | 1 | -2/+13 |
* | Clean up compiler warnings | Bill Stoddard | 2000-11-09 | 1 | -2/+2 |
* | Change the code to reflect the recent API changes... | David Reid | 2000-11-09 | 1 | -3/+3 |
* | This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_port | David Reid | 2000-11-08 | 1 | -3/+3 |
* | Start of moving to apr_port_t in the server code. This will probably the first | David Reid | 2000-11-08 | 1 | -2/+2 |
* | Add back the ap_disable_nagle call in make_sock. However, this is a | Ryan Bloom | 2000-10-08 | 1 | -0/+5 |
* | Change prefork to use the same listen api as the rest of the unix mpms | Greg Ames | 2000-09-08 | 1 | -2/+2 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -29/+29 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
* | OS/2: Put back creation of listeners in main thread in spmt_os2 MPM. | Brian Havard | 2000-07-16 | 1 | -1/+1 |
* | Fix the prefork MPM to make it compile and work again out-of-the-box. | Ryan Bloom | 2000-07-13 | 1 | -2/+3 |
* | Move setup_listeners to listen.c. This renames it to ap_setup_listeners, | Ryan Bloom | 2000-07-10 | 1 | -1/+17 |
* | More consification, correct command initialisation. | Ben Laurie | 2000-06-17 | 1 | -3/+4 |