summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-143-96/+76
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-116-19/+8
* SERVER-31830 Allow invariant to accept messagessamantharitter2017-12-061-1/+3
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-223-26/+25
* SERVER-31883 update nia test for op_msgJason Carey2017-11-141-22/+41
* SERVER-31737 Fix invariant in log when timing out in NetworkInterfaceASIO bef...Henrik Edin2017-11-104-30/+32
* SERVER-31811 Remove logging of binary data.Henrik Edin2017-11-101-6/+22
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-091-10/+14
* SERVER-31440 Fix Connpool HostTimeout raceJason Carey2017-11-071-99/+148
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-022-2/+2
* SERVER-29074 Avoid `AsyncOp::_request` in log text.ADAM David Alan Martin2017-10-242-16/+26
* Revert "SERVER-29428 Fail gracefully in mongod when featureCompatibilityVersi...Louis Williams2017-09-211-15/+2
* SERVER-29428 Fail gracefully in mongod when featureCompatibilityVersion is in...Louis Williams2017-09-191-2/+15
* SERVER-29141 Add a waitForEvent with a timeout to TaskExecutor.Charlie Swanson2017-09-185-8/+65
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-09-152-0/+10
* SERVER-29530 Fix variable shadowing in conn pool test fixtureAndrew Morrow2017-08-231-4/+4
* SERVER-28338 KillSessions SupportJason Carey2017-08-173-0/+194
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-193-2/+7
* SERVER-27198 Remove ASIO based MessagingPort implementationAndrew Morrow2017-07-051-3/+3
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-0/+2
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-261-2/+0