summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-17752: Winsock API was called before a successful WSAStartup()Mark Benvenuto2015-03-271-2/+0
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-5/+7
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-1/+1
* SERVER-17043 Reattempt failed socket connect when errno is EINTRAndrew Morrow2015-02-171-2/+17
* SERVER-16461: Set sub-second timeouts on Windows correctlyMark Benvenuto2015-01-151-9/+16
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-1/+1
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-13256 Move hexdump out of goodies.h and into hex.hAndrew Morrow2015-01-051-0/+1
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-15593 Initial autosplit heuristics are very aggressive when config ser...Randolph Tan2014-10-291-0/+6
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-1/+2
* SERVER-15465 Fixed OpenSSL intermittent crash on stepdownAndreas Nilsson2014-10-021-9/+0
* SERVER-14927: bad bind_ip should fail, not listen on all socketsAmalia Hawkins2014-09-241-41/+52
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* 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-0/+1
* SERVER-5092 tagged storage and networking LOG() messagesBenety Goh2014-06-271-1/+5
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-1/+0
* SERVER-14114 logging cleanup - removed problem()Benety Goh2014-06-041-1/+1
* SERVER-8492 Change socket check to be sun_path[0] != '\0'daveh862014-05-211-1/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13700 Revert change to connection timeout, put back to 5 secondsSpencer T Brody2014-04-281-8/+3
* SERVER-13700 Log when we time out connecting a SocketSpencer T Brody2014-04-231-1/+10
* Minor typo in sock.cpp debug msgCharlie Page2014-03-191-1/+1
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2014-01-141-1/+1
* SERVER-11730: Debugging output of connections with unexpected dataMark Benvenuto2014-01-141-4/+9
* SERVER-7743: add port number to error messageEliot Horowitz2013-12-041-1/+2
* SERVER-10330 SERVER-11195 SSL server hostname validationAndreas Nilsson2013-11-131-3/+3
* SERVER-9929 Pull in WSAPoll from dll on windowsMathias Stearn2013-10-101-18/+3
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-4/+4
* SERVER-11031 Remove irrelevant Socket::recv error messageAndreas Nilsson2013-10-031-4/+0
* SERVER-7743: add low-level socket error info to BackgroundJobDan Pasette2013-10-021-2/+10
* SERVER-10567 Handling rsHealthPoll/PRIMARY stepdown raceAndreas Nilsson2013-09-291-2/+5
* Revert "SERVER-7743: add low-level socket error info to BackgroundJob"Dan Pasette2013-09-261-11/+2
* SERVER-7743: add low-level socket error info to BackgroundJobDan Pasette2013-09-261-2/+11
* SERVER-10838 Fixed stability issues with multiple SSL connectionsAndreas Nilsson2013-09-241-9/+9
* SERVER-8864 SERVER-10739 Support concurrent SSL and non-SSL connectionsAndreas Nilsson2013-09-171-4/+15
* SERVER-10678 Log a warning but do not throw when unable to determine local ad...Andy Schwerin2013-09-041-1/+5
* SERVER-8864 Fixed failing unit test 'sock_test'Andreas Nilsson2013-09-021-0/+5
* SERVER-8864 Use BIO pairs for socket decoupled SSL network interfaceAndreas Nilsson2013-09-021-52/+29
* added missing assert numberMatt Dannenberg2013-07-191-1/+1
* SERVER-1891 Make it possible to get the local and remote SockAddr from an Abs...Andy Schwerin2013-07-191-2/+21
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-1/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-7/+6
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-6/+4
* buildbot rs_stepdown_and_pooling.js more verbosity for debugGreg Studer2013-06-121-6/+6
* Revert "SERVER-9704 break out socket init for Windows"Eric Milkie2013-05-231-0/+13
* SERVER-9704 break out socket init for WindowsEric Milkie2013-05-221-13/+0