index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
listen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
better error message
Giovanni Bechis
2022-06-28
1
-1
/
+2
*
check apr_sockaddr_info_get return value
Giovanni Bechis
2022-06-28
1
-1
/
+6
*
Remove libsystemd dependency from main httpd binary
Joe Orton
2022-04-12
1
-36
/
+26
*
mpm_{event,worker,prefork}: late stop of children processes on restart.
Yann Ylavic
2021-08-25
1
-2
/
+2
*
Add "v6only" Listen option to enable IPV6_V6ONLY in v4mapped builds
Joe Orton
2020-06-23
1
-1
/
+3
*
listen.c: follow up to r1876865: update APLOGNO.
Yann Ylavic
2020-05-12
1
-1
/
+1
*
Add optional options= argument to Listen to add listener-specific
Joe Orton
2020-04-23
1
-12
/
+90
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-3
/
+3
*
Fix a cppcheck warning.
Christophe Jaillet
2018-08-17
1
-2
/
+1
*
incorporate review comments from Rüdiger
Eric Covener
2018-01-04
1
-2
/
+6
*
Add "AcceptErrorsNonFatal" directive
Eric Covener
2018-01-04
1
-0
/
+20
*
On the trunk:
Stefan Eissing
2017-12-13
1
-1
/
+1
*
Support IPv6 link-local scope IDs in Listen and VirtualHost, if built
Joe Orton
2017-11-29
1
-15
/
+54
*
core: Disallow multiple Listen on the same IP:port when listener buckets
Yann Ylavic
2017-03-28
1
-17
/
+33
*
Revert r1789061: it didn't any leak since duplicated listeners were already
Yann Ylavic
2017-03-28
1
-20
/
+12
*
core: Fix leak of duplicated listeners (socket descriptors) on restart
Yann Ylavic
2017-03-28
1
-12
/
+20
*
avoid SO_REUSEPORT w/o ListenCoresBucketsRatio
Eric Covener
2017-01-09
1
-1
/
+1
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-1
/
+1
*
core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/.
Yann Ylavic
2015-05-16
1
-1
/
+1
*
* Add missing include for ap_pglobal
Ruediger Pluem
2014-10-31
1
-0
/
+1
*
MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531
Yann Ylavic
2014-10-30
1
-49
/
+158
*
* server/listen.c: return -1 in find_systemd_socket on error
Jan Kaluža
2014-07-08
1
-2
/
+2
*
whitespace changes only
Jeff Trawick
2014-07-08
1
-2
/
+2
*
* server/listen.c: detect systemd socket activation using sd_listen_fds(),
Jan Kaluža
2014-07-08
1
-74
/
+69
*
Follow up r1608686, pass process to alloc_systemd_listener.
Jan Kaluža
2014-07-08
1
-1
/
+1
*
* server/listen.c: duplicate sockets correctly when using systemd socket
Jan Kaluža
2014-07-08
1
-17
/
+31
*
follow up r1599531 and r1599593:
Takashi Sato
2014-06-10
1
-1
/
+1
*
core: Update empty log tags.
Yann Ylavic
2014-06-09
1
-2
/
+2
*
Don't try to assume the value of SO_REUSEPORT...
Jim Jagielski
2014-06-03
1
-18
/
+22
*
Optimize w/ duplicated listeners and use of SO_REUSEPORT
Jim Jagielski
2014-06-03
1
-6
/
+89
*
* configure.in: Simplify/fix systemd detection: move later to fix
Joe Orton
2013-10-01
1
-7
/
+7
*
Add support for systemd socket activation to listener sockets.
Paul Querna
2013-08-06
1
-32
/
+196
*
revert r1401448 and add a comment on why there's a bewildering copy
Jeff Trawick
2012-11-03
1
-1
/
+5
*
No need to apr_pstrdup things here, 'apr_socket_accept_filter' already makes ...
Christophe Jaillet
2012-10-23
1
-2
/
+1
*
Remove the hack from r806010 that mis-uses the pointer to the per-directory
Stefan Fritsch
2012-03-24
1
-8
/
+4
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-13
/
+13
*
* server/listen.c (open_listeners): Fix logic error caught by
Joe Orton
2011-12-02
1
-1
/
+1
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-3
/
+4
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-0
/
+2
*
make_sock() sets lr->listen on success, so no need to set
Jeff Trawick
2010-04-09
1
-1
/
+0
*
Don't require all listeners to be created equal ...
Nick Kew
2009-08-20
1
-3
/
+27
*
Introduce a new set of APIs to allow MPMs to be proper modules instead
Jeff Trawick
2009-03-24
1
-5
/
+0
*
revert 730949, accf_map member should never have been or be NULL
William A. Rowe Jr
2009-01-03
1
-1
/
+1
*
* APR_TCP_DEFER_ACCEPT is always defined. So this is pointless.
Ruediger Pluem
2009-01-03
1
-2
/
+0
*
* Handle the case where conf->accf_map is NULL gracefully instead of segfaulting
Ruediger Pluem
2009-01-03
1
-1
/
+1
*
Set Listen protocol to "https" if port is set to 443 and no proto is specified
Paul J. Reder
2008-12-17
1
-1
/
+5
*
core: Fix address-in-use startup failure on some platforms caused
Jeff Trawick
2008-06-08
1
-16
/
+30
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-1
/
+0
*
* server/listen.c (ap_apply_accept_filter): Bump TCP_DEFER_ACCEPT
Joe Orton
2007-01-30
1
-1
/
+1
*
PR#37680: fix socket block/nonblock on restart/graceful
Nick Kew
2006-12-16
1
-10
/
+12
[next]