summaryrefslogtreecommitdiffstats
path: root/server/listen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) continued header revampingGreg Stein2001-02-101-4/+5
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-17/+17
* Stop leaking sockets. This is a minimal leak, but it was there.Ryan Bloom2001-01-071-0/+3
* Modify a couple of calls to ap_log_error with a NULL server to useRyan Bloom2001-01-021-7/+7
* When the platform supports IPv6 (according to APR) andJeff Trawick2000-12-171-45/+52
* Call ap_log_error() instead of ap_log_rerror() from alloc_listener().Jeff Trawick2000-12-171-2/+2
* tweak the responsibilities of make_sock() and alloc_listener()Jeff Trawick2000-12-161-34/+53
* use apr_parse_addr_port() in ap_set_listener(); this allows IPv6Jeff Trawick2000-12-161-26/+23
* Include mpm.h so that we know which MPM is being built and thereforeBrian Havard2000-12-051-0/+1
* Remove an unused headerRyan Bloom2000-11-291-1/+0
* updates to changed interfaces to apr_set_port(), apr_get_port(),Jeff Trawick2000-11-211-6/+10
* Change apr_bind() to take apr_sockaddr_t.Jeff Trawick2000-11-191-2/+13
* Clean up compiler warningsBill Stoddard2000-11-091-2/+2
* Change the code to reflect the recent API changes...David Reid2000-11-091-3/+3
* This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_portDavid Reid2000-11-081-3/+3
* Start of moving to apr_port_t in the server code. This will probably the firstDavid Reid2000-11-081-2/+2
* Add back the ap_disable_nagle call in make_sock. However, this is aRyan Bloom2000-10-081-0/+5
* Change prefork to use the same listen api as the rest of the unix mpmsGreg Ames2000-09-081-2/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-29/+29
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* OS/2: Put back creation of listeners in main thread in spmt_os2 MPM.Brian Havard2000-07-161-1/+1
* Fix the prefork MPM to make it compile and work again out-of-the-box.Ryan Bloom2000-07-131-2/+3
* Move setup_listeners to listen.c. This renames it to ap_setup_listeners,Ryan Bloom2000-07-101-1/+17
* More consification, correct command initialisation.Ben Laurie2000-06-171-3/+4
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-131-0/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* change the error message logged for a bind() failure so thatJeff Trawick2000-03-221-1/+6
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-0/+1
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-191-0/+3
* Get rid of an implicit malloc, by making ap_create_tcp_socket use theManoj Kasichainula1999-10-301-2/+1
* Enhancements for APR network_io. Adds separate local/remote access methods forBrian Havard1999-10-241-5/+5
* Add a status value to ap_log_error and ap_log_rerror. This allows us to useRyan Bloom1999-10-201-7/+8
* I cannot solve this right now. But this variable sure was uninitializedMartin Kraemer1999-10-121-0/+2
* Bring network code to the parameter order spec. This means contexts go last,Ryan Bloom1999-10-101-1/+1
* I think this was missed earlier, and as BeOS doesn't define SO_SNDBUF it was ...David Reid1999-10-081-1/+1
* Well this was thought provoking.Ben Hyde1999-10-071-6/+7
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-1/+1
* Restarts were hosed after the APR changes because we were openingManoj Kasichainula1999-09-251-3/+13
* Make ap_getipaddr threadsafe.Ben Laurie1999-09-181-2/+2
* Remove all of the calls to functions like "ap_popenf". These functions wereRyan Bloom1999-09-081-73/+51
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-2/+3
* Forgot listen.c in the earlier AcceptEx patch to winnt.c.Bill Stoddard1999-08-211-0/+9
* some bug fixes from Daviddgaudet1999-07-261-1/+1
* Change method of checking for active FDs after poll() in the pthreadManoj Kasichainula1999-06-291-1/+0
* Updated the pthread MPM to work with the rest of the codeManoj Kasichainula1999-06-271-0/+1
* - ap_listen.h: interface to Listen, ListenBackLog and SendBufferSizedgaudet1999-06-251-0/+310