summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-21108 check if connection is healthy before returning it from the poolAdam Midvidy2015-11-126-1/+37
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-112-4/+4
* SERVER-21393 Randomize times in NetworkInterfaceASIO stress testsamantharitter2015-11-111-2/+13
* SERVER-21390 Add long-running ops to NetworkInterfaceASIO stress testsamantharitter2015-11-111-15/+23
* SERVER-21108 use stdx to fix lintAdam Midvidy2015-11-101-2/+2
* SERVER-21108 add method to check if a stream is still openAdam Midvidy2015-11-1011-6/+244
* SERVER-20674 Enable timeouts in NetworkInterfaceASIO stress testsamantharitter2015-11-101-5/+3
* SERVER-21373 Use sleep command in NetworkInterfaceASIO testssamantharitter2015-11-101-44/+25
* SERVER-20143 Strand NetworkInterfaceASIOJason Carey2015-11-0923-246/+303
* SERVER-20944 Replace Event on CallbackState with condition variable.Andy Schwerin2015-11-092-51/+43
* SERVER-20944 Move as much work as possible outside of ThreadPoolTaskExecutor ...Andy Schwerin2015-11-093-49/+91
* SERVER-20944 distribute mongos work across multiple TaskExecutorsDavid Storch2015-11-063-0/+223
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-062-1/+18
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-4/+4
* 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