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
*
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
*
Fix address-in-use startup failure caused by corruption of the list of
Jeff Trawick
2006-10-23
1
-0
/
+3
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-8
/
+8
*
Remove a call to strerror(). Possibly a leftover from prior debugging code.
Colm MacCarthaigh
2005-09-12
1
-1
/
+0
*
* server/listen.c (open_listeners): Avoid shadowing the 'next'
Joe Orton
2005-09-01
1
-1
/
+1
*
* server/listen.c (open_listeners): If 0.0.0.0 is found before [::]
Joe Orton
2005-08-25
1
-0
/
+24
*
* server/listen.c (IS_INADDR_ANY, IS_IN6ADDR_ANY): New macros.
Joe Orton
2005-08-25
1
-16
/
+20
*
Correct the function prototype/declaration
Colm MacCarthaigh
2005-08-24
1
-1
/
+2
*
Provide a function for closing all of the listeners.
Colm MacCarthaigh
2005-08-24
1
-8
/
+10
*
Merge the listen-protocol sandbox branch to trunk.
Paul Querna
2005-06-14
1
-31
/
+119
*
* server/listen.c: Remove the unused port parameter from open_listeners, and ...
Paul Querna
2005-05-05
1
-5
/
+3
*
Add ReceiveBufferSize directive to control the TCP receive buffer.
Justin Erenkrantz
2005-03-15
1
-0
/
+31
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
* Add bits to use APR_TCP_DEFER_ACCEPT
Paul Querna
2004-12-11
1
-1
/
+14
*
Fix gcc "no previous prototype" warnings after reorganisation:
Joe Orton
2004-12-02
1
-4
/
+11
*
Declare the ap_set_listen* functions with AP_DECLARE_NONSTD for Win32 support.
Justin Erenkrantz
2004-11-30
1
-4
/
+8
*
Properly export ap_listen_* functions.
Justin Erenkrantz
2004-11-28
1
-7
/
+7
*
Fix crash when Apache was started with no Listen directives.
Jeff Trawick
2004-03-19
1
-1
/
+1
*
*) SECURITY: CAN-2004-0174 (cve.mitre.org)
Jeff Trawick
2004-03-19
1
-0
/
+20
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
FreeBSD: Use the httpready accept filter instead of dataready on
Jeff Trawick
2004-02-04
1
-0
/
+6
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
stop using apr_sockaddr_port_get() accessor function, as it will
Jeff Trawick
2003-12-05
1
-1
/
+1
*
Setting lr = NULL on line 399 leads the the loop
Cliff Woolley
2003-09-28
1
-2
/
+7
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-3
/
+3
*
* listen.c (ap_listen_open): Avoid casts when checking for :: and
Joe Orton
2003-08-25
1
-5
/
+5
*
Fixup IPv6 Listen statements on Linux by attempting to bind in the order
Justin Erenkrantz
2003-08-25
1
-4
/
+69
*
Change Listen directive to bind to all addresses returned by
Justin Erenkrantz
2003-08-15
1
-23
/
+36
*
More fun with IPv6 Listen statements.
Justin Erenkrantz
2003-08-14
1
-12
/
+27
*
Correct failure with Listen directives on machines with IPv6 enabled by
Justin Erenkrantz
2003-08-13
1
-50
/
+0
*
Quit registering *two* cleanups listening sockets prior to exec.
William A. Rowe Jr
2003-03-31
1
-2
/
+13
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Fix critical bug in new --enable-v4-mapped configure option
Jeff Trawick
2002-11-22
1
-8
/
+10
*
Add --[enable|disable]-v4-mapped configure option to control
Jeff Trawick
2002-11-14
1
-0
/
+19
*
Restore the ability to specify host names on Listen directives.
Jeff Trawick
2002-07-31
1
-3
/
+1
[next]