summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* add datasize commandAaron2009-04-021-1/+50
* refactor median key commandAaron2009-04-021-81/+91
* errorHandling for median keyEliot Horowitz2009-03-301-1/+6
* medianKey can choose an index based on fields of min and maxAaron2009-03-271-11/+75
* Add medianKey commandAaron2009-03-271-0/+47
* Add information on last update / delete to lastErrorAaron2009-03-261-13/+10
* Support large count and nscannedAaron2009-03-241-2/+2
* implemented dropIndexes for alt rec storeDwight2009-03-171-0/+1
* Don't release lock before shutdownAaron2009-03-021-5/+2
* eliminate old warnings that no longer applyDwight2009-02-241-2/+0
* dropcollection now reuses spaceDwight2009-02-241-4/+6
* processinfo class and meminfo command, only works on darwin for the momentEliot Horowitz2009-02-201-0/+25
* Clean up loggingAaron2009-02-191-2/+2
* Print help with the other command dispatch functionAaron2009-02-191-5/+12
* Don't create string unless we're actually going to logAaron2009-02-191-1/+1
* md5 of nothing is the same as md5 of ""Eliot Horowitz2009-02-181-5/+1
* filemd5 supports rootEliot Horowitz2009-02-181-2/+13
* help for filemd5Eliot Horowitz2009-02-181-1/+4
* log more on commandsdwight2009-02-181-6/+9
* dbcommands.cpp : add log() message when a closeAllDatabases message is reciev...Geir Magnusson Jr2009-02-181-0/+3
* MergeAaron2009-02-171-2/+49
|\
| * filemd5 commandEliot Horowitz2009-02-111-2/+49
* | Add command closeAllDatabasesAaron2009-02-171-0/+20
|/
* Slave override for listDatabasesAaron2009-02-091-0/+3
* doneAndDecouple() -> obj()Dwight2009-02-091-1/+1
* Add dummy sizeOnDisk for in-memory databases; 1 is Eliot's suggested sentinel...Aaron2009-02-061-1/+1
* Correctly check db name against 'admin'Aaron2009-02-061-1/+1
* oopsAaron2009-02-041-1/+1
* Allow 'count' command on a slaveAaron2009-02-041-7/+12
* Cleanup shutdown -- remove duplicate, debug messages; don't grab log mutexAaron2009-02-041-2/+4
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2009-01-301-0/+15
|\
| * add databases in memory to listdatabases for main memory testingEliot Horowitz2009-01-291-0/+15
* | validate command scandata:false optionDwight2009-01-301-34/+40
|/
* better validatedwight2009-01-281-0/+10
* shutdown commandDwight2009-01-261-0/+29
* check that _id is uniqueDwight2009-01-261-1/+1
* uptime to timeinfo commandEliot Horowitz2009-01-261-1/+5
* correct security on db eval'sdwight2009-01-231-1/+2
* Add 'fields' spec to cmd run countAaron2009-01-211-1/+0
* changed verbose to logLevel and added log(int)Eliot Horowitz2009-01-201-2/+1
* basic securityunknown2009-01-181-0/+11
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-1/+1
* Indent all lines within namespaces one levelAaron2009-01-151-628/+628
* Replace tab indentation with spacesAaron2009-01-141-32/+54
* Put our code in 'mongo' namespaceAaron2009-01-141-1/+4
* NEW pdfile # : 4.4; Support compound directions with compound indexesAaron2009-01-141-1/+1
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2009-01-101-0/+70
|\
| * getlasterrorDwight2009-01-051-0/+70
* | command work client driverdwight2009-01-101-0/+3
|/
* minor nicer loggingdwight2009-01-041-5/+11