summaryrefslogtreecommitdiff
path: root/src/mongo/client/parallel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-16058 change misleading message about cursor cleanup in parallel.cppGreg Studer2014-11-171-11/+13
* SERVER-15541 preserve chunk ranges during long-running yielding count/geoNearGreg Studer2014-11-171-22/+38
* SERVER-16052 fix $explain queries for clusters with shards at version 2.6 or ...David Storch2014-11-121-5/+26
* SERVER-15402 Improve ShardPtr/ConnectionString management for commands and se...Randolph Tan2014-10-151-1/+3
* SERVER-14668 Use ensureShardVersionOKOrThrow for collection shard version che...Kaloian Manassiev2014-09-251-0/+1
* SERVER-15056 Sharded connection cleanup on setup error can crash mongosRandolph Tan2014-09-081-6/+1
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-26/+33
* SERVER-15056 Sharded connection cleanup on setup error can crash mongosRandolph Tan2014-08-281-3/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14797 simplify parallel.cpp, don't use empty docs as sentinelsGreg Studer2014-08-121-94/+37
* SERVER-14123 prevent explain BSON from growing too large on mongosDavid Storch2014-07-241-1/+12
* SERVER-14299 prevent mongos from requesting unnecessary batches for sort + li...David Storch2014-07-071-1/+0
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-10844 if only one shard is used we can just pass the query to the shardGreg Studer2014-06-121-78/+77
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-2/+13
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-011-16/+5
* SERVER-13702 Commands without optional query may target to wrong shards on mo...Siyuan Zhou2014-04-281-5/+3
* SERVER-13437 Cannot wait for write concern for createIndexes command on mongosRandolph Tan2014-04-081-5/+32
* SERVER-11681 remove dead code for parallel cursorsGreg Studer2014-01-071-223/+55
* cleaning of windows compiler wwarningsDwight2013-12-181-1/+1
* SERVER-9063 Correctly sort on text metadata for sharded queriesJason Rassi2013-12-171-19/+57
* SERVER-11971 slaveok versioning logic should also apply to read prefsGreg Studer2013-12-111-2/+3
* SERVER-5625 SERVER-7426 allow all connections in all states to tolerate downe...Greg Studer2013-12-021-24/+26
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+3
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-3/+3
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-5/+5
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-1/+1
* SERVER-8442 don't release() direct m/r cursors to shardsgregs2013-02-111-3/+12
* Put version management class/header in its own module.Alberto Lerner2012-12-211-0/+1
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-211-1/+0
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-11/+13
* SERVER-7572 Remove all code that sends AuthenticationTablesSpencer T Brody2012-12-191-6/+1
* SERVER-7484 zero results should not trigger error w/ returnPartialGreg Studer2012-10-261-3/+21
* SERVER-7231 Construct log helper variables only when they will be loggedShaun Verch2012-10-241-6/+21
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-12/+22
* Fixed typosPascal Borreli2012-10-141-4/+4
* SERVER-7220 only an incremental improvement so keep ticket open. add toDwight2012-10-041-0/+2
* Make handling of stale configs in ParallelSortClusteredCursor saferSpencer T Brody2012-08-091-9/+10
* Check result object of command for stale config in ParallelSortClusteredCurso...Spencer T Brody2012-08-081-0/+11
* SERVER-6155 sort1.js need to catch both Send and RecvStaleConfigException in ...Greg Studer2012-06-211-1/+1
* Send authentication table with all internal commands. SERVER-4156Spencer T Brody2012-06-161-1/+7
* SERVER-4262 correct reload logic in sharded queries for epoch changesGreg Studer2012-06-081-12/+9
* fix parallel cursor assertion logic - == not =Greg Studer2012-06-081-4/+4
* SERVER-5797Randolph Tan2012-06-071-15/+74
* SERVER-5538 can't assume legacy StaleConfigExceptions have namespacesgregs2012-06-061-3/+23
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-1/+1
* SERVER-4800 make unsorted parallel cursors do round-robin when pulling data, ...Greg Studer2012-05-221-1/+10
* SERVER-5797 Uncaught exception in count_slaveok.jsRandolph Tan2012-05-221-4/+22