summaryrefslogtreecommitdiff
path: root/tools/export.cpp
AgeCommit message (Expand)Author
2011-07-26Fix build compileSpencer T Brody
2011-07-26Part 2 of SERVER-1097: Make mongoexport export valid CSVSpencer T Brody
2011-06-01add slaveOk option to mongoexport SERVER-3086gregs
2011-01-17fix projecton generation for export since it uses getFieldDotted SERVER-2369Eliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-09-23Tools shouldn't use $snapshot with --dbpath SERVER-1833Mathias Stearn
2010-09-23don't use snapshot with another query SERVER-1383Eliot Horowitz
2010-06-14--jsonArray for mongoexport SERVER-1083Mathias Stearn
2010-04-27fix # and --fieldFile handling SERVER-1059Eliot Horowitz
2010-04-27stdafx->pchDwight
2010-04-15clean up stderr vs stdout for mongodump SERVER-564Eliot Horowitz
2010-02-03mongoimport and mongoexport should open files in text modeMathias Stearn
2010-01-22minor: mongoexport exported count -> stderr so as not to clutter data going t...Mike Dirolf
2010-01-03a little code cleanup / renameingDwight
2009-10-09cleaning tool debugging/testsEliot Horowitz
2009-10-09changed mongoimportJSON to mongoimport - handles json/tsv/csvEliot Horowitz
2009-09-24casingEliot Horowitz
2009-09-13fix embedded fields in export SERVER-293Eliot Horowitz
2009-09-10mongoexport: copy fields argument before parsingMike Dirolf
2009-08-12auth support for tools SERVER-147Eliot Horowitz
2009-08-11use $snapshot for dump/export tools SERVER-226Eliot Horowitz
2009-06-25minor: help textMike Dirolf
2009-06-25print help if you don't give a namespaceMike Dirolf
2009-06-25minor: whitespaceMike Dirolf
2009-05-20adjust help formatting MINORAaron
2009-05-20Merge branch 'master' of git@github.com:mongodb/mongoAaron
2009-05-20make tools capable of running standalone, without a mongod instanceAaron
2009-05-20add option to output to fileAaron
2009-05-11adjust dependencies MINORAaron
2009-04-13export needs to use jsonString, not toStringEliot Horowitz
2009-02-09doneAndDecouple() -> obj()Dwight
2009-02-03npe equivEliot Horowitz
2009-02-02export to json/csv toolEliot Horowitz