summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-18236 make runCommandHook and postRunCommand hook operate on the metad...Adam Midvidy2015-06-161-40/+27
* SERVER-18236 provide variant of DBClientWithCommands::runCommands thatAdam Midvidy2015-06-161-18/+44
* SERVER-18292 support OP_COMMAND in commands executed using a DBClientCursorAdam Midvidy2015-06-161-1/+2
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-15/+15
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-1/+1
* SERVER-18587 cleanup ReadPreference and move it to a separate libraryAdam Midvidy2015-05-211-32/+2
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-181-13/+97
* SERVER-17754 Cleanup unused internal client codeKaloian Manassiev2015-05-121-88/+22
* SERVER-18246 getmore on secondary in recovery mode can crash mongosRandolph Tan2015-05-071-15/+37
* SERVER-17606 add message parsers for OP_COMMAND/OP_COMMANDREPLYAdam Midvidy2015-04-221-1/+1
* SERVER-18070 Split ConnectionString out into its own librarySpencer T Brody2015-04-161-198/+1
* SERVER-7775 add currentOp commandAdam Midvidy2015-04-131-3/+1
* SERVER-7775 add killOp commandAdam Midvidy2015-04-061-0/+38
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-17548: Refactor SSLManager's Param classSpencer Jackson2015-04-021-2/+2
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-3/+5
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-8/+5
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-2/+2
* SERVER-17338: uassert when primary steps down during dbcopyGeert Bosch2015-02-261-0/+4
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-3/+3
* SERVER-16658 multibatch getIndexSpecs/getCollectionInfosTyler Brock2015-01-151-12/+22
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* SERVER-16518 listIndexes response changed to cursor object formTyler Brock2014-12-161-2/+13
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-161-2/+10
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1