summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Better OID printingAaron2008-12-301-7/+5
* Started BSONObj::formattedStringAaron2008-12-301-0/+214
* Sanity check, verify that the Base's static PairSync variables haven't been m...Aaron2008-12-291-0/+2
* Remove Hudson warning about sign comparisonAaron2008-12-291-10/+13
* Add newline at end of file to remove compiler warningsAaron2008-12-292-2/+2
* Check pairSync status instead of comparing pointers (fixes Hudson compilation...Aaron2008-12-291-1/+1
* Fix tabAaron2008-12-281-1/+1
* Reinstate pairing testsAaron2008-12-282-20/+56
* Replace tab indentation with spacesAaron2008-12-287-979/+1033
* Index simple objects within arraysAaron2008-12-241-7/+119
* Use empty string for field names of key elementsAaron2008-12-191-15/+19
* Disable pairing tests until I can fix themAaron2008-12-152-2/+5
* Not master if haven't caught upAaron2008-12-122-19/+83
* Add embedded object inequality testAaron2008-12-111-0/+7
* Make object comparison recursive, with testsAaron2008-12-113-4/+2
* Make object comparison recursive, with testsAaron2008-12-112-0/+109
* Some basic array index improvementsAaron2008-12-111-33/+115
* Change arg ordering for ASSERT_EQUALS to match current unittest library spec ...Aaron2008-12-113-22/+22