summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* 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-153-3/+71
* SERVER-23685 Delete NetworkInterfaceImpl.Andy Schwerin2016-04-155-540/+0
* SERVER-23681 switch network interface to system_timerMatt Cotter2016-04-142-3/+6
* SERVER-23209 maintain config server opTime through ShardingEgressMetadataHookEsha Maharishi2016-04-132-0/+20
* SERVER-21170 NetworkInterface::startCommand should be able to reject requests...Waley Chen2016-04-0411-88/+292
* Revert "SERVER-21170 NetworkInterface::startCommand should be able to reject ...Waley Chen2016-04-0111-282/+88
* Revert "SERVER-21170 NetworkInterface::startCommand should be able to reject ...Waley Chen2016-04-012-2/+2
* SERVER-21170 NetworkInterface::startCommand should be able to reject requests...Waley Chen2016-03-312-2/+2
* SERVER-21170 NetworkInterface::startCommand should be able to reject requests...Waley Chen2016-03-3011-88/+282
* SERVER-23199 switch setAlarm to use system clockMatt Cotter2016-03-281-4/+3
* SERVER-23217 Hang in network_interface_asio_testWaley Chen2016-03-281-2/+2
* SERVER-22391 Handle race in connpool hostTimeoutJason Carey2016-03-242-0/+48
* SERVER-23246 make SockAddr its own filesMatt Cotter2016-03-233-3/+0
* SERVER-23279 network_interface_asio_test::getNumCanceledOps() unexpected valueWaley Chen2016-03-231-2/+2
* SERVER-21775 NetworkInterface should make stats available to callersWaley Chen2016-03-211-1/+1
* SERVER-21775 NetworkInterface should make stats available to callersWaley Chen2016-03-214-8/+84
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-175-16/+17
* SERVER-22874 network asio operation embeds literal tabs and newlines into str...Waley Chen2016-03-173-7/+22
* SERVER-23217 Hang in network_interface_asio_testWaley Chen2016-03-171-2/+2
* SERVER-23082 fixed race in ThreadPoolTaskExecutor between scheduleWorkAt() an...Benety Goh2016-03-151-8/+11
* SERVER-22710 Fix UB in ASIO timeout durationsJason Carey2016-03-033-2/+9
* SERVER-22921 Log network interface ASIO responsesKaloian Manassiev2016-03-022-2/+4
* SERVER-22897 add additional logging if we fail to negotiate RPC protocolsAdam Midvidy2016-02-291-0/+15
* SERVER-22855 Check access id before calling op->toString()samantharitter2016-02-251-11/+13
* SERVER-22427 add logging for 'Operation timed out' errorsEsha Maharishi2016-02-243-11/+28
* SERVER-22768 fix ASIO cancelled to cancelledJason Carey2016-02-192-1/+16
* SERVER-22433 Add more detailed logging to NetworkInterfaceASIOsamantharitter2016-02-184-52/+359
* SERVER-22034 Use sslPEMKeyFile for incoming connectionsSpencer Jackson2016-01-041-1/+4
* SERVER-21536 don't refresh connections that have already been checked outAdam Midvidy2015-12-171-0/+6
* SERVER-20357 Add a missing libdeps edgeEric Milkie2015-12-171-0/+1
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-1417-45/+215
* SERVER-21854 Add request id to RemoteCommandRequestKaloian Manassiev2015-12-115-37/+82
* SERVER-21640 fix race in getting size of _serviceRunners in NetworkInterfaceASIOAdam Midvidy2015-11-241-17/+15
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-194-22/+44
* no_delayJason Carey2015-11-194-0/+26
* SERVER-21458 thread request timeout in to ConnectionPool::get in NetworkInter...Adam Midvidy2015-11-194-12/+68
* SERVER-21534 do not assume that setStreamNonBlocking will always succeedAdam Midvidy2015-11-193-9/+19
* SERVER-21504 NetworkInterfaceASIO logging tweaksAdam Midvidy2015-11-181-6/+10
* SERVER-21490 give all NetworkInterfaceASIO threads a unique nameAdam Midvidy2015-11-184-5/+12
* SERVER-20853 Don't copy objects out of Message to build RemoteCommandResponseMathias Stearn2015-11-172-9/+19
* SERVER-21436 NetworkInterfaceThreadPool for shardingJason Carey2015-11-1713-58/+460
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-135-5/+5
* SERVER-21108 don't call cancel on destroyed timersAdam Midvidy2015-11-122-9/+14
* 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