summaryrefslogtreecommitdiff
path: root/db/commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* move runAgainstRegistered to sharding SERVER-921Kristina2011-06-221-49/+0
* remove unused variableEliot Horowitz2011-03-301-2/+0
* SERVER-1465 remove replica pairsAaron2011-03-291-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-12/+12
* fix a 1.7 regression of REST stuffDwight2010-08-251-1/+1
* security fixdwight2010-07-121-2/+2
* Fix timer for 'dataSize', 'median', and 'splitVector' commandsAlberto Lerner2010-07-031-3/+2
* Factor out slow command log messageAlberto Lerner2010-07-021-0/+8
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* more build fixDwight2010-04-231-3/+1
* more /_commandsDwight2010-04-231-1/+9
* /_commands in the http interfaceDwight2010-04-231-3/+67
* rename fileDwight Merriman2010-04-211-1/+1
* checkpoint some webui workDwight Merriman2010-04-191-2/+10
* warning if multiple commands with same nameEliot Horowitz2010-04-031-1/+4
* change Command locking configEliot Horowitz2010-02-261-3/+3
* refactor again for mongos,mongoEliot Horowitz2010-02-121-78/+0
* refactoring command executionEliot Horowitz2010-02-121-0/+81
* Don't double-add ok and errmsg to cmd output SHARDING-76Mathias Stearn2010-01-281-2/+7
* some command cleaningEliot Horowitz2010-01-201-7/+22
* use float like mongodEliot Horowitz2009-12-011-1/+1
* add "ok" to commands resultEliot Horowitz2009-12-011-0/+2
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-14/+14
* command helper systemEliot Horowitz2009-02-131-1/+12
* Correctly check db name against 'admin'Aaron2009-02-061-1/+1
* set last error state when a $cmd error happensDwight2009-01-271-1/+3
* Indent all lines within namespaces one levelAaron2009-01-151-37/+37
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Replace tab indentation with spacesAaron2008-12-281-21/+21
* don't log to our oplog operations we are replicating from elsewhereDwight2008-12-051-1/+1
* first cut of $hintDwight2008-11-171-1/+1
* reorganize commands code for dbgridDwight2008-10-221-455/+6
* rename classesDwight2008-10-211-17/+17
* int datatypeunknown2008-10-121-2/+2
* copydbDwight2008-09-151-1/+1
* Merge branch 'master' of ssh://git.latenightcoders.com/data/gitroot/pEliot Horowitz2008-09-141-9/+9
|\
| * fix assumed initialization order of globalsDwight2008-09-121-9/+9
* | can use this. instead of obj. for $whereEliot Horowitz2008-09-141-4/+7
|/
* clean up commands (new method for making them)Dwight2008-09-101-28/+78
* break out code to serparate filedwight2008-09-081-0/+464