summaryrefslogtreecommitdiffstats
path: root/server/listen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* simplify the way we find the family of an apr_sockaddr_tJeff Trawick2002-03-131-1/+1
* Torch a stale commented out line.Sander Striker2002-03-071-1/+0
* Sander's Stylistic SubmissionIan Holsman2002-03-051-23/+45
* restore the SO_REUSEADDR for listening sockets; it is absolutelyJeff Trawick2002-02-051-0/+9
* This change keeps the server from allowing multiple instances to bind toRyan Bloom2002-02-051-9/+0
* This patch allows the prefork MPM to print messages to the console if itRyan Bloom2002-02-041-2/+2
* Remove more spmt_os2 MPM leftovers.Brian Havard2002-01-301-4/+1
* Making sure that the global variables have been initialized to avoid linkerBradley Nicholes2002-01-031-1/+1
* Fix segfault when restarting worker MPM. We can not examine the POD asJustin Erenkrantz2001-12-081-9/+12
* Clean up style (tabs->spaces, etc, etc, etc.).Justin Erenkrantz2001-12-081-48/+50
* Allow modules that add sockets to the ap_listeners list toRyan Bloom2001-11-131-0/+5
* Exit when we can't listen on any of the configured ports. ThisJeff Trawick2001-10-161-0/+4
* Remove the Port directive. In it's place, the Listen directiveRyan Bloom2001-10-041-5/+4
* Begin to sanitize the MPM configuration directives. Now, allRyan Bloom2001-08-131-1/+1
* Close a major resource leak. Everytime we had issued aRyan Bloom2001-08-131-1/+0
* Terniaries are broken under MSVC, they never did resolve how to resolveWilliam A. Rowe Jr2001-07-261-1/+1
* PR:Cliff Woolley2001-07-251-1/+1
* Omitted the argWilliam A. Rowe Jr2001-07-181-1/+1
* rbb's names still need work :)William A. Rowe Jr2001-07-181-1/+1
* Changes to back out inherit flag from apr_os_sock_make()William A. Rowe Jr2001-07-181-2/+3
* Added an inherit flag to apr_socket_create and other socket creationRyan Bloom2001-07-161-2/+2
* Now that APR knows when TCP_NODELAY is inherited, use its setting toJeff Trawick2001-04-051-1/+1
* Add the code to actually enable accept filters in 2.0Ryan Bloom2001-04-031-1/+7
* *) Reimplement the Windows MPM (mpm_winnt.c) to eliminate callingBill Stoddard2001-03-121-3/+1
* Fix a Windows seg fault on startup when multiple listen directives are being ...Bill Stoddard2001-03-091-4/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) 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