summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added some index details testsAaron2008-12-113-11/+148
* Fix indentationAaron2008-12-111-46/+46
* Index details unit tests initial commitAaron2008-12-113-0/+41
* Only dominant node in pair can assign master & slave status; fixes potential ...Aaron2008-12-101-8/+11
* remove the first "db.h" which is not only redundant, but seems to be wrongyellow2008-12-081-1/+0
* Add arbitration unit test; adjust tab formatting of some filesAaron2008-12-073-439/+465
* Fix auto_ptr usage in testAaron Staple2008-12-051-1/+2
* Adding some pairing testsAaron Staple2008-12-054-0/+314
* Check trailing '/' correctlyAaron Staple2008-12-031-1/+1
* Add usage info, make dbpath configurableAaron Staple2008-12-031-3/+37
* Adding new unit dbtests binary, with a few btree tests; moved some global sta...Aaron Staple2008-12-023-0/+248