summaryrefslogtreecommitdiffstats
path: root/server/listen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc "no previous prototype" warnings after reorganisation:Joe Orton2004-12-021-4/+11
* Declare the ap_set_listen* functions with AP_DECLARE_NONSTD for Win32 support.Justin Erenkrantz2004-11-301-4/+8
* Properly export ap_listen_* functions.Justin Erenkrantz2004-11-281-7/+7
* Fix crash when Apache was started with no Listen directives.Jeff Trawick2004-03-191-1/+1
* *) SECURITY: CAN-2004-0174 (cve.mitre.org)Jeff Trawick2004-03-191-0/+20
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* FreeBSD: Use the httpready accept filter instead of dataready onJeff Trawick2004-02-041-0/+6
* update license to 2004.André Malo2004-01-011-1/+1
* stop using apr_sockaddr_port_get() accessor function, as it willJeff Trawick2003-12-051-1/+1
* Setting lr = NULL on line 399 leads the the loopCliff Woolley2003-09-281-2/+7
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-3/+3
* * listen.c (ap_listen_open): Avoid casts when checking for :: andJoe Orton2003-08-251-5/+5
* Fixup IPv6 Listen statements on Linux by attempting to bind in the orderJustin Erenkrantz2003-08-251-4/+69
* Change Listen directive to bind to all addresses returned byJustin Erenkrantz2003-08-151-23/+36
* More fun with IPv6 Listen statements.Justin Erenkrantz2003-08-141-12/+27
* Correct failure with Listen directives on machines with IPv6 enabled byJustin Erenkrantz2003-08-131-50/+0
* Quit registering *two* cleanups listening sockets prior to exec.William A. Rowe Jr2003-03-311-2/+13
* finished that boring job:André Malo2003-02-031-1/+1
* Fix critical bug in new --enable-v4-mapped configure optionJeff Trawick2002-11-221-8/+10
* Add --[enable|disable]-v4-mapped configure option to controlJeff Trawick2002-11-141-0/+19
* Restore the ability to specify host names on Listen directives.Jeff Trawick2002-07-311-3/+1
* When deciding on the default address family for listening sockets,Jeff Trawick2002-07-301-4/+13
* http occurances to update for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-7/+7
* Remove unnecessary includes of apr_lock.hAaron Bannert2002-04-091-1/+0
* Don't allow initialization to succeed if we can't get a socketJeff Trawick2002-04-011-7/+6
* Here's the patch that really sucks. old_listeners points to an arrayWilliam A. Rowe Jr2002-03-201-5/+4
* Our ap_listeners were binding to IIS sockets, other Apache instances'William A. Rowe Jr2002-03-141-0/+23
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* 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