| Commit message (Expand) | Author | Age | Files | Lines |
* | *) 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 |
* | Protect system header files with the appropriate macros. | Ryan Bloom | 2000-06-13 | 1 | -0/+2 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -2/+2 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -33/+34 |
* | change the error message logged for a bind() failure so that | Jeff Trawick | 2000-03-22 | 1 | -1/+6 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 1 | -9/+9 |
* | Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is | Ryan Bloom | 2000-01-28 | 1 | -0/+1 |
* | Finish the commits for the change in the header files. Basically, this hides | Ryan Bloom | 2000-01-19 | 1 | -0/+3 |
* | Get rid of an implicit malloc, by making ap_create_tcp_socket use the | Manoj Kasichainula | 1999-10-30 | 1 | -2/+1 |
* | Enhancements for APR network_io. Adds separate local/remote access methods for | Brian Havard | 1999-10-24 | 1 | -5/+5 |
* | Add a status value to ap_log_error and ap_log_rerror. This allows us to use | Ryan Bloom | 1999-10-20 | 1 | -7/+8 |
* | I cannot solve this right now. But this variable sure was uninitialized | Martin Kraemer | 1999-10-12 | 1 | -0/+2 |
* | Bring network code to the parameter order spec. This means contexts go last, | Ryan Bloom | 1999-10-10 | 1 | -1/+1 |
* | I think this was missed earlier, and as BeOS doesn't define SO_SNDBUF it was ... | David Reid | 1999-10-08 | 1 | -1/+1 |
* | Well this was thought provoking. | Ben Hyde | 1999-10-07 | 1 | -6/+7 |
* | First patch to re-order function parameters. This one gets the low hanging | Ryan Bloom | 1999-10-04 | 1 | -1/+1 |
* | Restarts were hosed after the APR changes because we were opening | Manoj Kasichainula | 1999-09-25 | 1 | -3/+13 |
* | Make ap_getipaddr threadsafe. | Ben Laurie | 1999-09-18 | 1 | -2/+2 |
* | Remove all of the calls to functions like "ap_popenf". These functions were | Ryan Bloom | 1999-09-08 | 1 | -73/+51 |
* | Changed pools to contexts. Tested with prefork and pthread mpm's. I'll | Ryan Bloom | 1999-08-31 | 1 | -2/+3 |
* | Forgot listen.c in the earlier AcceptEx patch to winnt.c. | Bill Stoddard | 1999-08-21 | 1 | -0/+9 |
* | some bug fixes from David | dgaudet | 1999-07-26 | 1 | -1/+1 |
* | Change method of checking for active FDs after poll() in the pthread | Manoj Kasichainula | 1999-06-29 | 1 | -1/+0 |
* | Updated the pthread MPM to work with the rest of the code | Manoj Kasichainula | 1999-06-27 | 1 | -0/+1 |
* | - ap_listen.h: interface to Listen, ListenBackLog and SendBufferSize | dgaudet | 1999-06-25 | 1 | -0/+310 |