summaryrefslogtreecommitdiff
path: root/db/dbeval.cpp
Commit message (Expand)AuthorAgeFilesLines
* authenticate command workdwight2009-01-181-2/+1
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-3/+3
* Indent all lines within namespaces one levelAaron2009-01-151-77/+77
* Replace tab indentation with spacesAaron2009-01-141-8/+13
* Put our code in 'mongo' namespaceAaron2009-01-141-1/+5
* eval works with a stringEliot Horowitz2009-01-081-4/+13
* try not to die in segv printouts with deadlocks and suchDwight2009-01-061-0/+1
* Replace tab indentation with spacesAaron2008-12-281-51/+53
* release_nojni visual studio target addedDwight2008-12-221-1/+2
* protect against inappropriate $cmd's to a slave mode dbDwight2008-12-111-0/+1
* don't log to our oplog operations we are replicating from elsewhereDwight2008-12-051-1/+1
* java code still thinks its $clientEliot Horowitz2008-12-021-1/+1
* replication fixes -- "first: true" support (local.dbinfo.*); clean up class nameDwight2008-12-021-1/+1
* slightly smarter tostringDwight2008-12-011-1/+1
* log info if dbeval is slowDwight2008-11-241-3/+13
* reorganize commands code for dbgridDwight2008-10-221-0/+93