summaryrefslogtreecommitdiff
path: root/tools/dump.cpp
AgeCommit message (Expand)Author
2011-08-17error out nicely with mongostat+auth on mongos SERVER-3619Kristina
2011-07-11more error handling in dumpEliot Horowitz
2011-07-10better error handling for monogodumpEliot Horowitz
2011-06-26forceTableScan option for mongodump SERVER-3338Eliot Horowitz
2011-06-01don't use ? curop because it leads to user confusionEliot Horowitz
2011-04-13Use FILE* for I/O in mongodump for better error reporting SERVER-2143Mathias Stearn
2011-04-12make mongodump work on local.oplog.rsEliot Horowitz
2011-04-05unused variable warningMathias Stearn
2011-04-04Make mongodump --oplog work with auth SERVER-2850Mathias Stearn
2011-03-06repair handles invalid objects betterEliot Horowitz
2011-03-06repair mode works with -cEliot Horowitz
2011-03-04if you specify -d local -c oplog.$main should dumpEliot Horowitz
2011-03-03better inf. loop testingEliot Horowitz
2011-02-27better repair mongodumpEliot Horowitz
2011-02-25mongodump shouldn't use QueryOption_Exhaust when connected to mongos SERVER-2628Mathias Stearn
2011-01-16handle $err in mongodump SERVER-1851Eliot Horowitz
2011-01-09working on some repair utilitiesEliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-11-29Use oplog to make mongodump/restore point in time SERVER-2025Mathias Stearn
2010-11-03Use QueryOption_Exaust in mongodump. SERVER-2059Mathias Stearn
2010-09-23Tools shouldn't use $snapshot with --dbpath SERVER-1833Mathias Stearn
2010-08-23Made the special stdout parameter -, to be more in line with other apps, e.g....Justin Dearing
2010-08-16Hide connection options for tools that don't connect SERVER-1574Mathias Stearn
2010-08-06allow dumping a collection to stdout SERVER-763Kristina Chodorow
2010-07-28optional query for mongodumpEliot Horowitz
2010-04-27stdafx->pchDwight
2010-04-24fix for toolsDwight Merriman
2010-02-21changed Tool() cons arguments a bitEliot Horowitz
2010-01-24better debugging when can't open streamsEliot Horowitz
2010-01-03a little code cleanup / renameingDwight
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-02use SlaveOk for doing counts SERVER-450Eliot Horowitz
2009-10-09cleaning tool debugging/testsEliot Horowitz
2009-09-24nice progress meters for dump/restore SERVER-307Eliot Horowitz
2009-09-24casingEliot Horowitz
2009-09-23replace posix file write ops with ostreamEliot Horowitz
2009-09-11mongodump: move default argument to options declaration so it shows up in hel...Mike Dirolf
2009-09-11minor: whitespaceMike Dirolf
2009-08-12when doing a dump from a replica pair, do it from the slave SERVER-169Eliot Horowitz
2009-08-12auth support for tools SERVER-147Eliot Horowitz
2009-08-11use $snapshot for dump/export tools SERVER-226Eliot Horowitz
2009-06-28make -c work for mongodumpEliot Horowitz
2009-05-20make tools capable of running standalone, without a mongod instanceAaron
2009-03-19Replace emptyObj with BSONObj()Aaron
2009-01-31slave ok for doing dumpsyellow
2009-01-29sort() for c++ clientDwight
2009-01-29make run return and that is what the binary exits withEliot Horowitz
2009-01-27moving to unified Tool systemEliot Horowitz
2009-01-15Replaced our #defined cout with mongo::out()Aaron
2009-01-15Indent all lines within namespaces one levelAaron