summaryrefslogtreecommitdiff
path: root/client/model.cpp
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-22/+22
* rsDwight2010-07-201-2/+2
* stdafx->pchDwight2010-04-271-1/+1
* don't duplicate _id from ModelEliot Horowitz2010-04-221-3/+7
* use upsertEliot Horowitz2010-04-211-1/+1
* clean up Model _id handlingEliot Horowitz2010-04-211-1/+26
* some helpersEliot Horowitz2010-04-201-0/+12
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-2/+2
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-1/+1
* Model::remove()Eliot Horowitz2009-12-021-3/+19
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-15/+14
* _id assignment fixEliot Horowitz2009-03-261-0/+1
* safer object managementEliot Horowitz2009-03-261-2/+2
* open to save to check for errorEliot Horowitz2009-02-201-1/+8
* fix _id storingEliot Horowitz2009-02-141-7/+9
* fixed loggingEliot Horowitz2009-02-131-3/+8
* ScopedDbCollection -> operatorEliot Horowitz2009-02-091-9/+8
* doneAndDecouple() -> obj()Dwight2009-02-091-2/+2
* Model::save()Eliot Horowitz2009-02-081-2/+32
* Model needs a server name, not a connection, and uses poolsEliot Horowitz2009-02-081-1/+6
* Indent all lines within namespaces one levelAaron2009-01-151-7/+7
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Replace tab indentation with spacesAaron2008-12-281-5/+5
* more dbgrid workDwight2008-10-241-0/+29