summaryrefslogtreecommitdiff
path: root/dbtests/jsobjtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-2208/+0
* clarify namedwight2011-12-031-2/+2
* compileEliot Horowitz2011-10-041-1/+1
* dont compile mutexdebugger on release builds; compiledwight2011-10-031-2/+4
* rwlock refactoringDwight2011-10-031-1/+1
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-10-031-0/+34
|\
| * make test more reliableEliot Horowitz2011-09-091-1/+1
| * SERVER-3760 fix memcmp to now potentially go to far on one of the input arrays.dwight2011-09-061-0/+34
* | SERVER-3717 related testDwight2011-09-061-0/+26
|/
* SERVER-3505 bindata in v1 indexes > 32 bytes fixdwight2011-08-041-0/+7
* compiledwight2011-07-051-2/+0
* SERVER-984 sorting of infinitydwight2011-07-051-4/+24
* copule more key testsdwight2011-07-011-0/+15
* SERVER-3222 min and max for type cleaning and fixesAaron2011-06-211-5/+4
* use legacy compare for legacy index buildingDwight2011-06-161-7/+10
* minordwight2011-06-061-1/+1
* towards signed datesdwight2011-06-061-4/+30
* compileEliot Horowitz2011-06-011-1/+0
* use memcmp, not strcmp for comparing BSON stringsDwight2011-06-011-4/+38
* SERVER-2935 fix woEqual which wasnt equalling ints and doublesdwight2011-06-011-0/+6
* more compile fixesEliot Horowitz2011-05-271-7/+7
* log lessdwight2011-05-251-7/+7
* use firstElementFieldName()dwight2011-05-231-1/+1
* test signed dates with Keydwight2011-05-151-0/+7
* make Key::woEqual about 50% fasterdwight2011-05-141-0/+9
* check we are in writelock on optime::now. also tune it a bitdwight2011-05-141-0/+7
* set totalsize in bsonelement() if eoo elementdwight2011-05-111-0/+3
* StackBufBuilderdwight2011-05-101-4/+13
* add BinData to the Key classDwight2011-05-051-1/+50
* versions for btree. checkpointing so farDwight2011-04-201-1/+1
* compact index keys fix encoding for traditional encoding of complex onesDwight2011-04-201-7/+13
* new testdwight2011-04-201-0/+5
* indexkey support strings with zeros. more work to doDwight2011-04-191-1/+13
* index key class KeyV1 close to doneDwight2011-04-121-2/+48
* indexkey workDwight2011-04-111-0/+7
* Use intrusive_ptr rather than shared_ptr for BSONObjMathias Stearn2011-04-031-2/+2
* some tests for getFieldDottedEliot Horowitz2011-01-171-0/+15
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-150/+150
* fix case where the same element is in $each part of $addToSet SERVER-2249Eliot Horowitz2010-12-191-0/+10
* BSON( min << MINKEY << max << MAXKEY) is handyAlberto Lerner2010-11-231-3/+17
* eliminate duplicate test cases, merge left-over?Alberto Lerner2010-11-231-4/+0
* SERVER-1917 don't allow returning new element with appendAsAaron2010-10-101-8/+6
* bsonobjbuilder change appendAs interfaceAaron2010-10-011-1/+32
* turn off test that is different on windowsEliot Horowitz2010-08-091-2/+2
* make BSONElement::toString 20x faster for doubleEliot Horowitz2010-08-081-0/+30
* use checksum to make curop threadsafe SERVER-723Eliot Horowitz2010-07-291-0/+37
* remove assert that isn't always validEliot Horowitz2010-07-261-2/+1
* testEliot Horowitz2010-07-261-0/+3
* SERVER-1269 TODOAlberto Lerner2010-07-221-0/+5
* operator < > <= >= for BSONObjEliot Horowitz2010-07-201-0/+22