summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-04-11SERVER-89209 Create Developer Workstation Bazel Installation Script (#20994)Zack Winter
2011-12-24bulk move of code to src/ SERVER-4551Eliot Horowitz
2011-12-16fix typoSpencer T Brody
2011-12-13Be more consistent about using log() vs cout in tools.Spencer T Brody
2011-12-13Fix compileSpencer T Brody
2011-12-13Mongorestore on sharded cluster: SERVER-3853Spencer T Brody
2011-12-12Log a warning when restoring with different options than existing collection....Spencer T Brody
2011-12-09better fix, allows dump of single collections without prohibited charsKevin Matulef
2011-12-09re-arranged logic a bit, to same effectKevin Matulef
2011-12-09no longer writes collections with '/' in nameKevin Matulef
2011-12-07fix compileSpencer T Brody
2011-12-07Make mongorestore restore collection options and indexes from the metadata fi...Spencer T Brody
2011-12-07Make mongodump create a metadata file with collection options and indexes to ...Spencer T Brody
2011-12-06mongostat handles arbiters and recovering nodes betterEliot Horowitz
2011-12-04use nicer pch include formatEliot Horowitz
2011-12-01SERVER-3265: added up-to timestamp option for restoreBrandon Diamond
2011-11-29SERVER-3112: Improved stdout/err in mongoexportBrandon Diamond
2011-11-29remove warnings on some version of gccEliot Horowitz
2011-11-28fix indentationEliot Horowitz
2011-11-27some refactoring of mongostat codeEliot Horowitz
2011-11-17SERVER-4311: Updated "M" to "PRI" in mongostatBrandon Diamond
2011-11-03SERVER-4122: "*" is a valid dbname. make mongodump use "" instead of "*" to r...Tony Hannan
2011-10-28CS-1535: Avoid writing to stderr unless dumping to stdoutBrandon Diamond
2011-10-28CS-1535: Added method for toggling stdout/stderr in toolsBrandon Diamond
2011-10-24SERVER-3641 SERVER-1458: mongostat uses auth with mongos/repsetsBrandon Diamond
2011-10-13SERVER-2495: Added units to ProgressMeterBrandon Diamond
2011-10-11SERVER-2475: Added friendly descriptions to --helpBrandon Diamond
2011-10-11Fixing small issue in earlier commit.Brandon Diamond
2011-10-11SERVER-3937: Only call GLE if w > 1Brandon Diamond
2011-10-07SERVER-3937: Added write concern support to mongoimportBrandon Diamond
2011-10-06Use boost's string trim function rather than having our own.Spencer T Brody
2011-10-06SERVER-3690: Header excluded from CSV import objcountBrandon Diamond
2011-10-05SERVER-3299 trim hostname on replica set reconfigScott Hernandez
2011-09-28compileDwight
2011-09-28Merge branch 'master' of github.com:mongodb/mongoDwight
2011-09-28add missing help mongostatDwight
2011-09-27Fix mongoimport on jsonArrays. SERVER-3834Spencer T Brody
2011-09-23Use slaveOk read in mongodump to allow dumping of secondaries. SERVER-3854.Spencer T Brody
2011-09-18move auth() to runNormal() thus this fix only affects normal casesLu Guanqun
2011-09-17add auth() call to mongostat SERVER-3875Lu Guanqun
2011-09-15mongooplog -new tool for replaying oplogs SERVER-3873Eliot Horowitz
2011-09-13compiledwight
2011-09-10better error messageEliot Horowitz
2011-09-01--ssl for tools SERVER-3729Eliot Horowitz
2011-08-29Make mongorestore ignore 'v' option when restoring indexes: SERVER-3687Spencer T Brody
2011-08-22fix pcre include for clientEliot Horowitz
2011-08-18use our own version of pcre SERVER-2085Eliot Horowitz
2011-08-17error out nicely with mongostat+auth on mongos SERVER-3619Kristina
2011-08-01Handle empty string properly in mongoimportSpencer T Brody
2011-07-29Make mongorestore be able to properly restore system.users with --drop. SERVE...Spencer T Brody