index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
ap_listen.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Multipath TCP (MPTCP) support (Proxy)
Joe Orton
2024-09-12
1
-0
/
+1
*
Remove libsystemd dependency from main httpd binary
Joe Orton
2022-04-12
1
-0
/
+10
*
Add "v6only" Listen option to enable IPV6_V6ONLY in v4mapped builds
Joe Orton
2020-06-23
1
-0
/
+1
*
Add optional options= argument to Listen to add listener-specific
Joe Orton
2020-04-23
1
-3
/
+7
*
Add "AcceptErrorsNonFatal" directive
Eric Covener
2018-01-04
1
-2
/
+16
*
Off by one "make dox" warning
Christophe Jaillet
2016-05-30
1
-1
/
+1
*
MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531
Yann Ylavic
2014-10-30
1
-14
/
+26
*
Optimize w/ duplicated listeners and use of SO_REUSEPORT
Jim Jagielski
2014-06-03
1
-0
/
+16
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
1
-2
/
+2
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-6
/
+6
*
fix wrong name in function prototype which led to
Jeff Trawick
2009-08-20
1
-1
/
+5
*
Don't require all listeners to be created equal ...
Nick Kew
2009-08-20
1
-0
/
+4
*
* Add extern "C" linkage to several headers to make it easier to use
Ruediger Pluem
2007-05-04
1
-0
/
+8
*
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
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-29
1
-5
/
+13
*
Correct the function prototype/declaration
Colm MacCarthaigh
2005-08-24
1
-1
/
+1
*
Provide a function for closing all of the listeners.
Colm MacCarthaigh
2005-08-24
1
-0
/
+5
*
Merge the listen-protocol sandbox branch to trunk.
Paul Querna
2005-06-14
1
-4
/
+8
*
The SPMT_OS2_MPM doesn't exist. The warning is also wrong, since both winnt ...
Paul Querna
2005-05-04
1
-4
/
+1
*
Add ReceiveBufferSize directive to control the TCP receive buffer.
Justin Erenkrantz
2005-03-15
1
-1
/
+6
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Fix gcc "no previous prototype" warnings after reorganisation:
Joe Orton
2004-12-02
1
-14
/
+0
*
Declare the ap_set_listen* functions with AP_DECLARE_NONSTD for Win32 support.
Justin Erenkrantz
2004-11-30
1
-3
/
+3
*
Properly export ap_listen_* functions.
Justin Erenkrantz
2004-11-28
1
-6
/
+6
*
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-07
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-49
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Fixed ap_listeners so that it will be included in the AWK generated export lists
Bradley Nicholes
2001-11-14
1
-1
/
+1
*
Allow modules that add sockets to the ap_listeners list to
Ryan Bloom
2001-11-13
1
-1
/
+5
*
Remove commas from the end of the macros that define
Ryan Bloom
2001-11-13
1
-1
/
+1
*
*) Reimplement the Windows MPM (mpm_winnt.c) to eliminate calling
Bill Stoddard
2001-03-12
1
-9
/
+2
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
Include mpm.h so the tests for SPMT_OS2_MPM actually work.
Brian Havard
2000-12-20
1
-0
/
+1
*
Force all Apache functions to be linked into the executable, whether they
Ryan Bloom
2000-12-19
1
-1
/
+5
*
tweak the responsibilities of make_sock() and alloc_listener()
Jeff Trawick
2000-12-16
1
-0
/
+4
*
Remove an unnecessary header file.
Ryan Bloom
2000-12-02
1
-1
/
+0
*
Missed these first time round... More apr_port_t changes.
David Reid
2000-11-08
1
-1
/
+1
*
Change prefork to use the same listen api as the rest of the unix mpms
Greg Ames
2000-09-08
1
-1
/
+1
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-1
/
+1
*
Document ap_listen.h using ScanDoc.
Ryan Bloom
2000-07-29
1
-0
/
+53
*
OS/2: Put back creation of listeners in main thread in spmt_os2 MPM.
Brian Havard
2000-07-16
1
-1
/
+1
*
Fix the prefork MPM to make it compile and work again out-of-the-box.
Ryan Bloom
2000-07-13
1
-1
/
+2
*
Move setup_listeners to listen.c. This renames it to ap_setup_listeners,
Ryan Bloom
2000-07-10
1
-0
/
+4
*
More consification, correct command initialisation.
Ben Laurie
2000-06-17
1
-9
/
+10
*
William A. Rowe Jr
2000-05-19
1
-0
/
+1
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-34
/
+31
[next]