summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* debugging for slow server statusEliot Horowitz2011-03-011-0/+2
* fix findAndModify when sort is used and _id in query SERVER-2530Mathias Stearn2011-02-101-0/+3
* move availableQueryOptions to dbcommands_generic so it works in mongos SERVER...Eliot Horowitz2011-02-021-12/+0
* fix GLE with w= for non-master servers SERVER-2443Eliot Horowitz2011-01-311-2/+13
* if no objects in a db, make avgObjSize 0 not nan SERVER-2440Eliot Horowitz2011-01-311-1/+1
* put db name in dbstats SERVER-2424Eliot Horowitz2011-01-271-1/+2
* "mem" has same permissions as other fields SERVER-2415Eliot Horowitz2011-01-271-3/+3
* better command error messageEliot Horowitz2011-01-211-1/+1
* defensivedwight2011-01-191-1/+13
* if you do w=2 with no write, should just return okEliot Horowitz2011-01-171-4/+5
* add commentEliot Horowitz2011-01-171-1/+2
* supposed to be this wayEliot Horowitz2011-01-171-3/+3
* Move opReplicatedEnough call until after checking for errorsMathias Stearn2011-01-171-3/+3
* put version# in mongos serverStatus as well as process name in mongos and mon...Eliot Horowitz2011-01-161-0/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-227/+232
* use ConnectionId type instead of unsignedEliot Horowitz2011-01-031-1/+1
* dur fix potential await issueDwight2011-01-031-1/+1
* put connectionId in Client and in getLastErrorEliot Horowitz2011-01-031-0/+2
* Add support for making NamespaceDetails::Extra writes durable and use this du...Aaron2010-12-281-1/+1
* verbose option to collstats that gives you extent breakdownsEliot Horowitz2010-12-271-1/+9
* dur statsdwight2010-12-271-0/+5
* fix getLastError handling for non-repl nodesEliot Horowitz2010-12-261-5/+11
* return err for w option on config serversKristina2010-12-241-1/+9
* add testDwight2010-12-221-1/+3
* oopsdwight2010-12-201-2/+0
* dur getlasterror wait for group commit via fsync:1dwight2010-12-131-16/+26
* fix typodwight2010-12-121-4/+4
* Pull some durability code into a class for easy disablingMathias Stearn2010-12-101-1/+1
* use boost::once for getHostNameCached and adding host to some commandsEliot Horowitz2010-11-281-0/+2
* on w timeout, don't set ok=0, but set ok=1 and set err SERVER-1585Eliot Horowitz2010-11-101-5/+16
* track replicated ops SERVER-1565Eliot Horowitz2010-11-091-0/+5
* track network in/out SERVER-2081Eliot Horowitz2010-11-091-0/+7
* cleaning ClientCursor to obey kernel rules and encapsulate more so can add lo...Eliot Horowitz2010-10-291-1/+1
* fix findAndModifyMathias Stearn2010-10-281-1/+2
* don't regenerate query in findAndModify unless nessisaryMathias Stearn2010-10-281-13/+14
* mongostat shows # of active readers/writers SERVER-1997Eliot Horowitz2010-10-241-7/+21
* consistent name for tmpEliot Horowitz2010-10-171-4/+7
* wasnt a problem, but saferdwight2010-10-171-1/+2
* allow changing notablescan at runtime via {set:} commandDwight2010-10-151-1/+0
* fix spacingEliot Horowitz2010-10-131-1/+1
* can pick how long sleep command sleeps forEliot Horowitz2010-10-131-2/+9
* expose listDatabases to rest SERVER-1909Eliot Horowitz2010-10-081-1/+1
* moving some commands into db/commands/ directoryEliot Horowitz2010-09-301-226/+0
* durability more work on declaring intent to write in the codeDwight2010-09-281-0/+1
* Merge branch 'master' of github.com:mongodb/mongodwight2010-09-271-6/+19
|\
| * check for killop in distinctEliot Horowitz2010-09-251-0/+2
| * Pass through update error messages in findAndModify SERVER-1777Mathias Stearn2010-09-231-2/+12
| * SERVER-1713 balancer doesn't move to a server with writebacks pendingAlberto Lerner2010-09-221-0/+3
| * cleaning diag log names and make sure to flush periodically SERVER-1814Eliot Horowitz2010-09-211-4/+2
* | towards durabilitydwight2010-09-271-12/+12
|/