summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* fix restoreEliot Horowitz2010-12-091-4/+9
* Fixup ns when inserting index & check for errors. SERVER-2186.Richard Kreuter2010-12-091-0/+28
* Make the file being processed a member of Tool.Richard Kreuter2010-12-092-4/+5
* mongoimport: --upsertFields should imply --upsert SERVER-2070Mathias Stearn2010-12-011-1/+1
* Use oplog to make mongodump/restore point in time SERVER-2025Mathias Stearn2010-11-292-5/+111
* make sure tools always use the same slave connectionMathias Stearn2010-11-292-3/+7
* compile linuxEliot Horowitz2010-11-281-4/+4
* mongostat shows replicated ops SERVER-1565Eliot Horowitz2010-11-091-1/+37
* better mongostat output for dbs > 1tbEliot Horowitz2010-11-091-0/+7
* help for netIn/Out SERVER-2081Eliot Horowitz2010-11-091-0/+2
* net info in mongostat SERVER-2081Eliot Horowitz2010-11-091-1/+32
* fix for finding hidden files SERVER-2000Mathias Stearn2010-11-051-1/+1
* skip hidden files and directories in mongodump SERVER-2000Mathias Stearn2010-11-051-0/+4
* Do indexes after data in mongorestore SERVER-1975Mathias Stearn2010-11-051-4/+2
* --discover works for mongos nowEliot Horowitz2010-11-031-0/+34
* better printing for mongos + shards SERVER-2038Eliot Horowitz2010-11-031-8/+19
* mongostat cleaning and towards discover for sharding SERVER-2038Eliot Horowitz2010-11-031-33/+127
* Use QueryOption_Exaust in mongodump. SERVER-2059Mathias Stearn2010-11-031-9/+30
* outdated TODOMathias Stearn2010-11-031-1/+0
* clean up tools option controlsEliot Horowitz2010-11-023-13/+18
* show memory in m or g add --all optionEliot Horowitz2010-10-251-3/+20
* mongostat shows # of active readers/writers SERVER-1997Eliot Horowitz2010-10-241-12/+23
* when mongostat in discover mode turn off verbose socket loggingEliot Horowitz2010-10-241-0/+1
* easier auto detection of replica set status from ismasterEliot Horowitz2010-10-241-1/+3
* intial support for --discoverEliot Horowitz2010-10-151-8/+46
* master/slave set info in mongostat part of SERVER-1565Eliot Horowitz2010-10-151-1/+30
* mongostat base support for many serversEliot Horowitz2010-10-142-29/+161
* cleaning stat code to split logic/display betterEliot Horowitz2010-10-141-56/+61
* fix SIGHUP handling SERVER-1934Eliot Horowitz2010-10-131-1/+1
* check imports are going to a master SERVER-1878Kristina Chodorow2010-10-084-0/+31
* better exception handling in mongobridgeAaron2010-09-271-28/+39
* Tools shouldn't use $snapshot with --dbpath SERVER-1833Mathias Stearn2010-09-232-3/+3
* don't use snapshot with another query SERVER-1383Eliot Horowitz2010-09-231-2/+5
* make bsondump check for empty pathKristina Chodorow2010-09-101-1/+8
* compile?Dwight2010-09-091-2/+4
* Made the special stdout parameter -, to be more in line with other apps, e.g....Justin Dearing2010-08-231-2/+2
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-2/+2
* Hide connection options for tools that don't connect SERVER-1574Mathias Stearn2010-08-165-17/+30
* use json for bsondump SERVER-1631Eliot Horowitz2010-08-131-1/+1
* better help for mongostatMathias Stearn2010-08-091-1/+1
* allow dumping a collection to stdout SERVER-763Kristina Chodorow2010-08-061-15/+40
* make cells widerEliot Horowitz2010-07-301-3/+2
* replaced replica pair connection with basic set version SERVER-1320Eliot Horowitz2010-07-301-2/+3
* fix tool connection code so can use repl set, etc...Eliot Horowitz2010-07-301-15/+9
* optional query for mongodumpEliot Horowitz2010-07-281-2/+16
* SERVER-1270 Elim c_str() /toolsAlberto Lerner2010-07-202-2/+2
* SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-191-2/+2
* Fix warningsAlberto Lerner2010-07-191-2/+2
* Fix buildAlberto Lerner2010-07-181-2/+2
* compile snifferdwight2010-07-181-2/+2