summaryrefslogtreecommitdiff
path: root/db/dbhelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* stop using stringstream for loggingEliot Horowitz2009-12-291-2/+2
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-1/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-3/+3
* $atomic option on remove()Dwight2009-12-211-3/+3
* fix warningEliot Horowitz2009-12-061-5/+3
* trying to make windows compileEliot Horowitz2009-12-061-7/+0
* moving towards direct access from DBDirectClient rather than through message ...Eliot Horowitz2009-12-041-2/+43
* fix client compileEliot Horowitz2009-12-031-16/+0
* some more helpers for queryingEliot Horowitz2009-12-031-0/+26
* some btree helpers and testEliot Horowitz2009-11-251-0/+19
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-211-1/+1
|\
| * refactoring updateObjects return to be cleaner and so can work with multi-obj...Eliot Horowitz2009-10-211-1/+1
* | allow more indexesDwight2009-10-211-4/+7
|/
* move the var 'database' inside Client objectDwight2009-10-141-1/+1
* add Connection classDwight2009-10-091-1/+1
* don't allow dropping an index $ collectionDwight2009-08-131-1/+1
* remove outdated 'mongod <arg>' style tests, add mongod msg test to smokeClientAaron2009-05-191-16/+0
* enhance DbSetAaron2009-05-111-3/+22
* extracted DbSetAaron2009-05-061-0/+31
* handle 'require index' more cleanlyAaron2009-04-241-2/+4
* add 'unique' option to helpers' ensureIndexAaron2009-04-241-2/+3
* reinstate KeyValJsMatcherAaron2009-04-071-3/+3
* back out KeyValJsMatcher, until we can fix it to handle multikey arrays corre...Aaron2009-04-061-3/+3
* Replace emptyObj with BSONObj()Aaron2009-03-191-3/+3
* Use key val matcher in findOne(), cleanupAaron2009-03-021-5/+4
* Add KeyValJSMatcherAaron2009-03-021-1/+1
* findOne fixAaron2009-02-251-1/+0
* Init c_Aaron2009-02-251-1/+1
* findOne use new query optimizerAaron2009-02-251-20/+42
* check the index range first before we go into the object on a query -- so we ...Dwight2009-01-271-2/+5
* authenticate command workdwight2009-01-181-3/+70
* Indent all lines within namespaces one levelAaron2009-01-151-26/+26
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Replace tab indentation with spacesAaron2008-12-281-7/+7
* $cmd replacepeerDwight2008-12-151-0/+5
* bug with the new NumericInt datatype fixedunknown2008-12-061-4/+4
* dbhelpers startedDwight2008-12-051-0/+44