summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-216-6/+6
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-13/+13
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-1/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-035-5/+5
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-1/+6
* Revert "SERVER-42930 ConnectionPool controller updates must batch across hosts"Pavithra Vetriselvan2019-09-232-104/+56
* SERVER-42930 ConnectionPool controller updates must batch across hostsBen Caimano2019-09-192-56/+104
* SERVER-43370 NetworkInterfaceMock should use stdx::mutexBen Caimano2019-09-182-32/+32
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-1725-152/+152
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-108-24/+24
* SERVER-42790 Change ConnectionPool's kDiagnosticLogLevel from 3 to 4Esha Maharishi2019-08-131-1/+1
* SERVER-41493 Set request deadline based on maxtime ms in network interfaceShaileja Jain2019-08-012-8/+82
* SERVER-42303 NITL schedules out-of-line immediately and never againBen Caimano2019-07-292-57/+84
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-273-9/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2716-139/+117
* SERVER-42286 Return connections inline, spawn connections out-of-lineBen Caimano2019-07-242-61/+50
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-099-25/+38
* SERVER-42026 Lock during ConnectionPool::SpecificPool::spawnConnections()Ben Caimano2019-07-014-31/+47
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-84/+27
* SERVER-41602 Activate followBusiestNode in ShardingTaskExecutorBen Caimano2019-06-193-25/+88
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-35797 Add timeout value to NetworkInterfaceExceededTimeLimit messagesAlya Berciu2019-06-132-10/+21
* SERVER-41460 dropConnections should shut down affected SpecificPoolsBen Caimano2019-06-111-6/+2
* SERVER-39819 SERVER-39820 Add HostGroup Controller impl to tie together replSetsBen Caimano2019-06-101-0/+1
* SERVER-39817 Make a ConnectionPool Controller interfaceBen Caimano2019-06-102-212/+544
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-102-5/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-1015-47/+53
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-1015-35/+34
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-0618-235/+533
* SERVER-26906 Add constexpr function to convert DurationsA. Jesse Jiryu Davis2019-05-311-4/+4
* SERVER-41430 Always spawn connections out of lineBen Caimano2019-05-312-1/+2
* SERVER-41318 Return SemiFutures for ConnectionPoolBen Caimano2019-05-299-357/+337
* SERVER-40416 Add logging to fts document sourceTed Tuckman2019-05-232-2/+23
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-212-6/+21
* SERVER-41056 Fix NiTL::shutdown() without startup()Jason Carey2019-05-083-4/+21
* SERVER-41042 fix early thread in NonAuthTEJason Carey2019-05-071-11/+25
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-046-20/+145
* SERVER-40721 Add SubBatonJason Carey2019-05-012-11/+10
* SERVER-40722 Add ScopedTaskExecutorJason Carey2019-04-304-0/+780
* SERVER-40819 Use ConnectionPool shared_ptr for full lifetime managementBen Caimano2019-04-269-454/+468
* SERVER-40795 Always execute TPTE cbs out of lineJason Carey2019-04-243-47/+46
* SERVER-40580 add NonAuthTaskExecutorJason Carey2019-04-244-0/+223
* SERVER-38919 Use after free in connection pool testA. Jesse Jiryu Davis2019-04-201-1/+2
* SERVER-40464 skip auth option for connection poolsJason Carey2019-04-194-5/+23
* SERVER-40414 Fix lack of iterator instantiationJason Carey2019-04-121-1/+1
* SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>Mathias Stearn2019-04-112-2/+2
* SERVER-40414 fix mac os compileBenety Goh2019-04-111-2/+2
* SERVER-40414 fix windows compile for TaskExecutorCursorJason Carey2019-04-111-1/+1
* SERVER-40414 TaskExecutorCursorJason Carey2019-04-105-0/+770