summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* add delete command to mongofilesMathias Stearn2009-10-141-0/+7
* add uploadDate and contentType fields to GridFS files generated in C++. Add -...Mathias Stearn2009-10-141-1/+5
* mongofiles now supports stdin/out for put/get operationsMathias Stearn2009-10-141-1/+4
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-10-121-1/+1
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-123-19/+52
| |\
| * | compileDwight2009-10-121-1/+1
* | | --ignoreBlanks option for importEliot Horowitz2009-10-121-1/+11
| |/ |/|
* | add option to read fields from a fileEliot Horowitz2009-10-123-19/+52
|/
* debugging for importEliot Horowitz2009-10-111-2/+6
* cleaning tool debugging/testsEliot Horowitz2009-10-092-4/+21
* Connection::initThreadEliot Horowitz2009-10-091-0/+1
* changed mongoimportJSON to mongoimport - handles json/tsv/csvEliot Horowitz2009-10-095-141/+276
* _id index is created automatically nowEliot Horowitz2009-10-091-10/+0
* make mongoimportjson not crash with small objects, some ProgressMeter enhance...Eliot Horowitz2009-10-081-7/+15
* more ProgressMeter to public placeEliot Horowitz2009-10-052-43/+0
* allow restoring a single collection to a different collection nameMike Dirolf2009-09-291-9/+22
* mongofiles: --local option to specify different filename on local filesystem ...Mike Dirolf2009-09-241-11/+17
* make restore directory a positional argumentMike Dirolf2009-09-241-1/+6
* allow mongorestore to restore a single .bson fileMike Dirolf2009-09-241-6/+2
* minor: whitespaceMike Dirolf2009-09-241-2/+2
* nice progress meters for dump/restore SERVER-307Eliot Horowitz2009-09-244-11/+55
* casingEliot Horowitz2009-09-246-6/+6
* lowercaseEliot Horowitz2009-09-242-0/+0
* replace posix file write ops with ostreamEliot Horowitz2009-09-231-5/+6
* mongorestore: can specify db to restore to (only when restoring a directory c...Mike Dirolf2009-09-151-15/+35
* restore: use default arg instead of positional for dump directory. check for ...Mike Dirolf2009-09-151-3/+7
* restore can import 64-bit data files with 32-bit mongorestore SERVER-141Eliot Horowitz2009-09-151-22/+34
* fix embedded fields in export SERVER-293Eliot Horowitz2009-09-131-4/+5
* mongodump: move default argument to options declaration so it shows up in hel...Mike Dirolf2009-09-111-2/+2
* minor: whitespaceMike Dirolf2009-09-112-31/+31
* minor: mongofiles more clear docsMike Dirolf2009-09-111-3/+4
* print hex of id alsoEliot Horowitz2009-09-111-1/+1
* mongoexport: copy fields argument before parsingMike Dirolf2009-09-101-3/+4
* tools: support for -vvvv, use same options style as mongod and mongoMike Dirolf2009-09-011-2/+20
* add hidden_options to Tool.cpp - better help message for mongofilesMike Dirolf2009-09-013-6/+23
* minor: more whitespaceMike Dirolf2009-09-012-14/+14
* tools: make output nicer on program options errorsMike Dirolf2009-09-011-5/+11
* minor: whitespaceMike Dirolf2009-09-011-8/+8
* make read buffer bigger SERVER-265Eliot Horowitz2009-08-261-4/+4
* when doing a dump from a replica pair, do it from the slave SERVER-169Eliot Horowitz2009-08-123-6/+14
* auth support for tools SERVER-147Eliot Horowitz2009-08-127-5/+47
* don't need execinfo in bridge at all MINOREliot Horowitz2009-08-121-2/+1
* check for NOEXECINFO for mongobridge as wellMike Dirolf2009-08-121-3/+3
* almost made sniff compile on WIN32 MINOREliot Horowitz2009-08-111-0/+1
* another sniff win attempt MINOREliot Horowitz2009-08-111-2/+6
* try to fix win32 compile MINOREliot Horowitz2009-08-111-2/+2
* use DBClientPaired when given , serversEliot Horowitz2009-08-112-17/+35
* use $snapshot for dump/export tools SERVER-226Eliot Horowitz2009-08-112-3/+3
* towards mongosniff on windows with winpcapMike Dirolf2009-08-071-1/+4
* possibly fix / 0 - verboseEliot Horowitz2009-07-131-2/+7