summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands_public.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18080 Move cluster commands out of mongoscoreKaloian Manassiev2015-04-171-2583/+0
* SERVER-17817 Remove ClientInfo class.Andy Schwerin2015-04-161-6/+2
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-3/+3
* SERVER-17969 Move shardCollection operation to the catalog managerDaniel Alabi2015-04-151-5/+8
* SERVER-18009 Move drop collection to the catalog managerKaloian Manassiev2015-04-151-1/+1
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-22/+112
* SERVER-7775 add currentOp commandAdam Midvidy2015-04-131-6/+13
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-148/+197
* SERVER-17909 move RunOnAllShardsCommand to separate fileAdam Midvidy2015-04-071-126/+1
* SERVER-17817 Split ClusterLastErrorInfo concept out of ClientInfo type and in...Andy Schwerin2015-04-071-5/+6
* SERVER-17453 eval command is deprecatedSamantha Ritter2015-03-301-0/+5
* SERVER-17529 Let find on system.namespaces imply listCollectionsAndreas Nilsson2015-03-271-6/+21
* SERVER-17496 Remove unused header includesKaloian Manassiev2015-03-261-10/+2
* SERVER-17496 Move cluster dropDatabase to separate fileKaloian Manassiev2015-03-231-68/+0
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-3/+1
* SERVER-17592 DistributedLock RefactorRandolph Tan2015-03-201-44/+10
* SERVER-17496 Move cluster count command into a separate fileKaloian Manassiev2015-03-171-218/+11
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-2/+2
* SERVER-16839 collStats command in mongos needs to be updated for new fieldsDan Pasette2015-01-151-0/+14
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+9
* SERVER-16659 Better request/response parsing for cursor commandsJason Rassi2015-01-121-32/+41
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-16523 listIndexes leave cursor open if >1 batch neededJason Rassi2014-12-231-1/+15
* SERVER-16522 listCollections leave cursor open if >1 batch neededJason Rassi2014-12-231-1/+15
* SERVER-16495 Map Reduce Output to Collection Occasionally Kills the ServerRandolph Tan2014-12-171-13/+76
* SERVER-16273 createIndex is not sent to shards with no chunk for nsRandolph Tan2014-12-111-3/+6
* SERVER-15318 copydb should not use exhaust flag when used against mongosRandolph Tan2014-11-251-0/+28
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-12/+26
* SERVER-15453: Fix privileges for actions "listIndexes" andAmalia Hawkins2014-10-131-1/+1
* SERVER-15525 Disallow specifying both inline and sharded in MapReduce out opt...Randolph Tan2014-10-061-0/+5
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-0/+79
* SERVER-14668 Use ensureShardVersionOKOrThrow for collection shard version che...Kaloian Manassiev2014-09-251-0/+1
* SERVER-7382 command countersdaveh862014-09-241-0/+1
* SERVER-14668 Distlock constants to enums and fix some includesKaloian Manassiev2014-08-281-0/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-2/+3
* SERVER-12517: listIndexes in mongosEliot Horowitz2014-07-141-0/+23
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-2442 SERVER-14378: add listCollections commandEliot Horowitz2014-06-301-0/+22
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-21/+11
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-11/+21
* SERVER-13641 Replace InterruptStatus with OperationContext in aggMathias Stearn2014-05-201-2/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-24/+24
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-25/+25
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-1/+2
* SERVER-13807 Remove old query framework related to shard targetingSiyuan Zhou2014-05-051-1/+24
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-2/+2