summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-33821 Replace NetworkInterfaceASIO with NetworkInterfaceTLJonathan Reams2018-04-131-19/+7
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-1310-41/+936
* SERVER-33413 nia countdownlatch misues condvarsJason Carey2018-04-091-7/+9
* SERVER-33941 Add SNI support for all ASIO SSL enginesMark Benvenuto2018-03-291-1/+1
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-1/+3
* SERVER-33508 Fix compile with boost-1.66Mathias Stearn2018-03-261-1/+1
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-232-2/+6
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-33450 Remove dependancy on network for service_context so that lib can...Henrik Edin2018-03-011-0/+1
* SERVER-32636 Close outgoing connections to earlier binVersion serversMaria van Keulen2018-02-282-0/+12
* SERVER-33282 listen for interrupt while waiting on next event from the ARMIan Boros2018-02-261-3/+4
* SERVER-32601 add socket tagging/close to egressJason Carey2018-02-158-7/+416
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-33267 Create classes that implement asio::stream conceptMark Benvenuto2018-02-133-2/+3
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-314-18/+51
* SERVER-32307 Change ARM to kill its cursors unconditionallyIan Boros2018-01-232-3/+19
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-2/+6
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+2
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-4/+4