summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/pdfiletests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-6/+6
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-3/+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-2/+5
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-13951 Clean up WUOWs in a few dbtestsMathias Stearn2014-10-011-3/+4
* SERVER-13635 Move mmapv1 specific dbtests to mmaptest and skip if using other...Mathias Stearn2014-10-011-50/+0
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-2/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+1
* SERVER-13635 extents are mmapv1 specific, move into mmapv1Hari Khalsa2014-06-271-3/+3
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-1/+1
* SERVER-13635: remove Database::getExtentManagerEliot Horowitz2014-06-111-27/+12
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-3/+8
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+2
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-2/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+2
* SERVER-13737 Pull CollectionOptions out into libcollection_options.aJason Rassi2014-05-211-26/+0
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13802: fix insert validation with timestampsEliot Horowitz2014-05-061-0/+32
* SERVER-13639: move Extent sizing info all into ExtentManagerEliot Horowitz2014-05-061-11/+16
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-4/+6
* SERVER-13635 Don't include extent_manger.h in database.hMathias Stearn2014-04-291-0/+1
* SERVER-13084: some work on DiskLoc::extEliot Horowitz2014-04-131-0/+1
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-0/+1
* SERVER-11643: remove all active nsdetails calls in testsEliot Horowitz2014-04-031-4/+4
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-0/+26
* SERVER-12209: check _id for $fields at insert timeEliot Horowitz2014-02-061-0/+11
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-11611: re-write user insert paths to not use DataFileMgr, and use Coll...Eliot Horowitz2013-12-221-2/+4
* SERVER-11611: prep work to remove DataFileMgr::insertWithObjModEliot Horowitz2013-12-221-7/+24
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-255/+0
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER:-6405: fix dbtests use of dropCollectionEliot Horowitz2013-10-081-4/+2
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-3/+3
* SERVER-6405 SERVER-10423: fix Extent allocation at max size to not waste spaceEliot Horowitz2013-08-041-0/+30
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-6/+5
* SERVER-6405 SERVER-10256 remove test that was working by accident before and ...Eric Milkie2013-07-191-50/+0
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-1/+1
* SERVER-10026 collection scanHari Khalsa2013-07-171-0/+1
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-41/+41
* SERVER-8496: make sure _id generated by server on insert is unique across dbsEliot Horowitz2013-02-131-0/+11
* make fields in Record privateEliot Horowitz2012-03-301-7/+7