summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/namespacetests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+3
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+2
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-021-2/+5
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-15/+21
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-21/+15
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-15/+21
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-8/+6
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-271/+275
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-216/+219
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+4
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-5/+6
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-14/+14
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-24/+24
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+2
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-1/+1
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+4
* 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-2/+2
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-2/+2
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-2/+2
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-2/+2
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-2/+2
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-2/+2
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-2/+2
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-4/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13951: Add rollback of collection metadataGeert Bosch2014-07-281-1/+104
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-9/+6
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-5/+9
* SERVER-13635 extents are mmapv1 specific, move into mmapv1Hari Khalsa2014-06-271-2/+2
* SERVER-13641 Stop making a new OperationContextImpl in Database::getFileFormatMathias Stearn2014-05-301-4/+8
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-10/+12
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-9/+9
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-121-8/+9
* SERVER-13637: make Collection::details detailsDeprecated to further hideEliot Horowitz2014-05-091-2/+2
* SERVER-13640 Port many namespacetests to recordstore unit testsMathias Stearn2014-05-081-327/+15
* SERVER-13635 get deletedRecordFor() out of RecordStore interfaceMathias Stearn2014-05-081-2/+2
* SERVER-13807 Remove old query framework related to shard targetingSiyuan Zhou2014-05-051-1/+0
* SERVER-13639: add ExtentManager interfaceEliot Horowitz2014-05-051-6/+7
* SERVER-13638: remove NamespaceDetails from record store entirelyEliot Horowitz2014-05-051-146/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-24/+41
* SERVER-13643 Stop using getDur() in RecordStoreMathias Stearn2014-04-291-6/+13
* SERVER-13635 Don't include extent_manger.h in database.hMathias Stearn2014-04-291-0/+1
* SERVER-13756 Remove DiskLoc::writing() and getDur().writingDiskLoc()Mathias Stearn2014-04-281-3/+2
* SERVER-13634 Get rid of all external callers of DiskLoc::rec()Mathias Stearn2014-04-251-1/+1
* SERVER-13633 Kill DiskLoc::ext()Mathias Stearn2014-04-231-5/+15
* SERVER-13638: add hidden interface for NamespaceDetails in RecordStoreV1Eliot Horowitz2014-04-211-4/+4
* SERVER-8192 port btree key generation tests to a new unit testDavid Storch2014-04-211-946/+0
* SERVER-13635: move more methods out of NamespaceDetailsEliot Horowitz2014-04-181-4/+14