summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* stdafx->pchDwight2010-04-271-1/+1
* use Shard class instead of string for passing around ShardsEliot Horowitz2010-04-271-0/+13
* compileEliot Horowitz2010-04-241-2/+2
* more compile fixDwight Merriman2010-04-241-2/+2
* control shell batch size DBQuery.shellBatchSize = 2 SERVER-1041Eliot Horowitz2010-04-231-1/+3
* fix parsingEliot Horowitz2010-04-221-1/+1
* don't pring getLastError on help()Eliot Horowitz2010-04-213-0/+7
* rsDwight Merriman2010-04-211-5/+6
* database and shard _id is now meaningfulEliot Horowitz2010-04-211-1/+5
* basic serverStatus for mongos SERVER-942Eliot Horowitz2010-04-201-1/+1
* Updated db.foo.help() to include name of the db to facilitate copy/paste.Jay Ridgeway2010-04-201-31/+32
* Nicer printShardingStatusMathias Stearn2010-04-131-0/+2
* Disable IPv6 by default. Add function and cmdline opt to enable.Mathias Stearn2010-04-081-0/+4
* Add some doc to setProfilingLevel().Richard Kreuter2010-04-081-1/+2
* better handling of IPv6 literal addressesMathias Stearn2010-04-081-2/+6
* listCommands command and db.listCommands helperEliot Horowitz2010-04-031-0/+23
* Unix socket support (must use --nohttpinterface for now) SERVER-866Mathias Stearn2010-04-021-1/+1
* getLastError w and wtimeout helpers SERVER-467Eliot Horowitz2010-04-021-2/+8
* don't print out old getLastError on client error SERVER-852Eliot Horowitz2010-03-301-2/+2
* fix compileEliot Horowitz2010-03-271-2/+2
* cleaningEliot Horowitz2010-03-271-13/+1
* SERVER-803 add testAaron2010-03-221-10/+12
* Merge branch 'master' of github.com:mongodb/mongoMike Dirolf2010-03-221-3/+20
|\
| * can use sharding with SyncClusterConnection for 2 phase commit across 3 serve...Eliot Horowitz2010-03-221-3/+20
* | assert.close just uses difference now (can specify decimal place) - old imple...Mike Dirolf2010-03-221-7/+8
|/
* fix for assert.close and use assert.close for 0 case in jstests/geob.jsMike Dirolf2010-03-221-0/+3
* mongos now using boost options SHARDING-82Eliot Horowitz2010-03-181-0/+1
* log message instead of printing stack trace when can't kill ops on shell shut...Aaron2010-03-171-2/+6
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-152-4/+5
* more tests for sync cluster connectionEliot Horowitz2010-03-111-4/+24
* read only command support in ClusterSyncConnectionEliot Horowitz2010-03-111-0/+12
* adding db.serverStatus() to db.help()Mathias Stearn2010-03-101-0/+1
* Revert "SERVER-695 don't destroy static global mutexes"Aaron2010-03-102-5/+4
* SERVER-695 don't destroy static global mutexesAaron2010-03-092-4/+5
* SERVER-705 return return code when stopping mongod programAaron2010-03-082-8/+11
* try to prevent shutdown stack traceEliot Horowitz2010-03-071-1/+1
* fix v8 and change lastID thing a bitEliot Horowitz2010-03-011-1/+1
* handle multiple geo indexes with $near SERVER-686Eliot Horowitz2010-03-011-0/+25
* write ops can't return or getLastError won't be calledEliot Horowitz2010-03-011-1/+1
* exit; should exit shell SERVER-683Eliot Horowitz2010-03-011-1/+1
* oops - forgot to commit thisEliot Horowitz2010-02-281-1/+1
* start of SyncClusterConnection testsEliot Horowitz2010-02-281-1/+12
* update vstudio js fileEliot Horowitz2010-02-281-1652/+1159
* cleaning test codeEliot Horowitz2010-02-281-11/+29
* scaling on collstatsEliot Horowitz2010-02-271-2/+2
* batchSize option for js and c++Eliot Horowitz2010-02-272-5/+13
* don't run test that checks profiling level in parallelAaron2010-02-251-1/+2
* edge case fixEliot Horowitz2010-02-261-1/+8
* shell fixDwight2010-02-251-1/+1
* db.foo.runCommand for running commands with a collection nameEliot Horowitz2010-02-241-3/+13