summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38521 Use `advanceTime` in network operation cancellation tests to ens...Kaloian Manassiev2019-02-123-6/+4
* SERVER-39146 Refactor BatonJason Carey2019-02-058-102/+97
* SERVER-34260 Move bookkeeping functions into ConnectionInterfaceJonathan Reams2019-01-236-114/+91
* SERVER-37880 Introduce backoff for retrying commit and abort messagesKaloian Manassiev2019-01-162-0/+15
* SERVER-39022 Make the sharding fixed task executor use unlimited thread pool ...Kaloian Manassiev2019-01-163-67/+49
* SERVER-38073 Adjust error message for timeout in _onAcquireConnJonathan Ma2019-01-151-4/+7
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-114-7/+7
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-101-1/+0
* SERVER-33589 Create an initial sync test fixtureSamy Lanka2019-01-092-0/+33
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-076-7/+7
* SERVER-35688 Make ConnectionPool support transport::ConnectSSLModeMathias Stearn2018-12-209-379/+429
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-15/+5
* SERVER-38549 Make NetworkInterfaceMock return NetworkInterfaceExceededTimeLimitBen Caimano2018-12-132-2/+3
* SERVER-36415 Allow dropConnections to take in a HostAndPort in EgressTagCloserJonathan2018-12-115-6/+34
* SERVER-38183 add tryGet to exec connpoolJason Carey2018-12-074-53/+178
* SERVER-27881 Upgrade boost to 1.68.0Mathew Robinson2018-12-051-1/+1
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-1512-97/+106
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-143-18/+81
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-1/+15
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2256-513/+629
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-283-4/+8
* SERVER-37036 check status in network interfaceablack122018-09-211-0/+3
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-1/+1
* SERVER-36900 Add a `unique_function` utility.ADAM David Alan Martin2018-09-061-9/+3
* SERVER-36906 Connection state now allowed to be kConnectionStateUnknownBen Caimano2018-08-281-4/+0
* SERVER-32281 Thread pool task executor ignores errors returned from startComm...Ben Caimano2018-08-161-24/+27
* SERVER-36466 Secure shutdown conditions for SpecificPoolBen Caimano2018-08-143-246/+200
* SERVER-36292 Fix thread_pool_task_executor dependencySara Golemon2018-08-061-1/+4
* SERVER-36383 Log if NetworkInterfaceMock has requests left at shutdownCharlie Swanson2018-07-311-0/+2
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-306-35/+17
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-1/+1
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-07-2910-71/+222
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-273-2/+8
* SERVER-35684 Remove `promise.getFuture()`ADAM David Alan Martin2018-07-263-18/+35
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+1
* SERVER-35589 Fix shutdown message typoAndrew Morrow2018-06-141-1/+1
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-111-1/+5
* SERVER-35179 Make NiTL actually refreshJason Carey2018-06-086-12/+17
* SERVER-27031 Remove redundant tagAnthony Roy2018-06-052-7/+0
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-303-5/+5
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-255-16/+10
* SERVER-34893 Embedded authorization componentsADAM David Alan Martin2018-05-221-1/+1
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-1648-6808/+549
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-1/+1
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-1/+2
* SERVER-34808 appendComnnectionStats should check whether connection pool existsJonathan Reams2018-05-094-4/+16
* SERVER-34901 extend lifetime of tlconnectionsJason Carey2018-05-088-16/+21
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-2/+2
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-057-7/+7
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-2714-146/+287