summaryrefslogtreecommitdiff
path: root/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* more /_commandsDwight2010-04-231-1/+1
* /_commands in the http interfaceDwight2010-04-231-4/+10
* rs work; ismasterDwight2010-04-221-1/+1
* allow some commands in the webuiDwight Merriman2010-04-191-0/+1
* checkpoint some webui workDwight Merriman2010-04-191-1/+4
* betterDwight Merriman2010-04-191-3/+4
* change Command locking configEliot Horowitz2010-02-261-14/+9
* refactor again for mongos,mongoEliot Horowitz2010-02-121-12/+9
* refactoring command executionEliot Horowitz2010-02-121-1/+14
* some command cleaningEliot Horowitz2010-01-201-2/+7
* prep for fsync exec optionDwight2009-12-301-0/+7
* stop using stringstream for loggingEliot Horowitz2009-12-291-1/+1
* commentdwight2009-12-051-1/+3
* make some commands read-oinlyDwight2009-12-031-0/+5
* compile vstudiodwight2009-11-281-1/+1
* some command cleaning and query for distinct SERVER-437Eliot Horowitz2009-11-241-0/+12
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-14/+14
* virtual dtors == goodAaron2009-02-181-0/+1
* command helper systemEliot Horowitz2009-02-131-0/+2
* Allow 'count' command on a slaveAaron2009-02-041-1/+11
* basic securityunknown2009-01-181-0/+5
* Indent all lines within namespaces one levelAaron2009-01-151-30/+30
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Replace tab indentation with spacesAaron2008-12-281-10/+14
* protect against inappropriate $cmd's to a slave mode dbDwight2008-12-111-1/+13
* Adding some pairing testsAaron Staple2008-12-051-0/+2
* don't log to our oplog operations we are replicating from elsewhereDwight2008-12-051-1/+5
* catch asserts and report error to client on a queryunknown2008-10-291-2/+2
* reorganize commands code for dbgridDwight2008-10-221-0/+4
* rename classesDwight2008-10-211-1/+1
* fix assumed initialization order of globalsDwight2008-09-121-6/+1
* clean up commands (new method for making them)Dwight2008-09-101-0/+40