summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
* Fix unit test compileAaron2009-01-261-1/+1
* get rid of #define exit and just defined it in the mongo namespaceEliot Horowitz2009-01-251-3/+3
* Add some more testsAaron2009-01-231-22/+161
* Add remove testsAaron2009-01-231-1/+31
* Reinstate InsertTwo testAaron2009-01-231-2/+1
* Add idempotence tests for some oplog operationsAaron2009-01-234-0/+317
* Parse both hex characters of each byteAaron2009-01-221-0/+14
* Add HostByName testAaron2009-01-213-0/+47
* Add negative element size testAaron2009-01-211-0/+12
* Add 'fields' spec to cmd run countAaron2009-01-211-0/+67
* Fix simple match spec for encapsulating elements and numbersAaron2009-01-203-0/+127
* Matcher only reject incompatible types if not numbersAaron2009-01-203-0/+83
* Merge jsobj.h changesAaron2009-01-191-3/+3
|\
| * fix dbtests for my renamingdwight2009-01-181-3/+3
* | Try a short object tooAaron2009-01-181-4/+11
* | Patch some more holes in BSON validationAaron2009-01-181-0/+85
|/
* Allow random seed specAaron2009-01-171-4/+12
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-01-171-1/+18
|\
| * oid parsing, slight better randomEliot Horowitz2009-01-171-1/+18
* | Add more interesting fuzz tests, move json tests into separate fileAaron2009-01-175-852/+882
|/
* Disable BigCollection testAaron2009-01-161-17/+19
* Just use a charAaron2009-01-161-1/+1
* Add tests for BSON validating randomized bitstreamsAaron2009-01-162-0/+46
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-01-161-0/+17
|\
| * incorrect implementation of OIDEliot Horowitz2009-01-161-0/+17
* | Enhance BSONObj::validate()Aaron2009-01-161-0/+198
|/
* Replaced our #defined cout with mongo::out()Aaron2009-01-153-3/+3
* Indent all lines within namespaces one levelAaron2009-01-156-2206/+2206
* Allow compiler on Hudson to 'extern' variables in mongo namespaceAaron2009-01-142-2/+6
* Replace tab indentation with spacesAaron2009-01-144-1122/+1176
* Put our code in 'mongo' namespaceAaron2009-01-143-2/+4
* Merge jsobj.h changesAaron2009-01-141-1/+1
|\
| * Size calculation works for cap extent minSize on 64 bit machines, removed com...Aaron2009-01-141-1/+1
* | NEW pdfile # : 4.4; Support compound directions with compound indexesAaron2009-01-143-35/+57
|/
* Limit regex options, only use Dbref() in TenGen modeAaron2009-01-131-14/+41
* New tests for multi extent capped collectionsAaron2009-01-134-3/+420
* Check syntactically reserved field names specificallyAaron2009-01-121-1/+13
* Make Arbitrate test work with Dwight's new dbclient codeAaron2009-01-122-11/+11
* Don't allow field names starting with $, added some testsAaron2009-01-081-22/+70
* Fix my dumb testAaron2009-01-071-1/+1
* Added token parse failure testAaron2009-01-071-0/+9
* Add regex escaping testAaron2009-01-061-0/+14
* Fix up regexp parsingAaron2009-01-061-0/+24
* Enhance json parserAaron2009-01-061-1/+432
* Actually handle utf8 correctlyAaron2009-01-021-10/+0
* Add non-Strict mode for Dbref, use base64 encoding for bindataAaron2008-12-311-7/+21
* Start on TenGen and JS modesAaron2008-12-301-25/+31
* Only escape if utf8 character in basic ascii rangeAaron2008-12-301-2/+14
* Add date and regexp strict modeAaron2008-12-301-43/+64
* Added Symbol support to formattedString, modified BinData formatAaron2008-12-301-1/+11