index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
export.cpp
Age
Commit message (
Expand
)
Author
2011-07-26
Fix build compile
Spencer T Brody
2011-07-26
Part 2 of SERVER-1097: Make mongoexport export valid CSV
Spencer T Brody
2011-06-01
add slaveOk option to mongoexport SERVER-3086
gregs
2011-01-17
fix projecton generation for export since it uses getFieldDotted SERVER-2369
Eliot Horowitz
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-09-23
Tools shouldn't use $snapshot with --dbpath SERVER-1833
Mathias Stearn
2010-09-23
don't use snapshot with another query SERVER-1383
Eliot Horowitz
2010-06-14
--jsonArray for mongoexport SERVER-1083
Mathias Stearn
2010-04-27
fix # and --fieldFile handling SERVER-1059
Eliot Horowitz
2010-04-27
stdafx->pch
Dwight
2010-04-15
clean up stderr vs stdout for mongodump SERVER-564
Eliot Horowitz
2010-02-03
mongoimport and mongoexport should open files in text mode
Mathias Stearn
2010-01-22
minor: mongoexport exported count -> stderr so as not to clutter data going t...
Mike Dirolf
2010-01-03
a little code cleanup / renameing
Dwight
2009-10-09
cleaning tool debugging/tests
Eliot Horowitz
2009-10-09
changed mongoimportJSON to mongoimport - handles json/tsv/csv
Eliot Horowitz
2009-09-24
casing
Eliot Horowitz
2009-09-13
fix embedded fields in export SERVER-293
Eliot Horowitz
2009-09-10
mongoexport: copy fields argument before parsing
Mike Dirolf
2009-08-12
auth support for tools SERVER-147
Eliot Horowitz
2009-08-11
use $snapshot for dump/export tools SERVER-226
Eliot Horowitz
2009-06-25
minor: help text
Mike Dirolf
2009-06-25
print help if you don't give a namespace
Mike Dirolf
2009-06-25
minor: whitespace
Mike Dirolf
2009-05-20
adjust help formatting MINOR
Aaron
2009-05-20
Merge branch 'master' of git@github.com:mongodb/mongo
Aaron
2009-05-20
make tools capable of running standalone, without a mongod instance
Aaron
2009-05-20
add option to output to file
Aaron
2009-05-11
adjust dependencies MINOR
Aaron
2009-04-13
export needs to use jsonString, not toString
Eliot Horowitz
2009-02-09
doneAndDecouple() -> obj()
Dwight
2009-02-03
npe equiv
Eliot Horowitz
2009-02-02
export to json/csv tool
Eliot Horowitz