summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-1/+1
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+1
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-051-34/+6
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-0/+9
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-2/+2
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-061-2/+16
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-1/+1
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-5/+5
* SERVER-20498 have metadata writer take the server addressAdam Midvidy2015-09-181-3/+4
* SERVER-19543 Add connection hook for checking config server mode to connectio...Spencer T Brody2015-08-181-7/+13
* SERVER-19155 Remove authcommon target's dependency on DBClientWithCommandssamantharitter2015-08-121-0/+22
* SERVER-19155 Refactor auth methods for asynchronous handlerssamantharitter2015-08-101-9/+15
* SERVER-19455 move authentication methods to a new librarysamantharitter2015-08-031-142/+41
* SERVER-19439 implement ConnectionHook API in NetworkInterfaceImplAdam Midvidy2015-07-311-7/+21
* SERVER-19563 kill KillCursor piggyBack codeMathias Stearn2015-07-241-21/+11
* SERVER-19035 log that connection succeeded after it actually didAdam Midvidy2015-06-261-2/+1
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-241-40/+121
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-5/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1305/+1292
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-2/+3
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-161-7/+12