summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add --upsertFields and --directoryperdb for mongoimport2.7.7Wisdom Omuya2014-09-295-80/+78
* don't panic on invalid settingsWisdom Omuya2014-09-292-10/+8
* Working basic user+roles for mongorestoreKyle Erf2014-09-295-13/+158
* Added index support from system.indexes collection in mongorestoreKyle Erf2014-09-283-8/+75
* check that file copied (during test) to local FS actually existsalabid2014-09-261-0/+23
* we aren't sure about the number of bytes written (especially on windows)alabid2014-09-261-31/+1
* use filesystem agnostic file pathsWisdom Omuya2014-09-263-20/+23
* sasl tag to control the compiling of the kerberos functionalityGabriel Russell2014-09-262-0/+4
* strip CRLF for windows testsWisdom Omuya2014-09-261-7/+7
* making ssl a compile time option, and starting to do the same with gssapiGabriel Russell2014-09-266-122/+94
* don't wait twice on running shim commandsWisdom Omuya2014-09-261-3/+8
* Merge branch 'master' of github.com:mongodb/mongo-toolsalabid2014-09-266-2/+20
|\
| * a ToolOptions.Validate that validates that --collection and --dbpath are not ...Gabriel Russell2014-09-266-2/+20
* | removed datafiles from testdata dir in mongofiles and fixed the tests accordi...alabid2014-09-268-20/+398
|/
* fix for TestCreateIntentsForCollection testWisdom Omuya2014-09-261-3/+7
* Mongorestore index namespace fixKyle Erf2014-09-262-3/+6
* make .bat files executableWisdom Omuya2014-09-262-0/+0
* make tests clearerWisdom Omuya2014-09-261-6/+6
* fix shim tests on windowsWisdom Omuya2014-09-265-4/+20
* fix dumprestore4.js: return a failure code if --collection specified without ...mike o'brien2014-09-261-0/+4
* Mongorestore minor nit fixesKyle Erf2014-09-268-51/+95
* use docEq for tsv testsWisdom Omuya2014-09-261-1/+1
* fix for TestTSVImportDocument on windows-64Wisdom Omuya2014-09-261-2/+2
* command fix; mongodump shim commands now workKyle Erf2014-09-265-10/+46
* fix for metadata_test.goWisdom Omuya2014-09-262-2/+0
* remove unused TestIndexDocumentConversionWisdom Omuya2014-09-261-26/+0
* fix mongostat overflow bugWisdom Omuya2014-09-262-54/+54
* fix tsv1.jsWisdom Omuya2014-09-261-2/+2
* don't use strict string comparison for documents imported from csvWisdom Omuya2014-09-261-4/+4
* mongoimport: more fixing the leading/trailing whitespace parsing problem in c...Gabriel Russell2014-09-262-4/+79
* include check for whether indexes were actually created (in createIndex)alabid2014-09-261-2/+11
* update version str for all tools to 2.7.7alabid2014-09-2610-11/+15
* Iter() for paritySam Helman2014-09-261-2/+5
* Tail()Sam Helman2014-09-261-1/+1
* Change to use iterSam Helman2014-09-261-1/+1
* Host and port defaultsSam Helman2014-09-262-1/+9
* mongooplog: remove unnecessary sortSam Helman2014-09-261-1/+1
* mongooplog: use Tail()Sam Helman2014-09-263-95/+23
* Mongodump shim supportKyle Erf2014-09-269-159/+107
* set the authentication database to the tool's -d database if it's not specifi...mike o'brien2014-09-253-4/+16
* don't treat dumping of non-existent collections as fatal error.mike o'brien2014-09-251-1/+3
* split up defaults for host and portmike o'brien2014-09-251-2/+2
* mongodump: dbpath is not allowed when host is specifiedGabriel Russell2014-09-251-0/+6
* mongoimport: fixing the leading/trailing whitespace parsing problem in csv im...Gabriel Russell2014-09-252-1/+352
* mongodump: implementing --excludeCollectionsWithPrefix and --excludeCollectionGabriel Russell2014-09-252-4/+32
* use user-specified db instead of admin db to compute md5alabid2014-09-251-6/+72
* Merge branch 'master' into TOOLS-218Valeri Karpov2014-09-251536-54/+96018
|\
| * mongooplog: add json tags for passing info to shimSam Helman2014-09-251-7/+7
| * mongooplog code review changesSam Helman2014-09-253-16/+24
| * handle converting map[string]interface in exportmike o'brien2014-09-251-0/+3