summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-19111 Move common addShard functionality to CatalogManager"Kaloian Manassiev2015-07-017-45/+4
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-301-6/+7
* SERVER-19111 Move common addShard functionality to CatalogManagerKaloian Manassiev2015-06-307-4/+45
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-303-11/+13
* SERVER-19195 SyncClusterConnection should return error code obtained from con...Daniel Alabi2015-06-291-4/+7
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-294-4/+5
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-273-160/+0
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-263-0/+160
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-263-160/+0
* SERVER-19035 log that connection succeeded after it actually didAdam Midvidy2015-06-261-2/+1
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-264-7/+16
* SERVER-19010 remove the metadata-free constructor of RemoteCommandResponsematt dannenberg2015-06-262-4/+2
* SERVER-19010 support sending and receiving metadata in RemoteCommandRunnermatt dannenberg2015-06-263-5/+34
* SERVER-18036 ConnectionPool should uassert with well defined error code when ...Benety Goh2015-06-251-1/+1
* SERVER-18042: add killCursors support to FetcherScott Hernandez2015-06-253-3/+45
* SERVER-19092 Increase the connection pool cleanup intervalKaloian Manassiev2015-06-241-2/+3
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-243-85/+195
* SERVER-19092 Cleanup connection poolKaloian Manassiev2015-06-242-13/+7
* SERVER-18736 Coverity fix: check return value of SetState::Node::findNodeDaniel Alabi2015-06-241-2/+4
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-206-76/+99
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2075-15139/+15145
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-196-7/+11
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-195-45/+134
* Cleanup memory in scoped_db_conn_testSpencer Jackson2015-06-191-1/+1
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-3/+2
* SERVER-18036 removed NamespaceString construction from DBClientCursorBenety Goh2015-06-192-52/+93
* SERVER-18036 moved getDetectableErrorStatus() to replication executor test fi...Benety Goh2015-06-191-7/+4
* SERVER-19033 find command now validates the type of its first parameterDavid Storch2015-06-181-1/+5
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-4/+4
* SERVER-19016 Implement runUserManagement{Read,Write}Command in CatalogManager...Spencer T Brody2015-06-182-2/+8
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-182-5/+5
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-182-8/+7
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-179-51/+48
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-163-8/+11
* 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-167-124/+120
* SERVER-18292 SERVER-18236 read ReadPreference off of metadata in DBClientRSAdam Midvidy2015-06-163-40/+260
* SERVER-18236 provide variant of DBClientWithCommands::runCommands thatAdam Midvidy2015-06-162-21/+57
* SERVER-18292 support OP_COMMAND in commands executed using a DBClientCursorAdam Midvidy2015-06-164-11/+143
* SERVER-18036 query fetcher was not checking start timestamp in first batch of...Benety Goh2015-06-161-1/+3
* SERVER-18947 Remove unused catalog manager codeKaloian Manassiev2015-06-157-103/+122
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-121-13/+9
* SERVER-9435 Move implementation of str::stripTrailing to site of only caller.Andy Schwerin2015-06-121-21/+36
* SERVER-18943 Infrastructure for catalog manager replica set testsKaloian Manassiev2015-06-127-4/+130
* SERVER-18901 Move Fetcher and QueryFetcher to mongo/client/Daniel Alabi2015-06-116-0/+1296
* SERVER-18464 Implement ReplicaSetMonitorManager to replace staticsKaloian Manassiev2015-06-1112-141/+382
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-108-50/+43
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-103-7/+5
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1010-27/+18
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1012-74/+74