summaryrefslogtreecommitdiff
path: root/db/jsobj.h
Commit message (Expand)AuthorAgeFilesLines
* Use key matcher, keep real BSONObj in matcher, fix deleteObject bugAaron2009-03-021-0/+3
* Add KeyValJSMatcherAaron2009-03-021-0/+2
* Add new Matcher interface, use in count, add constsAaron2009-03-021-1/+1
* some timestamp helpersEliot Horowitz2009-02-281-0/+8
* Rename CurrentTime to Timestamp, don't change type on insertAaron2009-02-271-4/+4
* Add constAaron2009-02-271-8/+8
* Add BSONElementManipulator and CurrentTime typeAaron2009-02-271-21/+24
* new shardkey implementation (first pass)Dwight2009-02-271-4/+6
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-02-251-2/+17
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-02-251-1/+1
| |\
| * | fix copy()Eliot Horowitz2009-02-251-2/+17
* | | Remove dead codeAaron2009-02-251-2/+3
| |/ |/|
* | Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-02-251-0/+6
|\ \ | |/
| * BSONObj.getOwned() - gets a version that is definitely ownedEliot Horowitz2009-02-251-0/+6
* | Runner improvementsAaron2009-02-251-1/+1
|/
* BSONObj.woSortOrder - compare 2 objects with a sort keyEliot Horowitz2009-02-241-0/+2
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-02-231-3/+3
|\
| * Index objects even if don't have a field from index specAaron2009-02-231-3/+3
* | BSONObjBuilderValueStream bug fixDwight2009-02-231-2/+2
|/
* 'better' LazyStringAaron2009-02-201-3/+1
* Don't create string unless we're actually going to logAaron2009-02-191-2/+4
* Get rid of stringable class, use implicit type conversion to string insteadAaron2009-02-181-1/+2
* More metadata about query planAaron2009-02-181-0/+1
* Fix memory leakAaron2009-02-171-7/+6
* c++ client:Dwight2009-02-121-0/+13
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-02-121-0/+7
|\
| * make shell output more info for bindataEliot Horowitz2009-02-121-0/+7
* | replication / exception throwing bug fixDwight2009-02-121-1/+11
|/
* Can pick index with more key specificity than required by sort / find specAaron2009-02-111-0/+3
* Add initial perf testsAaron2009-02-111-0/+3
* Use @file to tell doxygen to document globals, add more doc for BSON() and QU...Aaron2009-02-101-1/+6
* Just get rid of IN labelr0.2.0Aaron2009-02-101-1/+0
* better nameDwight2009-02-101-1/+1
* compile windowsDwight2009-02-101-1/+1
* elim compile warningDwight2009-02-101-1/+1
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-02-101-2/+6
|\
| * commentsDwight2009-02-091-2/+6
* | Make labeled subobj specs easier in c++. Now you can do BSON( "a" << GT << 4...Aaron2009-02-101-9/+69
|/
* bsonobjbuilder cleanupDwight2009-02-091-5/+24
* doneAndDecouple() -> obj()Dwight2009-02-091-5/+5
* doxygen commentsDwight2009-02-091-7/+31
* doxygen for bsonobjiteratordwight2009-02-081-1/+5
* Massert on invalid BSONObj size; removes sporadic unittest stack trace in ran...Aaron2009-02-061-2/+2
* DocAaron2009-02-051-45/+79
* docAaron2009-02-051-1/+3
* More validation for modifier updatesAaron2009-02-051-0/+5
* Preserve old id on ipdate with no id specAaron2009-02-031-2/+3
* Add comment about BSONObj reference counting thread safetyAaron2009-02-031-1/+3
* some helpersEliot Horowitz2009-02-021-1/+14
* pragma pack changes for solarisEliot Horowitz2009-02-011-4/+4