summaryrefslogtreecommitdiff
path: root/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* maintenance mode for commands SERVER-3427Kristina2011-07-291-0/+5
* full API change to command interface, add options SERVER-3405gregs2011-07-271-10/+2
* change command api to allow command options SERVER-3405gregs2011-07-271-3/+8
* test and group slaveok fix for SERVER-3405gregs2011-07-271-1/+5
* split out sharding/non-sharding shutdownKristina2011-06-101-1/+19
* StackBufBuilderdwight2011-05-101-2/+0
* commentDwight2011-05-091-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-9/+9
* Pull timer.h and time_support.h out of goodies.hAlberto Lerner2010-09-161-0/+2
* cleaningdwight2010-08-161-3/+1
* make sure mongod and mongos report command errors the same way SERVER-1472Eliot Horowitz2010-07-271-0/+1
* Fix timer for 'dataSize', 'median', and 'splitVector' commandsAlberto Lerner2010-07-031-3/+1
* Factor out slow command log messageAlberto Lerner2010-07-021-0/+4
* 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