| Commit message (Expand) | Author | Age | Files | Lines |
* | bulk move of code to src/ SERVER-4551 | Eliot Horowitz | 2011-12-24 | 15 | -4742/+0 |
* | fix typo | Spencer T Brody | 2011-12-16 | 1 | -1/+1 |
* | Be more consistent about using log() vs cout in tools. | Spencer T Brody | 2011-12-13 | 3 | -51/+51 |
* | Fix compile | Spencer T Brody | 2011-12-13 | 1 | -1/+0 |
* | Mongorestore on sharded cluster: SERVER-3853 | Spencer T Brody | 2011-12-13 | 1 | -3/+114 |
* | Log a warning when restoring with different options than existing collection.... | Spencer T Brody | 2011-12-12 | 1 | -5/+39 |
* | better fix, allows dump of single collections without prohibited chars | Kevin Matulef | 2011-12-09 | 1 | -8/+13 |
* | re-arranged logic a bit, to same effect | Kevin Matulef | 2011-12-09 | 1 | -7/+9 |
* | no longer writes collections with '/' in name | Kevin Matulef | 2011-12-09 | 1 | -0/+6 |
* | fix compile | Spencer T Brody | 2011-12-07 | 1 | -3/+3 |
* | Make mongorestore restore collection options and indexes from the metadata fi... | Spencer T Brody | 2011-12-07 | 1 | -40/+128 |
* | Make mongodump create a metadata file with collection options and indexes to ... | Spencer T Brody | 2011-12-07 | 1 | -4/+63 |
* | mongostat handles arbiters and recovering nodes better | Eliot Horowitz | 2011-12-06 | 2 | -1/+19 |
* | use nicer pch include format | Eliot Horowitz | 2011-12-04 | 1 | -1/+1 |
* | SERVER-3265: added up-to timestamp option for restore | Brandon Diamond | 2011-12-01 | 1 | -3/+28 |
* | SERVER-3112: Improved stdout/err in mongoexport | Brandon Diamond | 2011-11-29 | 1 | -0/+9 |
* | remove warnings on some version of gcc | Eliot Horowitz | 2011-11-29 | 1 | -3/+3 |
* | fix indentation | Eliot Horowitz | 2011-11-28 | 2 | -173/+173 |
* | some refactoring of mongostat code | Eliot Horowitz | 2011-11-27 | 3 | -229/+337 |
* | SERVER-4311: Updated "M" to "PRI" in mongostat | Brandon Diamond | 2011-11-17 | 1 | -2/+2 |
* | SERVER-4122: "*" is a valid dbname. make mongodump use "" instead of "*" to r... | Tony Hannan | 2011-11-03 | 1 | -6/+6 |
* | CS-1535: Avoid writing to stderr unless dumping to stdout | Brandon Diamond | 2011-10-28 | 1 | -1/+10 |
* | CS-1535: Added method for toggling stdout/stderr in tools | Brandon Diamond | 2011-10-28 | 1 | -1/+5 |
* | SERVER-3641 SERVER-1458: mongostat uses auth with mongos/repsets | Brandon Diamond | 2011-10-24 | 1 | -7/+9 |
* | SERVER-2495: Added units to ProgressMeter | Brandon Diamond | 2011-10-13 | 2 | -0/+3 |
* | SERVER-2475: Added friendly descriptions to --help | Brandon Diamond | 2011-10-11 | 9 | -0/+24 |
* | Fixing small issue in earlier commit. | Brandon Diamond | 2011-10-11 | 1 | -1/+1 |
* | SERVER-3937: Only call GLE if w > 1 | Brandon Diamond | 2011-10-11 | 1 | -2/+6 |
* | SERVER-3937: Added write concern support to mongoimport | Brandon Diamond | 2011-10-07 | 1 | -4/+22 |
* | Use boost's string trim function rather than having our own. | Spencer T Brody | 2011-10-06 | 1 | -2/+4 |
* | SERVER-3690: Header excluded from CSV import objcount | Brandon Diamond | 2011-10-06 | 1 | -2/+7 |
* | SERVER-3299 trim hostname on replica set reconfig | Scott Hernandez | 2011-10-05 | 1 | -11/+0 |
* | compile | Dwight | 2011-09-28 | 1 | -2/+1 |
* | Merge branch 'master' of github.com:mongodb/mongo | Dwight | 2011-09-28 | 1 | -1/+1 |
|\ |
|
| * | Fix mongoimport on jsonArrays. SERVER-3834 | Spencer T Brody | 2011-09-27 | 1 | -1/+1 |
* | | add missing help mongostat | Dwight | 2011-09-28 | 1 | -1/+2 |
|/ |
|
* | Use slaveOk read in mongodump to allow dumping of secondaries. SERVER-3854. | Spencer T Brody | 2011-09-23 | 1 | -1/+1 |
* | move auth() to runNormal() thus this fix only affects normal cases | Lu Guanqun | 2011-09-18 | 1 | -2/+2 |
* | add auth() call to mongostat SERVER-3875 | Lu Guanqun | 2011-09-17 | 1 | -0/+2 |
* | mongooplog -new tool for replaying oplogs SERVER-3873 | Eliot Horowitz | 2011-09-15 | 1 | -0/+104 |
* | compile | dwight | 2011-09-13 | 1 | -1/+1 |
* | better error message | Eliot Horowitz | 2011-09-10 | 1 | -2/+2 |
* | --ssl for tools SERVER-3729 | Eliot Horowitz | 2011-09-01 | 1 | -0/+10 |
* | Make mongorestore ignore 'v' option when restoring indexes: SERVER-3687 | Spencer T Brody | 2011-08-29 | 1 | -1/+4 |
* | fix pcre include for client | Eliot Horowitz | 2011-08-22 | 1 | -1/+1 |
* | use our own version of pcre SERVER-2085 | Eliot Horowitz | 2011-08-18 | 1 | -1/+1 |
* | error out nicely with mongostat+auth on mongos SERVER-3619 | Kristina | 2011-08-17 | 4 | -7/+14 |
* | Handle empty string properly in mongoimport | Spencer T Brody | 2011-08-01 | 1 | -0/+3 |
* | Make mongorestore be able to properly restore system.users with --drop. SERVE... | Spencer T Brody | 2011-07-29 | 1 | -3/+29 |
* | Don't iterate off the end of a string in mongoimport | Spencer T Brody | 2011-07-27 | 1 | -5/+5 |