summaryrefslogtreecommitdiff
path: root/include/ap_listen.h
Commit message (Expand)AuthorAgeFilesLines
* Remove libsystemd dependency from main httpd binaryJoe Orton2022-04-121-0/+10
* Add "v6only" Listen option to enable IPV6_V6ONLY in v4mapped buildsJoe Orton2020-06-231-0/+1
* Add optional options= argument to Listen to add listener-specificJoe Orton2020-04-231-3/+7
* Add "AcceptErrorsNonFatal" directiveEric Covener2018-01-041-2/+16
* Off by one "make dox" warningChristophe Jaillet2016-05-301-1/+1
* MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531Yann Ylavic2014-10-301-14/+26
* Optimize w/ duplicated listeners and use of SO_REUSEPORTJim Jagielski2014-06-031-0/+16
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-2/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-6/+6
* fix wrong name in function prototype which led to Jeff Trawick2009-08-201-1/+5
* Don't require all listeners to be created equal ...Nick Kew2009-08-191-0/+4
* * Add extern "C" linkage to several headers to make it easier to useRuediger Pluem2007-05-041-0/+8
* 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
* Doxygen fixup / cleanupIan Holsman2005-08-281-5/+13
* Correct the function prototype/declaration Colm MacCarthaigh2005-08-241-1/+1
* Provide a function for closing all of the listeners. Colm MacCarthaigh2005-08-241-0/+5
* Merge the listen-protocol sandbox branch to trunk.Paul Querna2005-06-141-4/+8
* The SPMT_OS2_MPM doesn't exist. The warning is also wrong, since both winnt ...Paul Querna2005-05-041-4/+1
* Add ReceiveBufferSize directive to control the TCP receive buffer.Justin Erenkrantz2005-03-151-1/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Fix gcc "no previous prototype" warnings after reorganisation:Joe Orton2004-12-021-14/+0
* Declare the ap_set_listen* functions with AP_DECLARE_NONSTD for Win32 support.Justin Erenkrantz2004-11-301-3/+3
* Properly export ap_listen_* functions.Justin Erenkrantz2004-11-281-6/+6
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-49/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fixed ap_listeners so that it will be included in the AWK generated export listsBradley Nicholes2001-11-141-1/+1
* Allow modules that add sockets to the ap_listeners list toRyan Bloom2001-11-131-1/+5
* Remove commas from the end of the macros that defineRyan Bloom2001-11-131-1/+1
* *) Reimplement the Windows MPM (mpm_winnt.c) to eliminate callingBill Stoddard2001-03-121-9/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Include mpm.h so the tests for SPMT_OS2_MPM actually work.Brian Havard2000-12-201-0/+1
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-1/+5
* tweak the responsibilities of make_sock() and alloc_listener()Jeff Trawick2000-12-161-0/+4
* Remove an unnecessary header file.Ryan Bloom2000-12-011-1/+0
* Missed these first time round... More apr_port_t changes.David Reid2000-11-081-1/+1
* Change prefork to use the same listen api as the rest of the unix mpmsGreg Ames2000-09-081-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-1/+1
* Document ap_listen.h using ScanDoc.Ryan Bloom2000-07-291-0/+53
* OS/2: Put back creation of listeners in main thread in spmt_os2 MPM.Brian Havard2000-07-161-1/+1
* Fix the prefork MPM to make it compile and work again out-of-the-box.Ryan Bloom2000-07-131-1/+2
* Move setup_listeners to listen.c. This renames it to ap_setup_listeners,Ryan Bloom2000-07-101-0/+4
* More consification, correct command initialisation.Ben Laurie2000-06-171-9/+10
* William A. Rowe Jr2000-05-191-0/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-34/+31
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9