summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* CSV import/export now supports spaces in field names SERVER-687Mathias Stearn2010-03-011-1/+1
* formattingEliot Horowitz2010-02-281-186/+190
* configurable sleepEliot Horowitz2010-02-282-1/+13
* fix for csv import where last field has " SERVER-682Eliot Horowitz2010-02-271-1/+3
* limit to 3 places of precision for percentagesMike Dirolf2010-02-231-1/+1
* mongostat toolEliot Horowitz2010-02-231-0/+144
* changed Tool() cons arguments a bitEliot Horowitz2010-02-214-8/+11
* don't spam shutdown stuff on normal tool exec SERVER-624Eliot Horowitz2010-02-171-2/+5
* remove some manual free()s and mixed new/free()Mathias Stearn2010-02-122-11/+5
* typo MINORMathias Stearn2010-02-091-1/+1
* make tools wait until all modifications have completed before exitingMathias Stearn2010-02-093-0/+5
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-093-0/+48
* mongoimport and mongoexport should open files in text modeMathias Stearn2010-02-032-2/+2
* fix tools with --dbpathEliot Horowitz2010-02-011-1/+2
* tools: add repl pair syntax to --help SERVER-561Mathias Stearn2010-01-271-1/+1
* SERVER-308 add support for --directoryperdb optionAaron2010-01-261-0/+4
* SERVER-541 disable preallocation for toolsAaron2010-01-251-0/+2
* better debugging when can't open streamsEliot Horowitz2010-01-241-1/+1
* minor: mongoexport exported count -> stderr so as not to clutter data going t...Mike Dirolf2010-01-221-1/+1
* minor: tool argument errors to stderr not stdoutMike Dirolf2010-01-221-2/+2
* a little code cleanup / renameingDwight2010-01-032-4/+4
* Allocate line buffer on heap to avoid blowing the stack on windows. SERVER-410Mathias Stearn2009-12-281-4/+4
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-3/+3
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-284-6/+6
* better csv header line parsingEliot Horowitz2009-12-221-1/+4
* fix tool lockingEliot Horowitz2009-12-061-2/+0
* try to fix mongodumpDwight2009-12-041-0/+2
* use SlaveOk for doing counts SERVER-450Eliot Horowitz2009-12-022-1/+2
* init fixEliot Horowitz2009-11-281-0/+1
* mongoimport take --headerline for csv,tsv SERVER-444Eliot Horowitz2009-11-281-7/+25
* fix csv parsing with escaped fields SERVER-441Eliot Horowitz2009-11-281-3/+13
* more error handlingEliot Horowitz2009-11-271-0/+1
* fix assertion SERVER-433Eliot Horowitz2009-11-211-2/+2
* mongofiles put --replaceMathias Stearn2009-11-201-1/+15
* BDONObjBuilder::apendAsNumberEliot Horowitz2009-11-131-46/+1
* fix import with long long SERVER-424Eliot Horowitz2009-11-131-1/+2
* clean trailing spaces when importing json SERVER-402Eliot Horowitz2009-11-021-3/+9
* tool cleaningEliot Horowitz2009-10-272-3/+12
* use lexical_cast instead of atoll b/c of windowsEliot Horowitz2009-10-211-2/+7
* use long long for long int stringsEliot Horowitz2009-10-211-1/+1
* move CurOp into Client and make inprog handle multiple in progressDwight2009-10-161-1/+1
* 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