summaryrefslogtreecommitdiff
path: root/server/listen.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/.Yann Ylavic2015-05-161-1/+1
* * Add missing include for ap_pglobalRuediger Pluem2014-10-311-0/+1
* MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531Yann Ylavic2014-10-301-49/+158
* * server/listen.c: return -1 in find_systemd_socket on errorJan Kaluža2014-07-081-2/+2
* whitespace changes onlyJeff Trawick2014-07-081-2/+2
* * server/listen.c: detect systemd socket activation using sd_listen_fds(),Jan Kaluža2014-07-081-74/+69
* Follow up r1608686, pass process to alloc_systemd_listener.Jan Kaluža2014-07-081-1/+1
* * server/listen.c: duplicate sockets correctly when using systemd socketJan Kaluža2014-07-081-17/+31
* follow up r1599531 and r1599593:Takashi Sato2014-06-101-1/+1
* core: Update empty log tags.Yann Ylavic2014-06-091-2/+2
* Don't try to assume the value of SO_REUSEPORT...Jim Jagielski2014-06-031-18/+22
* Optimize w/ duplicated listeners and use of SO_REUSEPORTJim Jagielski2014-06-031-6/+89
* * configure.in: Simplify/fix systemd detection: move later to fixJoe Orton2013-10-011-7/+7
* Add support for systemd socket activation to listener sockets.Paul Querna2013-08-061-32/+196
* revert r1401448 and add a comment on why there's a bewildering copyJeff Trawick2012-11-031-1/+5
* No need to apr_pstrdup things here, 'apr_socket_accept_filter' already makes ...Christophe Jaillet2012-10-231-2/+1
* Remove the hack from r806010 that mis-uses the pointer to the per-directoryStefan Fritsch2012-03-241-8/+4
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-13/+13
* * server/listen.c (open_listeners): Fix logic error caught byJoe Orton2011-12-021-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-3/+4
* 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-191-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