summaryrefslogtreecommitdiff
path: root/src/mongo/executor/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27198 Remove ASIO based MessagingPort implementationAndrew Morrow2017-07-051-3/+3
* SERVER-27570: Enforce stricter checks on top level command BSON objectsSpencer Jackson2017-03-081-5/+15
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-26966 Remove dead legacy find/getMore up and downconversionCharlie Swanson2016-11-111-19/+1
* SERVER-26662 NIA gets time from timer factoryMatt Cotter2016-10-261-0/+1
* SERVER-26420 add internalClient information to isMaster handshake requestDavid Storch2016-10-201-0/+1
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-1/+5
* SERVER-24067 fixed missing library dependency in downconvert_find_and_getmore...Benety Goh2016-08-031-0/+1
* SERVER-24595 enforce ismaster response has ok:1Matt Cotter2016-06-161-0/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-1/+1
* SERVER-24305 Add NetworkTaskExecutor to clientdriver libraryMisha Tyulenev2016-05-271-1/+3
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-0/+15
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-181-1/+2
* SERVER-23686 Handle race condition in ThreadPoolTaskExecutor shutdown logic.Andy Schwerin2016-04-151-0/+2
* SERVER-23685 Delete NetworkInterfaceImpl.Andy Schwerin2016-04-151-22/+0
* SERVER-21170 NetworkInterface::startCommand should be able to reject requests...Waley Chen2016-04-041-0/+11
* Revert "SERVER-21170 NetworkInterface::startCommand should be able to reject ...Waley Chen2016-04-011-11/+0
* SERVER-21170 NetworkInterface::startCommand should be able to reject requests...Waley Chen2016-03-301-0/+11
* SERVER-20357 Add a missing libdeps edgeEric Milkie2015-12-171-0/+1
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-0/+11
* SERVER-21458 thread request timeout in to ConnectionPool::get in NetworkInter...Adam Midvidy2015-11-191-0/+1
* SERVER-21436 NetworkInterfaceThreadPool for shardingJason Carey2015-11-171-2/+24
* SERVER-21108 add method to check if a stream is still openAdam Midvidy2015-11-101-6/+29
* SERVER-20944 distribute mongos work across multiple TaskExecutorsDavid Storch2015-11-061-0/+11
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-061-0/+1
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-1/+1
* SERVER-20560 Standalone Perf Test for the Networking InterfaceRobert Guo2015-09-291-0/+14
* Revert "SERVER-20560 Standalone Perf Test for the Networking Interface"Robert Guo2015-09-291-14/+0
* SERVER-20560 Standalone Perf Test for the Networking InterfaceRobert Guo2015-09-281-0/+14
* SERVER-20562 implement ASIO stress testAdam Midvidy2015-09-241-1/+2
* SERVER-20611 only close async sockets if we successfully opened themAdam Midvidy2015-09-241-0/+1
* SERVER-19438 Add the ability to mock timers underneath NetworkInterfaceASIOSamantha Ritter2015-09-171-0/+22
* SERVER-19769 Pool connections in NetworkInterfaceASIOJason Carey2015-09-011-0/+35
* SERVER-19275 downconvert find/getMore in NetworkInterfaceASIOAdam Midvidy2015-09-011-0/+16
* SERVER-19420 implement connection hook API in NetworkInterfaceASIOAdam Midvidy2015-08-181-1/+1
* SERVER-19720 harmonize handling of std::error_code and ErrorCodes in NetworkI...Adam Midvidy2015-08-131-0/+1
* SERVER-19155 NetworkInterfaceASIO authenticates asynchronouslysamantharitter2015-08-131-2/+4
* SERVER-19449 implement C++ scaffolding for C++ integration testsAdam Midvidy2015-08-111-0/+11
* SERVER-19343 add unit testing infrastructure for NetworkInterfaceASIOAdam Midvidy2015-08-071-1/+15
* SERVER-19455 move authentication methods to a new librarysamantharitter2015-08-031-3/+10
* SERVER-19587 remove DBClientConnection bootstrap from NetworkInterfaceASIOAdam Midvidy2015-08-021-3/+3
* SERVER-19439 implement connection hooking in NetworkInterfaceMockAdam Midvidy2015-07-291-0/+10
* Revert "SERVER-19439 implement connection hooking in NetworkInterfaceMock"Adam Midvidy2015-07-281-11/+0
* SERVER-19439 implement connection hooking in NetworkInterfaceMockAdam Midvidy2015-07-281-0/+11
* SERVER-19492 Replace ReplicationExecutor with ThreadPoolTaskExecutor in shard...Andy Schwerin2015-07-211-1/+1
* SERVER-19492: Fix dependency edgeMark Benvenuto2015-07-211-1/+1
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...Andy Schwerin2015-07-211-5/+17
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-0/+5
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-3/+8
* SERVER-19001 Implementation of ThreadPoolTaskExecutor and basic tests.Andy Schwerin2015-07-161-9/+37