summaryrefslogtreecommitdiff
path: root/src/mongo/transport/baton_asio_linux.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-7/+10
* SERVER-47166 Explicitly break Baton Promises outside of locksBen Caimano2020-04-161-64/+95
* SERVER-46821 Allow NetworkingBatons to send work to ASIOReactor after detachBen Caimano2020-04-011-0/+5
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+3
* SERVER-45547 Baton::run() should destroy Tasks outside of lockBen Caimano2020-01-141-1/+4
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+2
* SERVER-43800 ClockSource::waitForConditionUntil shouldn't use unique_lock out...Ben Caimano2019-10-091-1/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-12/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+5
* SERVER-40721 Add SubBatonJason Carey2019-05-011-22/+16
* SERVER-40158 Make failure in ::eventfd non-fatalJason Carey2019-03-191-3/+8
* SERVER-39960 Simplify opCtx::markKilledJason Carey2019-03-111-5/+2
* SERVER-39962 Fewer allocations for linux batonJason Carey2019-03-061-13/+22
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39421 Fix opCtx and baton waitsJason Carey2019-02-081-1/+1
* SERVER-38935 Capture errno on error in eventfdJason Carey2019-02-061-1/+2
* SERVER-39146 Refactor BatonJason Carey2019-02-051-82/+137
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-12/+13
* SERVER-37717 Fix race between Baton::notify() and Waitable::wait()Mathias Stearn2018-11-021-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-50/+61
* SERVER-36900 Add a `unique_function` utility.ADAM David Alan Martin2018-09-061-2/+5
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-10/+6
* SERVER-34782 baton_asio_linux invariants on EINTRJason Carey2018-05-011-6/+0
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-0/+424