summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20546 Abort if connections are returned to connection pool in an unkno...samantharitter2015-11-049-58/+158
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-305-15/+15
* SERVER-21188 do not schedule another liveness timeout if one is already pendingEric Milkie2015-10-293-0/+12
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-232-2/+2
* SERVER-21072 optimize rpc::readRequestMetadataAdam Midvidy2015-10-231-1/+2
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-1/+1
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-1312-5/+110
* SERVER-20752 improve NetworkInterfaceASIO loggingAdam Midvidy2015-10-1213-19/+46
* Revert "SERVER-20752 improve NetworkInterfaceASIO logging"Adam Midvidy2015-10-0913-41/+19
* SERVER-20752 improve NetworkInterfaceASIO loggingAdam Midvidy2015-10-0913-19/+41
* SERVER-20681 Add unit tests for AsyncOp timeouts, cancellations, and network ...samantharitter2015-10-083-17/+185
* SERVER-20541 Update default timeouts in connection poolsamantharitter2015-10-081-4/+2
* SERVER-20628 Async mock streams should return error for invalid readssamantharitter2015-10-072-7/+22
* SERVER-20566 Unit tests for malformed messages in NetworkInterfaceASIOsamantharitter2015-10-071-0/+115
* SERVER-20566 Existing NetworkInterfaceASIO unit tests use new test utilitiessamantharitter2015-10-072-125/+85
* SERVER-20220 name the ASIO threadAdam Midvidy2015-10-071-0/+2
* SERVER-20689 pull refresh callback out of member variable so we don't use a m...Adam Midvidy2015-10-051-1/+2
* SERVER-20689 onFinish should be set when ConnectionPool refreshes a connectionAdam Midvidy2015-10-024-0/+15
* SERVER-20689 improve diagnostics in the case that we leak an exception from a...Adam Midvidy2015-10-021-2/+8
* Revert "SERVER-20674 Improvements to NetworkInterfaceASIO stress test"Jason Rassi2015-09-301-50/+38
* Revert "SERVER-20674 tweak test operation timeouts and running times for Netw...Jason Rassi2015-09-301-5/+5
* SERVER-20674 tweak test operation timeouts and running times for NetworkInter...samantharitter2015-09-301-5/+5
* SERVER-20560 Standalone Perf Test for the Networking InterfaceRobert Guo2015-09-292-0/+136
* SERVER-20674 Improvements to NetworkInterfaceASIO stress testsamantharitter2015-09-291-38/+50
* Revert "SERVER-20560 Standalone Perf Test for the Networking Interface"Robert Guo2015-09-292-138/+0
* SERVER-20544 prioritize reporting cancellation over reporting network error i...Adam Midvidy2015-09-281-2/+5
* SERVER-20663 Remove support for running with thread based network interfaceAndrew Morrow2015-09-282-36/+12
* SERVER-20560 Standalone Perf Test for the Networking InterfaceRobert Guo2015-09-282-0/+138
* SERVER-20318 Allow NetworkTestEnv::OnCommand to set non ok status to responseRandolph Tan2015-09-281-10/+12
* SERVER-20562 implement ASIO stress testAdam Midvidy2015-09-243-23/+230
* SERVER-20624 always initialize messageId and responseTo on outgoing requests ...Adam Midvidy2015-09-242-2/+2
* SERVER-20611 only close async sockets if we successfully opened themAdam Midvidy2015-09-247-19/+141
* SERVER-20611 work around asio returning invalid tcp::resolver::iterator insta...Adam Midvidy2015-09-241-0/+6
* SERVER-20593 remove unused headerAdam Midvidy2015-09-241-2/+0
* SERVER-20593 shutdown AsyncStreams in destructorAdam Midvidy2015-09-244-0/+27
* SERVER-20556 bump the generation count of AsyncOp after removing it from _inP...Adam Midvidy2015-09-222-7/+15
* SERVER-20457 don't use promise or future in integration testsAdam Midvidy2015-09-183-28/+43
* SERVER-20500 give startCommand unique CallbackHandles in testsAdam Midvidy2015-09-184-22/+66
* SERVER-20233 Custom move assignments must handle self-assignmentMathias Stearn2015-09-181-11/+8
* SERVER-20419 Use constant time lookup to cancel operations waiting for a conn...Andrew Morrow2015-09-183-21/+42
* SERVER-20339 Make NetworkInterfaceASIO the defaultsamantharitter2015-09-181-1/+1
* SERVER-19438 make ASIO timeouts less chattyAdam Midvidy2015-09-181-1/+1
* SERVER-20457 add integration test for NetworkInterfaceASIO timeoutsAdam Midvidy2015-09-181-23/+119
* SERVER-20465 Cancel AsyncOp timeouts when operation completessamantharitter2015-09-187-4/+88
* SERVER-20465 Control AsyncOp access amongst threads and callbackssamantharitter2015-09-184-9/+66
* SERVER-20477 reset AsyncOp state before returning it to the poolAdam Midvidy2015-09-173-0/+20
* SERVER-20471 Fix ASIO <-> ConnPool Timer callbacksJason Carey2015-09-172-8/+35
* SERVER-19438 fix lint (std->stdx)Adam Midvidy2015-09-171-1/+1
* SERVER-19342 extend NIA with metadata hooksAdam Midvidy2015-09-1711-83/+237
* SERVER-19438 Honor operation timeouts in NetworkInterfaceASIOSamantha Ritter2015-09-174-8/+81