summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28509 Move code to assemble legacy requests out of DBClientMathias Stearn2017-07-261-65/+12
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-191-3/+3
* SERVER-29731 upconvertRequest now uses document sequences where appropriateMathias Stearn2017-07-131-2/+1
* SERVER-29731 upconvertRequest shouldn't separate data and metadataMathias Stearn2017-07-131-7/+1
* SERVER-29928 invalid_db_name.js should test server not clientMathias Stearn2017-07-131-5/+0
* SERVER-27198 Remove ASIO based MessagingPort implementationAndrew Morrow2017-07-051-10/+1
* SERVER-28509 Make DBClientCursor store batch as vector<BSONObj>Mathias Stearn2017-06-281-6/+7
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-22/+3
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-1/+3
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-261-3/+1
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-261-1/+3
* SERVER-29319 Expose OpMsgRequest interface in DBClientMathias Stearn2017-06-191-38/+38
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-191-11/+9
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-3/+2
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-121-2/+1
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-0/+4
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-19/+0
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-101-6/+6
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-091-6/+6
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-081-6/+6
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-02-191-3/+5
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-1/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-2/+2
* SERVER-26420 fix shell to not send internalClient info in isMasterDavid Storch2016-10-241-1/+3
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-4/+5
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-5/+4
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-4/+5
* SERVER-26420 add internalClient information to isMaster handshake requestDavid Storch2016-10-201-0/+2
* SERVER-25151 Honor ssl=true/false in URIs in the shellsamantharitter2016-09-131-3/+21
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-24/+25
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-25/+24
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-291-6/+23
* SERVER-24807 Remove hiding of 'ns' variable in DBClientWithCommands::getIndex...Spencer T Brody2016-08-241-1/+1
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-5/+11
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-1/+3
* SERVER-24506 Cloner support for viewsJames Wahlin2016-08-091-9/+0
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-6/+27
* SERVER-25455 Fix use-after-free due to parameter aliasing memberAndrew Morrow2016-08-051-1/+8
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-6/+18
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-7/+6
* SERVER-25340 Remove MONGODB-CR cluster authentication fallbackAndreas Nilsson2016-08-011-1/+1
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-1/+3
* SERVER-24703 Improved DBClientWithCommands index creation methodJ. Rassi2016-06-271-34/+15
* SERVER-23649 Remove fallback in DBClientWithCommands::getCollectionInfosJess Fan2016-06-241-96/+41
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-1/+1
* SERVER-24595 enforce ismaster response has ok:1Matt Cotter2016-06-161-0/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-7/+19
* SERVER-24305 Add NetworkTaskExecutor to clientdriver libraryMisha Tyulenev2016-05-271-147/+0
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-2/+21
* SERVER-23297 consolidate namespace validationRobert Guo2016-04-121-1/+1