summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28509 Make DBClientCursor store batch as vector<BSONObj>Mathias Stearn2017-06-286-134/+86
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-284-51/+10
* SERVER-29722 Add libmongodbcapi header testTyler Kaye2017-06-273-9/+211
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-272-1/+5
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-262-5/+1
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-262-1/+5
* SERVER-29717 Add barebones mongodbcapiTed Tuckman2017-06-234-0/+306
* SERVER-29638 Changed the Error Message when failing to reach a sharded cluster.Tyler Kaye2017-06-201-2/+3
* SERVER-29319 Expose OpMsgRequest interface in DBClientMathias Stearn2017-06-194-91/+78
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-192-25/+15
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-195-11/+7
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-182-5/+5
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-1/+1
* SERVER-26541 Remove dependence on boost::regex() by replacing all of its inst...Tyler Kaye2017-06-151-6/+5
* SERVER-27750 Remove unneeded commentRandolph Tan2017-06-131-1/+0
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-092-6/+2
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-081-3/+1
* SERVER-28795 dbclient ConnectionPool initializes _lastCleanUpTimeBen Shteinfeld2017-06-071-1/+3
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-071-14/+11
* SERVER-29152 Do not cache logging ostream in threadlocal when in other thread...samantharitter2017-05-301-15/+15
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-05-163-7/+5
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-127-71/+123
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-122-3/+2
* SERVER-28814 Don't try to upconvert commands with invalid $maxTimeMS fieldMathias Stearn2017-05-121-13/+15
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-123-6/+19
* SERVER-28218 add BSON() macro support for OpTimeBenety Goh2017-05-031-7/+7
* SERVER-28996 SERVER-28996 Fix memory leak in MongoURI if auth failsJonathan Reams2017-05-011-4/+4
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-273-8/+17
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-212-4/+8
* SERVER-28760 Add egress logging to DBConnectionPoolsamantharitter2017-04-172-7/+62
* Revert "SERVER-28760 Add egress logging to DBConnectionPool"samantharitter2017-04-162-46/+5
* SERVER-28760 Add egress logging to DBConnectionPoolsamantharitter2017-04-152-5/+46
* SERVER-28491 Re-host unit tests that used ReplicationExecutorTest onto Thread...Andy Schwerin2017-03-271-1/+0
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-162-26/+0
* SERVER-28187 delete dead classes MultiCommandDispatch, DBClientMultiCommand, ...Esha Maharishi2017-03-131-6/+0
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-102-10/+8
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-092-8/+10
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-082-10/+8
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-079-18/+18
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-061-1/+0
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-061-0/+1
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-3/+10
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-271-4/+0
* SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/clientKaloian Manassiev2017-02-273-1592/+0
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-10/+3
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-3/+10
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-02-191-3/+5
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1