summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18925 Enable pipeline merging to happen on random shard when possibleJames Cohan2015-08-071-6/+13
* SERVER-19095 Fix formattingJames Cohan2015-08-071-1/+2
* SERVER-19095 Prep for $lookUp, add checks for auth and sharded collection(s)James Cohan2015-08-071-11/+16
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-062-0/+125
* SERVER-19390 Make config server read commands do read committedRandolph Tan2015-08-061-2/+2
* SERVER-15020 Explain for distinct commandQingyang Chen2015-07-311-1/+35
* SERVER-18351 Invalidate collection after dropKaloian Manassiev2015-07-311-23/+8
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-294-7/+16
* SERVER-19404 Change a few places to use PrimaryPreferred instead of PrimaryOn...Spencer T Brody2015-07-281-2/+2
* SERVER-19395 Write commands should use ShardConnectionKaloian Manassiev2015-07-211-1/+0
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-212-2/+95
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-1/+1
* SERVER-19454 Remove useless check of shard host from movePrimary commandSpencer T Brody2015-07-161-5/+0
* SERVER-18567 Remove legacy ConnectionString::parseKaloian Manassiev2015-07-161-6/+2
* SERVER-18567 Move Future under the mongos commandsKaloian Manassiev2015-07-163-1/+217
* SERVER-18594 RS Catalog Manager implementation for drop collectionRandolph Tan2015-07-151-1/+1
* SERVER-18594 RS Catalog Manager implementation of shardCollectionSpencer T Brody2015-07-142-2/+2
* SERVER-18770 SERVER-18768 implement ClusterFindCmd::run()David Storch2015-07-091-26/+83
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-1/+1
* Revert "Revert "SERVER-19111 Move common addShard functionality to CatalogMan...Kaloian Manassiev2015-07-032-3/+3
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-021-10/+2
* Revert "SERVER-19111 Move common addShard functionality to CatalogManager"Kaloian Manassiev2015-07-012-3/+3
* SERVER-18932 LiteParsedQuery::_ns use const NamespaceString rather than std::...Qingyang Chen2015-06-301-1/+1
* SERVER-19111 Move common addShard functionality to CatalogManagerKaloian Manassiev2015-06-302-3/+3
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-293-18/+19
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-273-27/+39
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-263-39/+27
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-263-27/+39
* SERVER-19021 Clean up how CatalogManagerLegacy reads some global stateSpencer T Brody2015-06-266-7/+11
* SERVER-18846 Make libraries out of various aggregation componentsCharlie Swanson2015-06-261-1/+1
* SERVER-19078 getChunks should accept sort and limitKaloian Manassiev2015-06-231-4/+4
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-203-3/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2044-6489/+6233
* SERVER-18062 Implicitly create database for createIndexesKaloian Manassiev2015-06-196-92/+187
* SERVER-19033 find command now validates the type of its first parameterDavid Storch2015-06-181-1/+6
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-1813-32/+32
* SERVER-18996 Implement getAllShards for RS Catalog Manager.Daniel Alabi2015-06-171-2/+2
* SERVER-18947 Cleanup unused code in chunk.hKaloian Manassiev2015-06-174-155/+340
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-121-4/+6
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-1011-28/+17
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-104-11/+7
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-102-8/+8
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-7/+1
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-0916-142/+194
* SERVER-18815 Define ShardId type. Get rid of findIfExists(...) and getAllShar...Daniel Alabi2015-06-057-42/+75
* SERVER-18292 remove global Strategy instanceAdam Midvidy2015-06-058-12/+12
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-041-2/+2
* SERVER-18127 Remove ConfigServer::modelServerKaloian Manassiev2015-06-041-2/+1
* SERVER-18813 move check for stale config in to aggRunCommandAdam Midvidy2015-06-031-7/+8
* SERVER-18748 Move cursor response management under queryKaloian Manassiev2015-05-311-4/+7