summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53580 restore const qualifiers to arguments in function definitionsBenety Goh2021-01-131-2/+2
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-041-3/+3
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-3/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-28469 Improve SSLManager error handlingAlya Berciu2019-06-111-2/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-191-6/+6
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-061-4/+2
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-9/+9
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-0/+1
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+2
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-256/+252
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-4/+3
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-2/+2
* SERVER-11538: Create library for socket code and fix dependencies of libserve...Shaun Verch2013-11-041-10/+0
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+2
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to util filesIan Whalen2013-08-281-0/+12
* SERVER-9832 Use PF_UNIX symbol instead of PF_LOCALTad Marshall2013-06-051-4/+7
* SERVER-8340 Fix some windows 64-bit compile warningsAndrew Morrow2013-03-151-9/+9
* SERVER-8719 Do not assume socket writes are coalesced in testAndrew Morrow2013-02-261-2/+4
* SERVER-8338 Inhibit data transfers when socket failpoints are enabledAndrew Morrow2013-02-131-0/+51
* SERVER-8340 Move recv failpoint to useable branchAndrew Morrow2013-02-131-0/+290