summaryrefslogtreecommitdiff
path: root/db/dbhelpers.h
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-10/+10
* remove CursorIteratorEliot Horowitz2010-11-151-16/+0
* fix http with auth SERVER-1952Mathias Stearn2010-11-121-1/+1
* rs handle rollbacks from capped collectionsDwight2010-08-031-1/+5
* move RemoveSaver out of d_migrate into helpers - prep for SERVER-1512Eliot Horowitz2010-08-031-0/+19
* rs towards rollbackdwight2010-07-231-3/+2
* cleaningdwight2010-07-231-5/+5
* callback for removeRangeEliot Horowitz2010-07-191-1/+7
* removeRange max inclusive optionEliot Horowitz2010-07-161-1/+1
* helpers for upsert and removeRangeEliot Horowitz2010-07-151-0/+13
* rsDwight2010-06-041-2/+9
* SERVER-109 fix mem ownership when popping or clauses, real doc lookup when re...Aaron2010-06-031-1/+1
* auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz2010-05-071-2/+2
* rs and lots of misc including dbwebserverDwight2010-05-061-5/+9
* refactor and rename insertDwight Merriman2010-04-281-0/+1
* stdafx->pchDwight2010-04-271-1/+1
* rename DBContext to Client::ContextEliot Horowitz2010-01-171-29/+0
* _id lookup don't work without index (capped collections) SERVER-545Eliot Horowitz2010-01-141-1/+7
* small optDwight2009-12-311-1/+1
* remove dbinfo.h/cppdwight2009-12-291-1/+0
* $atomic option on remove()Dwight2009-12-211-2/+2
* fix warningEliot Horowitz2009-12-061-7/+1
* trying to make windows compileEliot Horowitz2009-12-061-1/+6
* compile windows vcprojDwight2009-12-041-1/+1
* moving towards direct access from DBDirectClient rather than through message ...Eliot Horowitz2009-12-041-14/+11
* fix client compileEliot Horowitz2009-12-031-4/+11
* make some js stuff use table scan helperEliot Horowitz2009-12-031-0/+7
* some more helpers for queryingEliot Horowitz2009-12-031-0/+17
* some btree helpers and testEliot Horowitz2009-11-251-0/+2
* move the var 'database' inside Client objectDwight2009-10-141-6/+16
* move curNs to Client objectDwight2009-10-131-2/+2
* add Connection classDwight2009-10-091-1/+1
* comments MINORAaron2009-05-281-0/+1
* enhance DbSetAaron2009-05-111-4/+6
* extracted DbSetAaron2009-05-061-0/+15
* add 'unique' option to helpers' ensureIndexAaron2009-04-241-1/+1
* findOne use new query optimizerAaron2009-02-251-1/+1
* replication with security ondwight2009-01-231-5/+5
* if no admin.system.users, allow access to everything from localhostdwight2009-01-211-4/+4
* authenticate command workdwight2009-01-181-11/+37
* Indent all lines within namespaces one levelAaron2009-01-151-34/+34
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Replace tab indentation with spacesAaron2008-12-281-11/+13
* $cmd replacepeerDwight2008-12-151-0/+5
* bug with the new NumericInt datatype fixedunknown2008-12-061-2/+2
* dbhelpers startedDwight2008-12-051-0/+52