summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbhash.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-6/+6
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+2
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-0/+3
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-0/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12213: do not use idxNo or IndexDetails in any non-short term transien...Eliot Horowitz2014-01-091-1/+2
* SERVER-11611: move all user facing inserts to Collection::insertDocumentEliot Horowitz2013-12-221-0/+4
* SERVER-11178: IndexScan now uses IndexCatalog classesEliot Horowitz2013-11-021-20/+8
* SERVER-11021: cache dbhash results in mongod for config. collectionsEliot Horowitz2013-10-031-107/+165
* move dbhash to its own fileEliot Horowitz2013-10-031-0/+161