summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* some command cleaningEliot Horowitz2010-01-201-13/+6
* some more stats countersEliot Horowitz2010-01-161-2/+3
* Provide extra info with db.serverStatus()Mathias Stearn2010-01-151-0/+8
* get rid of clientIsEmpty() and add isEmpty() to DatbaseEliot Horowitz2010-01-141-2/+2
* SERVER-531 refactor code for not influencing lastErrorAaron2010-01-121-9/+3
* make mem info work on win32 SERVER-528Eliot Horowitz2010-01-101-4/+10
* a little code cleanup / renameingDwight2010-01-031-1/+1
* commentsEliot Horowitz2010-01-021-0/+1
* some cleaning/optmizing of Database* storage, also just a little encaspulationEliot Horowitz2010-01-021-16/+6
* nsToClient -> nsToDatabaseEliot Horowitz2009-12-311-4/+4
* FindAndModify command SERVER-459Mathias Stearn2009-12-301-0/+51
* prep for fsync exec optionDwight2009-12-301-11/+9
* stop using stringstream for loggingEliot Horowitz2009-12-291-1/+1
* configure "slow" queriesEliot Horowitz2009-12-291-2/+7
* link errorEliot Horowitz2009-12-291-0/+2
* option to limit # of connections (threads currently) default 20000 SERVER-471Eliot Horowitz2009-12-291-0/+8
* some profiling management cleaning pre SERVER-456Eliot Horowitz2009-12-291-11/+1
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-1/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-10/+10
* $atomic option on remove()Dwight2009-12-211-1/+1
* this was done elsewhereEliot Horowitz2009-12-181-3/+2
* reset query optimizer stats on adding or removing an indexEliot Horowitz2009-12-181-2/+3
* option for getlasterror to fsyncEliot Horowitz2009-12-171-0/+6
* cleaning/comments for namespacedetailstranient readabilityDwight2009-12-091-1/+1
* clean up MutexInfoDwight2009-12-031-1/+1
* make some commands read-oinlyDwight2009-12-031-2/+28
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-12-021-0/+1
|\
| * add "ok" to commands resultEliot Horowitz2009-12-011-0/+1
* | checkpoint some intermediate concurrency workDwight2009-12-021-1/+21
|/
* some command cleaning and query for distinct SERVER-437Eliot Horowitz2009-11-241-3/+3
* Better error messagesMathias Stearn2009-11-181-2/+13
* better m/r error handling and reportingEliot Horowitz2009-11-131-1/+8
* rename old oplog to diaglog - make it always compiled inEliot Horowitz2009-11-111-4/+2
* starting rename old oplog to diaglogEliot Horowitz2009-11-111-6/+8
* some db command cleaningEliot Horowitz2009-11-111-245/+6
* disintct and eoo fixEliot Horowitz2009-10-271-0/+2
* fix unittest; to unbreak the buildDwight2009-10-211-4/+6
* compileDwight2009-10-211-3/+3
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-211-1/+1
|\
| * fix assertEliot Horowitz2009-10-201-1/+1
* | allow more indexesDwight2009-10-211-14/+20
|/
* fix assertion messageEliot Horowitz2009-10-201-1/+1
* cleanup/prep for # of indexes workDwight2009-10-191-2/+2
* some tests were failing when _DEBUG was defined...MINORDwight2009-10-191-2/+2
* fix group with [] in inital SERVER-361Eliot Horowitz2009-10-151-1/+1
* move the var 'database' inside Client objectDwight2009-10-141-12/+12
* move curNs to Client objectDwight2009-10-131-5/+5
* make lasterror threadsafeDwight2009-10-121-3/+3
* add Connection classDwight2009-10-091-6/+4
* more flexible group MINOREliot Horowitz2009-10-081-0/+4