summaryrefslogtreecommitdiff
path: root/tools/dump.cpp
Commit message (Expand)AuthorAgeFilesLines
* allow dumping a collection to stdout SERVER-763Kristina Chodorow2010-08-061-15/+40
* optional query for mongodumpEliot Horowitz2010-07-281-2/+16
* stdafx->pchDwight2010-04-271-1/+1
* fix for toolsDwight Merriman2010-04-241-1/+1
* changed Tool() cons arguments a bitEliot Horowitz2010-02-211-1/+1
* better debugging when can't open streamsEliot Horowitz2010-01-241-1/+1
* a little code cleanup / renameingDwight2010-01-031-3/+3
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-1/+1
* use SlaveOk for doing counts SERVER-450Eliot Horowitz2009-12-021-1/+1
* cleaning tool debugging/testsEliot Horowitz2009-10-091-1/+1
* nice progress meters for dump/restore SERVER-307Eliot Horowitz2009-09-241-4/+5
* casingEliot Horowitz2009-09-241-1/+1
* replace posix file write ops with ostreamEliot Horowitz2009-09-231-5/+6
* mongodump: move default argument to options declaration so it shows up in hel...Mike Dirolf2009-09-111-2/+2
* minor: whitespaceMike Dirolf2009-09-111-17/+17
* when doing a dump from a replica pair, do it from the slave SERVER-169Eliot Horowitz2009-08-121-3/+3
* auth support for tools SERVER-147Eliot Horowitz2009-08-121-2/+4
* use $snapshot for dump/export tools SERVER-226Eliot Horowitz2009-08-111-2/+2
* make -c work for mongodumpEliot Horowitz2009-06-281-1/+4
* make tools capable of running standalone, without a mongod instanceAaron2009-05-201-3/+4
* Replace emptyObj with BSONObj()Aaron2009-03-191-2/+2
* slave ok for doing dumpsyellow2009-01-311-2/+2
* sort() for c++ clientDwight2009-01-291-1/+1
* make run return and that is what the binary exits withEliot Horowitz2009-01-291-2/+2
* moving to unified Tool systemEliot Horowitz2009-01-271-122/+78
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-9/+9
* Indent all lines within namespaces one levelAaron2009-01-151-68/+68
* Replace tab indentation with spacesAaron2009-01-141-88/+88
* Put our code in 'mongo' namespaceAaron2009-01-141-3/+6
* typoEliot Horowitz2009-01-111-1/+1
* fix param parsingEliot Horowitz2009-01-101-1/+1
* typor0.1.7_rc1Eliot Horowitz2008-12-291-1/+1
* fast db binary dumpEliot Horowitz2008-12-291-0/+154