summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-29428 Fail gracefully in mongod when featureCompatibilityVersi...Louis Williams2017-09-201-14/+2
* SERVER-29428 Have mongod fail gracefully when featureCompatibilityVersion is ...Louis Williams2017-09-191-2/+15
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-155-6/+245
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-05-021-2/+2
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-05-021-0/+3
* SERVER-28652 Log when we remove connections from asio poolsamantharitter2017-04-111-1/+15
* SERVER-28489 MockStream hook methods may still be used if the stream gets can...samantharitter2017-04-091-2/+2
* SERVER-28489 Add documentation to mock stream frameworksamantharitter2017-04-091-0/+59
* SERVER-28652 Log the size of connection pools when we make new egress connect...samantharitter2017-04-073-3/+27
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-04-071-2/+1
* SERVER-28259 Log time elapsed during connect for NetworkInterfaceASIO connect...samantharitter2017-04-051-1/+3
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-04-045-123/+276
* Revert "SERVER-28347 enforce storage depth limit for user documents"Randolph Tan2017-03-282-248/+0
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-282-0/+248
* SERVER-28430 Expose dropConnections() method on ConnectionPool through the Ne...Judah Schvimer2017-03-286-0/+22
* SERVER-27863 Reschedule early alarms in NetworkInterfaceASIOJonathan Reams2017-03-062-2/+11
* SERVER-27618 Make NetworkInterfaceASIO integration test less stressfulsamantharitter2017-01-121-3/+3
* SERVER-27052 added asynchronous operation support to DataReplicatorBenety Goh2016-12-224-6/+63
* SERVER-27388 Add NetworkInterfaceExceededTimeLimitr3.4.1-rc0r3.4.1Jason Carey2016-12-137-38/+51
* SERVER-27232 Fix early timeout in ASIO connpoolJason Carey2016-12-082-13/+129
* SERVER-26940 lower maxConnections on windows stress testMatt Cotter2016-12-081-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