summaryrefslogtreecommitdiff
path: root/src/mongo/client/parallel.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10844 if only one shard is used we can just pass the query to the shardGreg Studer2014-06-121-3/+25
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-28/+28
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-1/+1
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-011-4/+1
* SERVER-13437 Cannot wait for write concern for createIndexes command on mongosRandolph Tan2014-04-081-3/+15
* SERVER-11681 remove dead code for parallel cursorsGreg Studer2014-01-071-192/+79
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-11/+12
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-211-1/+1
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-1/+1
* Check authorization in the new AuthorizationManager SERVER-7572Spencer T Brody2012-12-071-0/+2
* Fix use of Shard as an incomplete type in standard containers.Andrew Morrow2012-11-081-7/+1
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-5797Randolph Tan2012-06-071-0/+13
* SERVER-4800 make unsorted parallel cursors do round-robin when pulling data, ...Greg Studer2012-05-221-0/+1
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-7/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* Fix Visual Studio Solution BuildsAndy Schwerin2012-03-231-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-8/+12
* SERVER-4733 work actual version conflicts into most version exceptionsGreg Studer2012-03-011-1/+2
* buildbot sharding_passthrough.js return single-server format for non-sharded ...Greg Studer2012-01-241-1/+3
* working on non-sharded collections via mongosEliot Horowitz2012-01-241-0/+3
* SERVER-4605 don't double-query for explain resultsGreg Studer2012-01-241-0/+1
* add counts directly to parallel cursorGreg Studer2012-01-181-2/+16
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+444