summaryrefslogtreecommitdiff
path: root/src/mongo/db/structure
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13923 Update and re-enable btree builder testsGeert Bosch2014-05-222-0/+142
* SERVER-13737 Pull CollectionOptions out into libcollection_options.aJason Rassi2014-05-212-21/+2
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-203-7/+3
* SERVER-13637: remove some header files leakingEliot Horowitz2014-05-191-1/+1
* SERVER-13923 BtreeLogic unit-testsKaloian Manassiev2014-05-198-108/+2734
* SERVER-13637 Fixing build break due to incomplete implementationKaloian Manassiev2014-05-192-0/+43
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-1915-437/+996
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-198-21/+21
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-165-104/+32
* SERVER-13640 fix buildMathias Stearn2014-05-161-4/+0
* SERVER-13640 Capped structural unit testsMathias Stearn2014-05-168-31/+539
* SERVER-13640 Test tipping-points in SimpleRecordStoreV1::_allocFromExistingEx...Mathias Stearn2014-05-162-6/+277
* SERVER-13640 Enhance initialize/assertStateV1RSMathias Stearn2014-05-162-23/+35
* SERVER-13640 convert cookDeletedList tests to use inititalize/assertStateV1RSMathias Stearn2014-05-161-82/+101
* SERVER-13912 Better write intents for RSV1Base::deleteRecordMathias Stearn2014-05-161-1/+3
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-162-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-159-204/+204
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-1526-311/+311
* SERVER-13641 fix build by fixing dummy record store/txnHari Khalsa2014-05-152-20/+35
* SERVER-8311 Don't increase pre-quantized power-of-two sizesMathias Stearn2014-05-142-14/+40
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-1211-149/+186
* SERVER-13640 Helper for writing RecordStoreV1 structural testsMathias Stearn2014-05-123-3/+354
* SERVER-13855 Implement HeapRecordStoreMathias Stearn2014-05-123-0/+588
* SERVER-13640: fix capped collections with records < 8 bytes, re-enable testEliot Horowitz2014-05-104-12/+25
* SERVER-13640: disable capped unit test failin in DEBUG more at the momentEliot Horowitz2014-05-091-2/+2
* SERVER-13637: make Collection::details detailsDeprecated to further hideEliot Horowitz2014-05-092-0/+7
* SERVER-13640: first trivial capped collection unit testEliot Horowitz2014-05-094-1/+98
* SERVER-13635: pull out MAdvise interface, prove capped collection can compile...Eliot Horowitz2014-05-095-10/+23
* SERVER-13635: pull out interface for deleting records in capped collection du...Eliot Horowitz2014-05-096-11/+110
* Cleanup the BTree logic so it does not use global callsKaloian Manassiev2014-05-096-32/+127
* SERVER-13635 Move DocWriter to record_store.hMathias Stearn2014-05-091-0/+11
* Comment deleted-list bucket sizes in decimalMathias Stearn2014-05-091-5/+5
* SERVER-13640 Port many namespacetests to recordstore unit testsMathias Stearn2014-05-082-0/+272
* SERVER-13635 get deletedRecordFor() out of RecordStore interfaceMathias Stearn2014-05-082-5/+1
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-071-0/+1
* SERVER-13640: free extents in desctrutorEliot Horowitz2014-05-061-1/+4
* SERVER-13640: first real RecordStore unit test, and some helpersEliot Horowitz2014-05-065-1/+488
* SERVER-13640: beginning of unit test for record storeEliot Horowitz2014-05-062-7/+120
* SERVER-13640: add setMessage to TransactionExperiment for nowEliot Horowitz2014-05-062-5/+5
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-061-1/+1
* SERVER-13639: move Extent sizing info all into ExtentManagerEliot Horowitz2014-05-062-4/+5
* SERVER-13639: remove ExtentManager::get(Next|Prev)Extent as its redudantEliot Horowitz2014-05-061-2/+2
* SERVER-13640: start breaking up librariesEliot Horowitz2014-05-061-0/+35
* SERVER-13639: add ExtentManager interfaceEliot Horowitz2014-05-051-1/+0
* SERVER-13638: remove system flags from NamespaceDetailsEliot Horowitz2014-05-055-33/+2
* SERVER-13639: make Extent a StructEliot Horowitz2014-05-053-0/+5
* SERVER-13639: make Extent only have read methodsEliot Horowitz2014-05-054-11/+42
* SERVER-13638: remove NamespaceDetails from record store entirelyEliot Horowitz2014-05-0510-95/+95
* SERVER-13617 don't compare pointers to 0 using >Mathias Stearn2014-05-011-1/+1