summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_collections.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20460 Make listIndexes authz check backwards compatAndreas Nilsson2015-09-231-1/+1
* SERVER-20507 Make Database objects iterableMathias Stearn2015-09-181-35/+35
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-1/+1
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-2/+2
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-5/+7
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-2/+6
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-1/+1
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-6/+7
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-10/+5
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-231-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-142/+142
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-18748 Move cursor response management under queryKaloian Manassiev2015-05-311-3/+1
* SERVER-18153 add repl subobject to find/getmore responsesmatt dannenberg2015-04-241-3/+3
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-1/+1
* SERVER-17529 Let find on system.namespaces imply listCollectionsAndreas Nilsson2015-03-271-6/+21
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-17470 Remove link to replset data in the http serverSiyuan Zhou2015-03-101-1/+1
* SERVER-17109 fix invalid BSON access in listIndexes commandDavid Storch2015-02-181-7/+6
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16795 listCollections/listIndexes don't stash recovery unitJason Rassi2015-01-151-4/+0
* SERVER-16659 Better request/response parsing for cursor commandsJason Rassi2015-01-121-19/+29
* SERVER-16659 Rename MockStage to QueuedDataStageJason Rassi2015-01-121-2/+2
* SERVER-16657 Auth check for ops on cursors owned by global cursor mgrJason Rassi2015-01-121-0/+2
* SERVER-16657 ClientCursor namespace set explicitly on constructionJason Rassi2015-01-121-1/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-1/+1
* SERVER-16522 listCollections leave cursor open if >1 batch neededJason Rassi2014-12-231-19/+62
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-161-2/+19
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-0/+1
* SERVER-15994 fix listIndexes, listDatabases, and listCollections to require t...matt dannenberg2014-11-171-1/+1
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-2/+2
* SERVER-2442: add a filter argument to listCollectionsEliot Horowitz2014-07-291-1/+16
* SERVER-2442: fix db fetching in listCollections commandEliot Horowitz2014-07-281-6/+9
* SERVER-2442: listCollections command used in shellEliot Horowitz2014-07-141-1/+8
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+2
* SERVER-2442 SERVER-14378: add listCollections commandEliot Horowitz2014-06-301-0/+99