summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* better fix, allows dump of single collections without prohibited charsKevin Matulef2011-12-091-8/+13
* re-arranged logic a bit, to same effectKevin Matulef2011-12-091-7/+9
* no longer writes collections with '/' in nameKevin Matulef2011-12-091-0/+6
* fix compileSpencer T Brody2011-12-071-3/+3
* Make mongorestore restore collection options and indexes from the metadata fi...Spencer T Brody2011-12-071-40/+128
* Make mongodump create a metadata file with collection options and indexes to ...Spencer T Brody2011-12-071-4/+63
* mongostat handles arbiters and recovering nodes betterEliot Horowitz2011-12-062-1/+19
* use nicer pch include formatEliot Horowitz2011-12-041-1/+1
* SERVER-3265: added up-to timestamp option for restoreBrandon Diamond2011-12-011-3/+28
* SERVER-3112: Improved stdout/err in mongoexportBrandon Diamond2011-11-291-0/+9
* remove warnings on some version of gccEliot Horowitz2011-11-291-3/+3
* fix indentationEliot Horowitz2011-11-282-173/+173
* some refactoring of mongostat codeEliot Horowitz2011-11-273-229/+337
* SERVER-4311: Updated "M" to "PRI" in mongostatBrandon Diamond2011-11-171-2/+2
* SERVER-4122: "*" is a valid dbname. make mongodump use "" instead of "*" to r...Tony Hannan2011-11-031-6/+6
* CS-1535: Avoid writing to stderr unless dumping to stdoutBrandon Diamond2011-10-281-1/+10
* CS-1535: Added method for toggling stdout/stderr in toolsBrandon Diamond2011-10-281-1/+5
* SERVER-3641 SERVER-1458: mongostat uses auth with mongos/repsetsBrandon Diamond2011-10-241-7/+9
* SERVER-2495: Added units to ProgressMeterBrandon Diamond2011-10-132-0/+3
* SERVER-2475: Added friendly descriptions to --helpBrandon Diamond2011-10-119-0/+24
* Fixing small issue in earlier commit.Brandon Diamond2011-10-111-1/+1
* SERVER-3937: Only call GLE if w > 1Brandon Diamond2011-10-111-2/+6
* SERVER-3937: Added write concern support to mongoimportBrandon Diamond2011-10-071-4/+22
* Use boost's string trim function rather than having our own.Spencer T Brody2011-10-061-2/+4
* SERVER-3690: Header excluded from CSV import objcountBrandon Diamond2011-10-061-2/+7
* SERVER-3299 trim hostname on replica set reconfigScott Hernandez2011-10-051-11/+0
* compileDwight2011-09-281-2/+1
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-09-281-1/+1
|\
| * Fix mongoimport on jsonArrays. SERVER-3834Spencer T Brody2011-09-271-1/+1
* | add missing help mongostatDwight2011-09-281-1/+2
|/
* Use slaveOk read in mongodump to allow dumping of secondaries. SERVER-3854.Spencer T Brody2011-09-231-1/+1
* move auth() to runNormal() thus this fix only affects normal casesLu Guanqun2011-09-181-2/+2
* add auth() call to mongostat SERVER-3875Lu Guanqun2011-09-171-0/+2
* mongooplog -new tool for replaying oplogs SERVER-3873Eliot Horowitz2011-09-151-0/+104
* compiledwight2011-09-131-1/+1
* better error messageEliot Horowitz2011-09-101-2/+2
* --ssl for tools SERVER-3729Eliot Horowitz2011-09-011-0/+10
* Make mongorestore ignore 'v' option when restoring indexes: SERVER-3687Spencer T Brody2011-08-291-1/+4
* fix pcre include for clientEliot Horowitz2011-08-221-1/+1
* use our own version of pcre SERVER-2085Eliot Horowitz2011-08-181-1/+1
* error out nicely with mongostat+auth on mongos SERVER-3619Kristina2011-08-174-7/+14
* Handle empty string properly in mongoimportSpencer T Brody2011-08-011-0/+3
* Make mongorestore be able to properly restore system.users with --drop. SERVE...Spencer T Brody2011-07-291-3/+29
* Don't iterate off the end of a string in mongoimportSpencer T Brody2011-07-271-5/+5
* update tools for new ListenerEliot Horowitz2011-07-271-1/+1
* Fix test failures resulting from trying to query DB in tools that don't use aSpencer T Brody2011-07-261-1/+4
* Fix build compileSpencer T Brody2011-07-261-1/+1
* Make tools fail if they connect to a db requiring authentication but don'tSpencer T Brody2011-07-261-1/+5
* Part 2 of SERVER-1097: Make mongoexport export valid CSVSpencer T Brody2011-07-261-1/+68
* Part 1 of SERVER-1097: Make mongoimport adhere to CSV spec.Spencer T Brody2011-07-261-77/+109