summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28134 Move operator<<(ostream, RemoteCommandRequest/Response) into exe...Mathias Stearn2017-02-284-12/+8
* SERVER-27863 Reschedule early alarms in NetworkInterfaceASIOJonathan Reams2017-02-242-2/+11
* SERVER-27855 Add missing include to network_interface_asio_test.cppKaloian Manassiev2017-02-181-0/+1
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-171-1/+4
* Add more detailed comments to NetworkTestEnvRandolph Tan2017-02-091-2/+25
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-2/+1
* SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin2017-01-253-5/+5
* SERVER-27618 Make NetworkInterfaceASIO integration test less stressfulsamantharitter2017-01-101-3/+3
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-2/+3
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-27469 Remove dead code from NetworkInterface and ThreadPoolTaskExecutor.Andy Schwerin2016-12-306-28/+0
* SERVER-27388 Add NetworkInterfaceExceededTimeLimitJason Carey2016-12-137-38/+51
* SERVER-27232 Fix early timeout in ASIO connpoolJason Carey2016-12-082-13/+129
* SERVER-27052 added asynchronous operation support to DataReplicatorBenety Goh2016-12-062-5/+7
* SERVER-27052 ThreadPoolTaskExecutor clears 'cbStateArg->callback' after runni...Benety Goh2016-11-282-1/+56
* SERVER-26940 lower maxConnections on windows stress testMatt Cotter2016-11-171-0/+6
* SERVER-26966 Remove dead legacy find/getMore up and downconversionCharlie Swanson2016-11-118-465/+14
* SERVER-24556 fix warning for AsyncSecureStream::connectMatt Cotter2016-11-082-2/+2
* SERVER-25027 Configurable connpool in mongosJason Carey2016-11-074-10/+19
* SERVER-26864 switch NIA setAlarm to use durationsMatt Cotter2016-11-071-1/+2
* SERVER-26880 Use fewer conns in asio connpool testJason Carey2016-11-041-3/+4
* SERVER-23070 rewrote SyncSourceResolver to select sync source asynchronouslyBenety Goh2016-11-012-0/+9
* SERVER-26662 NIA gets time from timer factoryMatt Cotter2016-10-2610-9/+95
* SERVER-26420 fix shell to not send internalClient info in isMasterDavid Storch2016-10-242-1/+34
* SERVER-26647 Report additional timeout info in NetworkInterfaceASIOsamantharitter2016-10-211-6/+8
* SERVER-26420 add internalClient information to isMaster handshake requestDavid Storch2016-10-203-0/+37
* SERVER-26560 Properly handle or avoid making throwing calls into ASIO within ...samantharitter2016-10-184-9/+57
* SERVER-25662: add diagnostics string to thread pool executorScott Hernandez2016-10-143-5/+32
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-132-0/+24
* SERVER-26524 check if addShardHandle present in ShardingCatalogManagerImpl::_...Esha Maharishi2016-10-072-11/+30
* SERVER-26477 Use non-throwing variant of asio::basic_socket::cancelsamantharitter2016-10-064-5/+16
* Revert "SERVER-26305 Use interruptible condition variables in ReplicationCoor...Benety Goh2016-10-061-19/+0
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-051-0/+19
* SERVER-25218 add more information to connPoolStatsMatt Cotter2016-09-276-43/+94
* SERVER-26159 Increment the AsyncOp id immediately so timeout code will not runsamantharitter2016-09-211-0/+16
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-132-3/+3
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-132-3/+3
* SERVER-25919 make asio stress test less stressfulMatt Cotter2016-09-131-2/+2
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-4/+6
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-089-23/+22
* SERVER-26012 pass SOMAXCONN to calls to listenMatt Cotter2016-09-081-2/+0
* SERVER-26012 temporarily comment out the test for windowsMatt Cotter2016-09-071-0/+2
* SERVER-25603 Quiet net resets in asio check openJason Carey2016-09-062-2/+3
* SERVER-25919 rewrite asio stress testMatt Cotter2016-09-022-73/+82
* SERVER-25542 network_interface_asio_test.exe: net().getNumTimedOutOps() == ti...Waley Chen2016-08-253-19/+25
* SERVER-25465 Fix crasher in cpasio setup timeoutJason Carey2016-08-223-4/+86
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-193-11/+19
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-184-16/+24
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-152-2/+8
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-094-1/+24