summaryrefslogtreecommitdiff
path: root/src/mongo/transport/transport_layer_asio_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* 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
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-39348 Release sessions in TLASIO unittestJason Carey2019-02-011-1/+1
| | | | | The TimeoutSwitchModesSEP notify's completion before releasing the session, meaning we can race on deleting the TL and the session.
* 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
| | | | This reverts commit 1a643ba65b070c167cdfdd5056c7d2ac79dd5371.
* 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 ↵Andrew Morrow2018-05-051-1/+1
| | | | rpc/protocol
* 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