summaryrefslogtreecommitdiff
path: root/src/mongo/transport/transport_layer_asio_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-301-2/+4
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-17/+22
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-11/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-41102 Join threads in transport_layer_asio_testBen Caimano2019-05-311-4/+20
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-141-0/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39348 Release sessions in TLASIO unittestJason Carey2019-02-011-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-5/+9
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-9/+5
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-5/+9
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34104 TransportLayerASIO's unittest should cleanly release sessionsJonathan Reams2018-04-041-2/+4
* SERVER-33299 Add support for timeouts to TransportLayerASIO SessionsJonathan Reams2018-03-021-0/+203
* SERVER-30086 better log message when using --port 0Billy Donahue2017-12-141-0/+157