summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/listen.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-7/+9
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-13/+22
* SERVER-23338 Don't fassert down the process if the listen socket closes on Wi...Andrew Morrow2016-03-251-7/+7
* SERVER-22709 Log that connection was accepted before configuring socketKaloian Manassiev2016-02-171-10/+12
* SERVER-19333 abandon startup as soon as port binding failsmatt dannenberg2015-09-221-3/+4
* SERVER-19255 initalize _ready member of Listener to falseAdam Midvidy2015-07-021-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-464/+463
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-4/+4
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-5/+4
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-2/+1
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-5/+7
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-1/+1
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+4
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16086 Should not open the Unix Domain Socket if the chmod failsdaveh862014-12-091-5/+7
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-15915 Make isself check block until we're listening for incoming netwo...Spencer T Brody2014-11-031-0/+20
* SERVER-15635 Free data structures in ListeningSocket::closeAllAndrew Morrow2014-10-151-0/+2
* SERVER-15389 Refactor initAndListen to create server socket ids earlyKaloian Manassiev2014-10-021-9/+19
* SERVER-14927: bad bind_ip should fail, not listen on all socketsAmalia Hawkins2014-09-241-1/+7
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+26
* SERVER-5092 updated default log component in storage and networking subsystemsBenety Goh2014-06-301-1/+1
* SERVER-14374 Include server_options.h as needed and apply the std:: namespace...Andy Schwerin2014-06-271-1/+5
* SERVER-5092 tagged storage and networking LOG() messagesBenety Goh2014-06-271-1/+3
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-1/+1
* SERVER-13022 added option to set permissions on UNIX domain socket filedaveh862014-05-291-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12745: Fix shutdown race in closing socketsMark Benvenuto2014-04-251-1/+8
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-3/+4
* SERVER-10707 use ScopeGuard to close sockets in setupSocketsmatt dannenberg2013-09-101-2/+3
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-101-35/+34
* SERVER-9109 continue rather than return on ECONNABORTED and EBADFmatt dannenberg2013-09-091-4/+12
* Revert "SERVER-9818 allocate socket file descriptors before opening datafiles"Spencer T Brody2013-09-041-29/+35
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-041-35/+29
* SERVER-9430 Split SSLManager into an abstract interface and hidden implementa...Andrew Morrow2013-05-021-0/+1
* SERVER-8943 Remove hard limit of 20,000 incoming connections.Mathias Stearn2013-05-011-3/+0
* normalize #includes in many filesEric Milkie2013-04-181-3/+5
* SERVER-8169 do not delete SSLManager singletonEric Milkie2013-04-121-4/+0
* SERVER-8169 allow OpenSSL to interactively prompt for private key passphraseEric Milkie2013-04-101-10/+1
* SERVER-8612 Fix typoTad Marshall2013-02-261-1/+1
* SERVER-8612 alternative select() implementation for WindowsEric Milkie2013-02-151-3/+200
* SERVER-8515 avoid memory corruption by checking max file descriptor limitEric Milkie2013-02-121-0/+6
* SERVER-8459 add command line flag to enable FIPS modeEric Milkie2013-02-081-1/+2
* SERVER-8209 reverse logic of --sslForceCertificateValidation with --sslWeakCe...Eric Milkie2013-01-181-1/+1
* SERVER-7202 add parameter to force client certificate checksEric Milkie2012-12-141-4/+6