summaryrefslogtreecommitdiff
path: root/db/dbcommands_generic.cpp
AgeCommit message (Expand)Author
2011-11-14make buildInfo not require auth again (back to 1.8 behavior) SERVER-3837Eliot Horowitz
2011-08-16fix ageoutjournalfiles parameter setting bug SERVER-3302Dwight
2011-08-08SERVER-2506 configurable journal batch commit timedwight
2011-07-27change command api to allow command options SERVER-3405gregs
2011-06-22more cleaningEliot Horowitz
2011-06-21temp stop age out of journal files for backups. backport?Dwight
2011-06-10split out sharding/non-sharding shutdownKristina
2011-06-10compileKristina
2011-06-10compileKristina
2011-06-10don't shut down if slaves aren't up-to-date SERVER-616Kristina
2011-05-04clean includesAaron
2011-05-02getLog command so you access RamLog entriesEliot Horowitz
2011-04-08configurable commit batch time but this is still experimentalDwight
2011-04-07inform user when setting isnt settable in mongosDwight
2011-04-04Assemble versionArray during static init timeMathias Stearn
2011-03-29SERVER-1465 remove replica pairsAaron
2011-03-04Add versionArray to buildinfo command to make it easy to test for minimum ver...Mathias Stearn
2011-02-02move availableQueryOptions to dbcommands_generic so it works in mongos SERVER...Eliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-05Merge branch 'master' of github.com:mongodb/mongodwight
2010-12-05refactor OID class a bit, cleanup, better id generation SERVER-2175dwight
2010-12-01putting back validation on setParamter replApplyBatchSize and a setParamter v...Eliot Horowitz
2010-11-30better error msgEliot Horowitz
2010-11-29features command shouldn't take a lockMathias Stearn
2010-11-29compiledwight
2010-11-29compiledwight
2010-11-29compiledwight
2010-11-29commentdwight
2010-11-29experimental option allowing application of multiple writes on a slave in a s...dwight
2010-11-22get/set -> (get|set)Parameter and a test SERVER-1843Eliot Horowitz
2010-11-22syncdelay in CmdLine and controllable via get/set SERVER-1843Eliot Horowitz
2010-11-22get/set work for logLevel and quiet SERVER-1843Eliot Horowitz
2010-11-09get rid of lastAssert and assertinfo commandEliot Horowitz
2010-10-15get all optionDwight
2010-10-15allow changing notablescan at runtime via {set:} commandDwight
2010-10-11split bson max size into User and InternalEliot Horowitz
2010-10-10using BSONObjMaxSize everywhere bson size comes into playEliot Horowitz
2010-10-08textDwight
2010-10-07mongomutex deserves its own filedwight
2010-10-06report max bson obj sizedwight
2010-09-13Revert "HostAndPort::isSelf() -> ListeningSockets::listeningOn()"Mathias Stearn
2010-09-10HostAndPort::isSelf() -> ListeningSockets::listeningOn()Mathias Stearn
2010-08-31optionally have dbexit try to get a dblockEliot Horowitz
2010-08-31make shutdownServer a little cleaner, no ~Client errorEliot Horowitz
2010-08-31extraneous newline in loggingdwight
2010-08-28add if debug is on to buildinfoEliot Horowitz
2010-08-18SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner
2010-08-02move sleep from generic to mongodEliot Horowitz
2010-08-02lock testing and suchDwight
2010-07-27make sure mongod and mongos report command errors the same way SERVER-1472Eliot Horowitz