summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13639: move Extent sizing info all into ExtentManagerEliot Horowitz2014-05-0610-129/+115
* SERVER-13639: remove ExtentManager::get(Next|Prev)Extent as its redudantEliot Horowitz2014-05-065-21/+7
* SERVER-13640: start breaking up librariesEliot Horowitz2014-05-065-13/+59
* SERVER-13834 Remove stack_introspect.cpp and dependent testsKaloian Manassiev2014-05-053-354/+0
* SERVER-13807 Remove old query framework related to shard targetingSiyuan Zhou2014-05-0514-5892/+29
* SERVER-11997 Make user cache invalidation finer grainedSpencer T Brody2014-05-053-21/+99
* SERVER-13639: small changes to extent codeEliot Horowitz2014-05-054-14/+6
* SERVER-13639: add ExtentManager interfaceEliot Horowitz2014-05-0515-613/+826
* SERVER-13639: clean up extent.* includesEliot Horowitz2014-05-052-6/+3
* SERVER-13638: remove system flags from NamespaceDetailsEliot Horowitz2014-05-057-39/+4
* SERVER-13639: make Extent a StructEliot Horowitz2014-05-058-8/+10
* SERVER-13639: make Extent only have read methodsEliot Horowitz2014-05-058-124/+73
* SERVER-13638: remove NamespaceDetails from record store entirelyEliot Horowitz2014-05-0511-241/+96
* more rollback4.js debuggerymatt dannenberg2014-05-052-2/+16
* SERVER-13823 remove magic from RSBasematt dannenberg2014-05-052-7/+1
* SERVER-13821 privatize SyncSourceFeedback's resetConnection()matt dannenberg2014-05-052-11/+11
* SERVER-13817 removing GhostSyncmatt dannenberg2014-05-0510-300/+6
* SERVER-13820 prevent updateUpstream from using a null connectionmatt dannenberg2014-05-051-0/+1
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-0429-87/+86
* SERVER-13795 rename test binary to dbtestRandolph Tan2014-05-021-2/+2
* post 2.7.0Ernie Hershey2014-05-021-1/+1
* BUMP 2.7.0r2.7.0Ernie Hershey2014-05-021-1/+1
* SERVER-13812 Catch exception thrown by getShardsForQuery for geo querySiyuan Zhou2014-05-021-1/+5
* SERVER-13769 QueryPlanner::plan() has to clear tags from query treeJason Rassi2014-05-011-0/+2
* SERVER-13040 Fix use of uninitialized value in storageDetails command.Andy Schwerin2014-05-011-1/+1
* SERVER-13587 ndeleted in system.profile documents reports 1 too few documents...Randolph Tan2014-05-011-0/+2
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-0120-201/+227
* SERVER-10178 Improve debugging output in shell.Andy Schwerin2014-05-012-4/+14
* SERVER-13656 Use new query framework in getShardsForQuery on mongosSiyuan Zhou2014-05-019-41/+932
* SERVER-13687 fix plan enumeration for compound multikey 2d or 2dsphere indicesDavid Storch2014-05-013-80/+462
* SERVER-13617 don't compare pointers to 0 using >Mathias Stearn2014-05-017-7/+7
* SERVER-13617 remove const qualifiers on primitive return typesMathias Stearn2014-05-015-8/+8
* SERVER-13643 Use TransactionExperiment in setHead()Mathias Stearn2014-05-015-11/+15
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-0120-108/+181
* SERVER-13643 Use TransactionExperiment in dropDatabase()Mathias Stearn2014-05-016-26/+37
* SERVER-13643 Remove getDur() where we already have a TransactionExperimentMathias Stearn2014-05-018-10/+10
* SERVER-13643 RIP BSONElementManipulatorMathias Stearn2014-05-0112-127/+18
* SERVER-13641 Add warning to commit methods on TransactionMathias Stearn2014-05-011-0/+4
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-0113-73/+33
* SERVER-13686 V8 3.25 scripting engine. Disabled by default. Enable using SCon...Benety Goh2014-05-0111-8/+4726
* SERVER-13686 import third_party/v8-3.25.28.14 JS2C Python scriptsBenety Goh2014-05-012-0/+714
* SERVER-13337 support queries with projections in the idhack runnerDavid Storch2014-05-016-71/+146
* SERVER-13767 add special case NaN handling in matcher and index bounds builderDavid Storch2014-05-013-0/+60
* SERVER-13638: document touchEliot Horowitz2014-05-011-0/+5
* SERVER-13638: move DurTransaction closer to lockEliot Horowitz2014-05-011-1/+2
* SERVER-13638: remove NamespaceDetails from deprecated queryutilEliot Horowitz2014-05-015-103/+9
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-0110-11/+1
* SERVER-13638: add Collection::appendCustomStatsEliot Horowitz2014-05-013-10/+19
* SERVER-13638: hide NamespaceDetails from dumpEliot Horowitz2014-05-011-6/+3
* SERVER-13638: remove unused NamespaceDetails referenceEliot Horowitz2014-05-012-3/+0