summaryrefslogtreecommitdiff
path: root/db/jsobj.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2009-01-101-22/+21
|\
| * Remove dangerous, unused functionAaron2009-01-071-6/+0
| * Enhance json parserAaron2009-01-061-9/+15
| * hasFieldEliot Horowitz2009-01-051-0/+4
* | command work client driverdwight2009-01-101-3/+27
|/
* default to StrictEliot Horowitz2008-12-311-1/+1
* Start on TenGen and JS modesAaron2008-12-301-2/+6
* Add date and regexp strict modeAaron2008-12-301-2/+2
* Added Symbol support to formattedString, modified BinData formatAaron2008-12-301-0/+6
* Better OID printingAaron2008-12-301-9/+26
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2008-12-301-0/+3
|\
| * can take string as well as char*Eliot Horowitz2008-12-291-0/+3
* | Started BSONObj::formattedStringAaron2008-12-301-1/+25
|/
* Replace tab indentation with spacesAaron2008-12-281-469/+524
* regex compare now implementedunknown2008-12-251-2/+0
* partial - appendRegex not finished yetdwight2008-12-251-18/+26
* Index simple objects within arraysAaron2008-12-241-1/+9
* Document field extraction functionsAaron2008-12-191-0/+3
* Use empty string for field names of key elementsAaron2008-12-191-3/+7
* Add repairDatabase supportAaron2008-12-161-0/+1
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-121-1/+1
|\
| * Add -Wsign-compare for g++, clean up a few warning messagesAaron2008-12-121-2/+2
* | bool seemCaughtUpDwight2008-12-121-1/+1
|/
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2008-12-111-0/+1
|\
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-111-2/+16
| |\
| * | further $cmd cleanupDwight2008-12-111-0/+1
* | | Make object comparison recursive, with testsAaron2008-12-111-9/+23
| |/ |/|
* | Added some index details testsAaron2008-12-111-2/+16
|/
* Cursor bracketing supports multiple inequalities on the same fieldAaron2008-12-111-8/+18
* prettier plus eliminating a couple warnings on visual c++Dwight2008-12-101-2/+1
* Add comments for new functions, pass set<> by reference as requested by DwightAaron2008-12-091-0/+2
* Bracket btree cursors with beginning and and ending keysAaron2008-12-091-14/+23
* clone/copy db now works on replicating databasesDwight2008-12-031-0/+9
* Merge with recent db.cpp, makefile changesAaron Staple2008-12-031-1/+5
|\
| * replication fixes -- "first: true" support (local.dbinfo.*); clean up class nameDwight2008-12-021-1/+5
* | Move pcre include to a more idiomatic placeAaron Staple2008-12-021-2/+0
|/
* beginnings of some numeric compare testing.Dwight2008-11-211-3/+13
* big change for stopOnMissDwight2008-11-181-83/+14
* first cut of $hintDwight2008-11-171-2/+7
* --source cmd lineDwight2008-11-101-1/+1
* embedded object segfault fixDwight2008-11-041-1/+2
* reorganize commands code for dbgridDwight2008-10-221-3/+20
* rename classesDwight2008-10-211-83/+83
* allow an array for sort orderDwight2008-10-141-0/+13
* bug with new inumber stuff on comparesDwight2008-10-131-2/+5
* fix max type for new number typeEliot Horowitz2008-10-121-2/+2
* int datatypeunknown2008-10-121-9/+23
* allow high bit of type to spoecify somethingunknown2008-10-111-2/+4
* $ne in progDwight2008-10-101-1/+5
* jsobj::valid()Dwight2008-10-081-0/+3