summaryrefslogtreecommitdiff
path: root/db/dbcommands_generic.cpp
Commit message (Expand)AuthorAgeFilesLines
* move availableQueryOptions to dbcommands_generic so it works in mongos SERVER...Eliot Horowitz2011-02-021-0/+13
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-32/+32
* Merge branch 'master' of github.com:mongodb/mongodwight2010-12-051-8/+5
|\
| * putting back validation on setParamter replApplyBatchSize and a setParamter v...Eliot Horowitz2010-12-011-8/+5
* | refactor OID class a bit, cleanup, better id generation SERVER-2175dwight2010-12-051-3/+3
|/
* better error msgEliot Horowitz2010-11-301-1/+1
* features command shouldn't take a lockMathias Stearn2010-11-291-1/+1
* compiledwight2010-11-291-1/+1
* compiledwight2010-11-291-1/+2
* compiledwight2010-11-291-1/+1
* commentdwight2010-11-291-0/+3
* experimental option allowing application of multiple writes on a slave in a s...dwight2010-11-291-7/+29
* get/set -> (get|set)Parameter and a test SERVER-1843Eliot Horowitz2010-11-221-5/+5
* syncdelay in CmdLine and controllable via get/set SERVER-1843Eliot Horowitz2010-11-221-0/+8
* get/set work for logLevel and quiet SERVER-1843Eliot Horowitz2010-11-221-1/+25
* get rid of lastAssert and assertinfo commandEliot Horowitz2010-11-091-22/+0
* get all optionDwight2010-10-151-2/+4
* allow changing notablescan at runtime via {set:} commandDwight2010-10-151-2/+48
* split bson max size into User and InternalEliot Horowitz2010-10-111-1/+1
* using BSONObjMaxSize everywhere bson size comes into playEliot Horowitz2010-10-101-1/+1
* textDwight2010-10-081-1/+1
* mongomutex deserves its own filedwight2010-10-071-7/+1
* report max bson obj sizedwight2010-10-061-0/+1
* Revert "HostAndPort::isSelf() -> ListeningSockets::listeningOn()"Mathias Stearn2010-09-131-15/+0
* HostAndPort::isSelf() -> ListeningSockets::listeningOn()Mathias Stearn2010-09-101-0/+15
* optionally have dbexit try to get a dblockEliot Horowitz2010-08-311-2/+1
* make shutdownServer a little cleaner, no ~Client errorEliot Horowitz2010-08-311-1/+5
* extraneous newline in loggingdwight2010-08-311-1/+2
* add if debug is on to buildinfoEliot Horowitz2010-08-281-0/+7
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-1/+1
* move sleep from generic to mongodEliot Horowitz2010-08-021-28/+0
* lock testing and suchDwight2010-08-021-4/+12
* make sure mongod and mongos report command errors the same way SERVER-1472Eliot Horowitz2010-07-271-0/+21
* move shutdown to generic so can be used by mongosEliot Horowitz2010-07-261-0/+27
* don't show entries in listCommands for oldnamesMathias Stearn2010-07-221-0/+5
* have read/write lock on all platforms/boost nowEliot Horowitz2010-06-291-1/+0
* Pull all the code for defining and printing the version of executables to one...alerner2010-05-281-0/+1
* object id coordination across cluster SERVER-927Eliot Horowitz2010-05-111-0/+5
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-7/+7
* moved some commands around so can be used for mongod and mongosEliot Horowitz2010-04-281-0/+184