]> granicus.if.org Git - apache/history - server/listen.c
Remove APLOG_NOERRNO.
[apache] / server / listen.c
2014-07-08 Jan Kaluža* server/listen.c: return -1 in find_systemd_socket...
2014-07-08 Jeff Trawickwhitespace changes only
2014-07-08 Jan Kaluža* server/listen.c: detect systemd socket activation...
2014-07-08 Jan KalužaFollow up r1608686, pass process to alloc_systemd_listener.
2014-07-08 Jan Kaluža* server/listen.c: duplicate sockets correctly when...
2014-06-10 Takashi Satofollow up r1599531 and r1599593:
2014-06-09 Yann Ylaviccore: Update empty log tags.
2014-06-03 Jim JagielskiDon't try to assume the value of SO_REUSEPORT...
2014-06-03 Jim JagielskiOptimize w/ duplicated listeners and use of SO_REUSEPORT
2013-10-01 Joe Orton* configure.in: Simplify/fix systemd detection: move...
2013-08-06 Paul QuernaAdd support for systemd socket activation to listener...
2012-11-03 Jeff Trawickrevert r1401448 and add a comment on why there's a...
2012-10-23 Christophe JailletNo need to apr_pstrdup things here, 'apr_socket_accept_...
2012-03-24 Stefan FritschRemove the hack from r806010 that mis-uses the pointer...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-12-02 Joe Orton* server/listen.c (open_listeners): Fix logic error...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-04-09 Jeff Trawickmake_sock() sets lr->listen on success, so no need...
2009-08-19 Nick KewDon't require all listeners to be created equal ...
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2009-01-03 William A. Rowe Jrrevert 730949, accf_map member should never have been...
2009-01-03 Ruediger Pluem* APR_TCP_DEFER_ACCEPT is always defined. So this is...
2009-01-03 Ruediger Pluem* Handle the case where conf->accf_map is NULL graceful...
2008-12-17 Paul J. RederSet Listen protocol to "https" if port is set to 443...
2008-06-08 Jeff Trawickcore: Fix address-in-use startup failure on some platfo...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2007-01-30 Joe Orton* server/listen.c (ap_apply_accept_filter): Bump TCP_DE...
2006-12-16 Nick KewPR#37680: fix socket block/nonblock on restart/graceful
2006-10-23 Jeff TrawickFix address-in-use startup failure caused by corruption...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-09-12 Colm MacCarthaighRemove a call to strerror(). Possibly a leftover from...
2005-09-01 Joe Orton* server/listen.c (open_listeners): Avoid shadowing...
2005-08-25 Joe Orton* server/listen.c (open_listeners): If 0.0.0.0 is found...
2005-08-25 Joe Orton* server/listen.c (IS_INADDR_ANY, IS_IN6ADDR_ANY):...
2005-08-24 Colm MacCarthaighCorrect the function prototype/declaration
2005-08-24 Colm MacCarthaighProvide a function for closing all of the listeners.
2005-06-14 Paul QuernaMerge the listen-protocol sandbox branch to trunk.
2005-05-05 Paul Querna* server/listen.c: Remove the unused port parameter...
2005-03-15 Justin ErenkrantzAdd ReceiveBufferSize directive to control the TCP...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-11 Paul Querna* Add bits to use APR_TCP_DEFER_ACCEPT
2004-12-02 Joe OrtonFix gcc "no previous prototype" warnings after reorgani...
2004-11-30 Justin ErenkrantzDeclare the ap_set_listen* functions with AP_DECLARE_NO...
2004-11-28 Justin ErenkrantzProperly export ap_listen_* functions.
2004-03-19 Jeff TrawickFix crash when Apache was started with no Listen direct...
2004-03-19 Jeff Trawick *) SECURITY: CAN-2004-0174 (cve.mitre.org)
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-02-04 Jeff TrawickFreeBSD: Use the httpready accept filter instead of...
2004-01-01 André Maloupdate license to 2004.
2003-12-05 Jeff Trawickstop using apr_sockaddr_port_get() accessor function...
2003-09-28 Cliff WoolleySetting lr = NULL on line 399 leads the the loop
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-25 Joe Orton* listen.c (ap_listen_open): Avoid casts when checking...
2003-08-24 Justin ErenkrantzFixup IPv6 Listen statements on Linux by attempting...
2003-08-15 Justin ErenkrantzChange Listen directive to bind to all addresses return...
2003-08-14 Justin ErenkrantzMore fun with IPv6 Listen statements.
2003-08-13 Justin ErenkrantzCorrect failure with Listen directives on machines...
2003-03-31 William A. Rowe Jr Quit registering *two* cleanups listening sockets...
2003-02-03 André Malofinished that boring job:
2002-11-22 Jeff TrawickFix critical bug in new --enable-v4-mapped configure...
2002-11-14 Jeff TrawickAdd --[enable|disable]-v4-mapped configure option to...
2002-07-31 Jeff TrawickRestore the ability to specify host names on Listen...
2002-07-30 Jeff TrawickWhen deciding on the default address family for listeni...
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-04-09 Aaron BannertRemove unnecessary includes of apr_lock.h
2002-04-01 Jeff TrawickDon't allow initialization to succeed if we can't get...
2002-03-20 William A. Rowe Jr Here's the patch that really sucks. old_listeners...
2002-03-14 William A. Rowe Jr Our ap_listeners were binding to IIS sockets, other...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-12 Jeff Trawicksimplify the way we find the family of an apr_sockaddr_t
2002-03-07 Sander StrikerTorch a stale commented out line.
2002-03-05 Ian HolsmanSander's Stylistic Submission
2002-02-05 Jeff Trawickrestore the SO_REUSEADDR for listening sockets; it...
2002-02-05 Ryan BloomThis change keeps the server from allowing multiple...
2002-02-04 Ryan BloomThis patch allows the prefork MPM to print messages...
2002-01-30 Brian HavardRemove more spmt_os2 MPM leftovers.
2002-01-02 Bradley NicholesMaking sure that the global variables have been initial...
2001-12-08 Justin ErenkrantzFix segfault when restarting worker MPM. We can not...
2001-12-08 Justin ErenkrantzClean up style (tabs->spaces, etc, etc, etc.).
2001-11-13 Ryan BloomAllow modules that add sockets to the ap_listeners...
2001-10-16 Jeff TrawickExit when we can't listen on any of the configured...
2001-10-04 Ryan BloomRemove the Port directive. In it's place, the Listen...
2001-08-13 Ryan BloomBegin to sanitize the MPM configuration directives...
2001-08-13 Ryan BloomClose a major resource leak. Everytime we had issued a
2001-07-26 William A. Rowe Jr Terniaries are broken under MSVC, they never did...
2001-07-25 Cliff WoolleyPR:
2001-07-18 William A. Rowe Jr Omitted the arg
2001-07-18 William A. Rowe Jr rbb's names still need work :)
2001-07-18 William A. Rowe Jr Changes to back out inherit flag from apr_os_sock_make()
2001-07-16 Ryan BloomAdded an inherit flag to apr_socket_create and other...
2001-04-05 Jeff TrawickNow that APR knows when TCP_NODELAY is inherited, use...
2001-04-03 Ryan BloomAdd the code to actually enable accept filters in 2.0
2001-03-12 Bill Stoddard *) Reimplement the Windows MPM (mpm_winnt.c) to elimi...
2001-03-09 Bill StoddardFix a Windows seg fault on startup when multiple listen...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
next