summaryrefslogtreecommitdiff
path: root/tools/tool.cpp
AgeCommit message (Expand)Author
2011-09-23Use slaveOk read in mongodump to allow dumping of secondaries. SERVER-3854.Spencer T Brody
2011-09-01--ssl for tools SERVER-3729Eliot Horowitz
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-07-26Fix test failures resulting from trying to query DB in tools that don't use aSpencer T Brody
2011-07-26Make tools fail if they connect to a db requiring authentication but don'tSpencer T Brody
2011-07-26Make bson tools trailer line go to stderr not stdout: SERVER-1619Spencer T Brody
2011-06-23server-2904U-tellus\cwestin
2011-05-09Tools now support --journal with --dbpath SERVER-2300Mathias Stearn
2011-04-05fix compile warningEliot Horowitz
2011-04-03g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn
2011-03-17SERVER-2691.Richard Kreuter
2011-03-03fix boost 1.45Eliot Horowitz
2011-02-17update mongorestore for large documents SERVER-2575Eliot Horowitz
2011-01-25change tool help from repl pairs to sets SERVER-2390Eliot Horowitz
2011-01-16fix fcloseEliot Horowitz
2011-01-16close bson file handles SERVER-2359Eliot Horowitz
2011-01-12when durableDefaultOn is specified, don't enable durability in tool binariesAaron
2011-01-09FileAllocator cleaningEliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-09Make the file being processed a member of Tool.Richard Kreuter
2010-11-29make sure tools always use the same slave connectionMathias Stearn
2010-11-28compile linuxEliot Horowitz
2010-11-03outdated TODOMathias Stearn
2010-11-02clean up tools option controlsEliot Horowitz
2010-10-14mongostat base support for many serversEliot Horowitz
2010-10-13fix SIGHUP handling SERVER-1934Eliot Horowitz
2010-10-08check imports are going to a master SERVER-1878Kristina Chodorow
2010-08-16Hide connection options for tools that don't connect SERVER-1574Mathias Stearn
2010-07-30replaced replica pair connection with basic set version SERVER-1320Eliot Horowitz
2010-07-30fix tool connection code so can use repl set, etc...Eliot Horowitz
2010-07-20SERVER-1270 Elim c_str() /toolsAlberto Lerner
2010-07-19Fix warningsAlberto Lerner
2010-07-12stat help and cleaningEliot Horowitz
2010-07-07fadvise in mongorestoreMathias Stearn
2010-07-02squash warningMathias Stearn
2010-06-29more strlen(x) == 0 smashingMathias Stearn
2010-06-09auto-reconnect for mongostatEliot Horowitz
2010-06-09some tool cleaning, bsondump toolEliot Horowitz
2010-06-03support '-' in fields for mongoimport/export SERVER-1127Mathias Stearn
2010-06-03Add --port option to tools. SERVER-1157Mathias Stearn
2010-06-03some nicer error messagesEliot Horowitz
2010-05-24Hide password from ps output SERVER-1129Mathias Stearn
2010-05-08some typos SERVER-1103Eliot Horowitz
2010-05-04All tools (including shell) take -p should allow it to be blank and do passw...Guillaume Delannoy
2010-04-27fix # and --fieldFile handling SERVER-1059Eliot Horowitz
2010-04-16support doing mongostat over httpEliot Horowitz
2010-04-15clean up stderr vs stdout for mongodump SERVER-564Eliot Horowitz
2010-04-08Disable IPv6 by default. Add function and cmdline opt to enable.Mathias Stearn