summaryrefslogtreecommitdiffstats
path: root/server/listen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* better error messageGiovanni Bechis2022-06-281-1/+2
* check apr_sockaddr_info_get return valueGiovanni Bechis2022-06-281-1/+6
* Remove libsystemd dependency from main httpd binaryJoe Orton2022-04-121-36/+26
* mpm_{event,worker,prefork}: late stop of children processes on restart.Yann Ylavic2021-08-251-2/+2
* Add "v6only" Listen option to enable IPV6_V6ONLY in v4mapped buildsJoe Orton2020-06-231-1/+3
* listen.c: follow up to r1876865: update APLOGNO.Yann Ylavic2020-05-121-1/+1
* Add optional options= argument to Listen to add listener-specificJoe Orton2020-04-231-12/+90
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-3/+3
* Fix a cppcheck warning.Christophe Jaillet2018-08-171-2/+1
* incorporate review comments from RüdigerEric Covener2018-01-041-2/+6
* Add "AcceptErrorsNonFatal" directiveEric Covener2018-01-041-0/+20
* On the trunk:Stefan Eissing2017-12-131-1/+1
* Support IPv6 link-local scope IDs in Listen and VirtualHost, if builtJoe Orton2017-11-291-15/+54
* core: Disallow multiple Listen on the same IP:port when listener bucketsYann Ylavic2017-03-281-17/+33
* Revert r1789061: it didn't any leak since duplicated listeners were alreadyYann Ylavic2017-03-281-20/+12
* core: Fix leak of duplicated listeners (socket descriptors) on restartYann Ylavic2017-03-281-12/+20
* avoid SO_REUSEPORT w/o ListenCoresBucketsRatio Eric Covener2017-01-091-1/+1
* 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-031-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-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