summaryrefslogtreecommitdiff
path: root/dbtests/namespacetests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-3375 key generation fixes - backward breaking for v1 indexesAaron2011-07-311-5/+369
* SERVER-3064gerald-lindsly2011-06-031-5/+9
* remove BSONObjSetDefaultOrder and avoid inheriting from stl classAaron2011-06-021-31/+31
* compileEliot Horowitz2011-05-031-1/+0
* Merge branch 'master' into mainDwight2011-05-031-19/+32
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-23/+23
* Add support for making NamespaceDetails::Extra writes durable and use this du...Aaron2010-12-281-1/+1
* Pull some durability code into a class for easy disablingMathias Stearn2010-12-101-1/+1
* towards durabilitydwight2010-09-271-5/+5
* mergeAaron2010-07-261-2/+0
* capped truncate rough cutAaron2010-07-261-2/+2
* truncatecapped testdwight2010-07-261-7/+62
* rsdwight2010-07-251-31/+2
* capped reorg somedwight2010-07-251-26/+11
* checkpointdwight2010-07-241-2/+5
* separate file for capped codedwight2010-07-231-3/+0
* checkpointdwight2010-07-231-2/+60
* SERVER-802 range / in skippingAaron2010-07-161-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* make HeaderSize a constDwight2010-03-311-1/+1
* mmf abstraction 2Dwight2010-03-311-1/+1
* get rid of setClient - all Database storage is in Client::ContextEliot Horowitz2010-01-291-6/+5
* fix unit test - but may go away anywayEliot Horowitz2010-01-151-1/+2
* fix cpp unit tests were failing on windows _DEBUG buildDwight2009-12-211-0/+2
* JSON parser now creates ints and longs SERVER-309Mathias Stearn2009-11-301-1/+1
* fix compount key with array indexing SERVER-279Eliot Horowitz2009-10-081-0/+59
* win pre-compild headersunknown2009-09-301-0/+1
* new unit test frameworkEliot Horowitz2009-09-171-5/+5
* normalize sort order - put null firstEliot Horowitz2009-09-091-4/+5
* whitespace and tests for SERVER-282 b/c i made a git mistakeEliot Horowitz2009-09-091-97/+129
* null is now after IntEliot Horowitz2009-08-251-7/+6
* MINOR merge / fix namespace test failureAaron Staple2009-08-111-1/+1
* SERVER-62 generate keys for more complex array arrangements, also ensure gene...Aaron Staple2009-08-031-8/+87
* reset shared database after each test suite MINORAaron2009-05-121-1/+1
* unit tests use same database to reduce disk usageAaron2009-05-121-4/+6
* check namespacedetails size consistency MINORAaron2009-05-041-0/+8
* array elt may not contain referenced subobjectAaron2009-04-061-0/+15
* Index objects even if don't have a field from index specAaron2009-02-231-0/+15
* virtual dtors == goodAaron2009-02-181-2/+2
* fix to properly check for dupkey with unused keysDwight2009-02-131-1/+1
* doneAndDecouple() -> obj()Dwight2009-02-091-17/+17
* rename classes and add a new client connect methodDwight2009-02-061-1/+1
* Update unit testsAaron2009-02-061-1/+1
* Real fixes for test failuresAaron2009-02-021-3/+8
* abstracting out record storage for btreeunknown2009-01-311-1/+1
* Insert a real objectAaron2009-01-301-2/+4
* Insert real objects instead of zeroesAaron2009-01-301-7/+12
* Add more interesting fuzz tests, move json tests into separate fileAaron2009-01-171-1/+1
* Disable BigCollection testAaron2009-01-161-17/+19
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-1/+1