summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbhash.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-1/+4
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-1/+1
* SERVER-24823 Add support for remaining admin commandsGeert Bosch2016-08-011-1/+2
* SERVER-22744 dbhash command should check replicated system collectionsRobert Guo2016-06-281-1/+12
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-160/+173
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-0/+4
* SERVER-22156 dbhash should cache hashes at the collection levelRobert Guo2016-01-271-10/+22
* SERVER-21768 Remove the 'numCollections' field from dbHash's responseJonathan Abrahams2015-12-081-1/+0
* SERVER-20384 Add simplified interface to perform an action on commit or rollbackMathias Stearn2015-09-111-15/+6
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-2/+4
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-9/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-172/+159
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-3/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-1/+6
* SERVER-17894 de-inlined InternalPlannerBenety Goh2015-04-141-0/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+3
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-8/+9
* SERVER-15192 Make dbhash and storedFuncMod logOp listeners rollback-safealabid2015-02-181-5/+24
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* 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-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-0/+1
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* 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-6/+8
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14407 delete runner.hDavid Storch2014-07-231-3/+3
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-14/+14
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-3/+5
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-3/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1
* SERVER-13635: add DatabaseCatalogEntry as an interfaceEliot Horowitz2014-05-201-1/+2
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-201-2/+1
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-1/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13896 No longer pass extraneous arguments to logOpForDbHash().Andy Schwerin2014-05-121-6/+1
* SERVER-13638: remove unneeded NamespaceDetails includesEliot Horowitz2014-04-211-1/+0
* SERVER-13635: hide some NamespaceDetails callsEliot Horowitz2014-04-171-1/+1