summaryrefslogtreecommitdiffstats
path: root/server/listen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* make_sock() sets lr->listen on success, so no need to setJeff Trawick2010-04-091-1/+0
* Don't require all listeners to be created equal ...Nick Kew2009-08-201-3/+27
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-5/+0
* revert 730949, accf_map member should never have been or be NULLWilliam A. Rowe Jr2009-01-031-1/+1
* * APR_TCP_DEFER_ACCEPT is always defined. So this is pointless.Ruediger Pluem2009-01-031-2/+0
* * Handle the case where conf->accf_map is NULL gracefully instead of segfaultingRuediger Pluem2009-01-031-1/+1
* Set Listen protocol to "https" if port is set to 443 and no proto is specifiedPaul J. Reder2008-12-171-1/+5
* core: Fix address-in-use startup failure on some platforms causedJeff Trawick2008-06-081-16/+30
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* * server/listen.c (ap_apply_accept_filter): Bump TCP_DEFER_ACCEPTJoe Orton2007-01-301-1/+1
* PR#37680: fix socket block/nonblock on restart/gracefulNick Kew2006-12-161-10/+12
* Fix address-in-use startup failure caused by corruption of the list ofJeff Trawick2006-10-231-0/+3
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-8/+8
* Remove a call to strerror(). Possibly a leftover from prior debugging code.Colm MacCarthaigh2005-09-121-1/+0
* * server/listen.c (open_listeners): Avoid shadowing the 'next'Joe Orton2005-09-011-1/+1
* * server/listen.c (open_listeners): If 0.0.0.0 is found before [::]Joe Orton2005-08-251-0/+24
* * server/listen.c (IS_INADDR_ANY, IS_IN6ADDR_ANY): New macros.Joe Orton2005-08-251-16/+20
* Correct the function prototype/declaration Colm MacCarthaigh2005-08-241-1/+2
* Provide a function for closing all of the listeners. Colm MacCarthaigh2005-08-241-8/+10
* Merge the listen-protocol sandbox branch to trunk.Paul Querna2005-06-141-31/+119
* * server/listen.c: Remove the unused port parameter from open_listeners, and ...Paul Querna2005-05-051-5/+3
* Add ReceiveBufferSize directive to control the TCP receive buffer.Justin Erenkrantz2005-03-151-0/+31
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * Add bits to use APR_TCP_DEFER_ACCEPTPaul Querna2004-12-111-1/+14
* 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