summaryrefslogtreecommitdiff
path: root/mongoimport
Commit message (Expand)AuthorAgeFilesLines
* TOOLS-655 full write concern support and testsKyle Erf2015-10-123-8/+5
* TOOLS-894 preserve key order in import and exportKyle Erf2015-09-093-29/+30
* TOOLS-846 provide value hints for argument taking optionsGabriel Russell2015-09-011-7/+7
* TOOLS-830 sizeTrackingReader need to be thread safeGabriel Russell2015-07-294-6/+20
* TOOLS-743 test updatesThomas Delacour2015-07-242-2/+2
* TOOLS-643 allow overriding writeconcern for mongos nodesmike o'brien2015-03-091-11/+8
* TOOLS-579 --type should disregard string casingGabriel Russell2015-02-101-1/+1
* TOOLS-591: fix comment typosWisdom Omuya2015-02-092-2/+2
* TOOLS-596 expose insertion worker optionsKyle Erf2015-01-292-5/+8
* TOOLS-591: improve mongoexport documentationWisdom Omuya2015-01-291-1/+3
* TOOLS-591: improve mongoimport documentationWisdom Omuya2015-01-296-21/+23
* TOOLS-591: improve common package documentationWisdom Omuya2015-01-285-26/+26
* TOOLS-584 unify usage stringsKyle Erf2015-01-282-4/+8
* TOOLS-591: improve package documentationWisdom Omuya2015-01-2312-579/+584
* TOOLS-581: use port 33333 for integration testsWisdom Omuya2015-01-201-1/+1
* TOOLS-572 help text rewritesKyle Erf2015-01-161-9/+9
* TOOLS-559 basic error cleanupKyle Erf2015-01-141-7/+7
* TOOLS-563 use --type in mongoexportKyle Erf2015-01-131-14/+8
* TOOLS-379: check document size before insertionWisdom Omuya2015-01-121-2/+6
* TOOLS-353 progress bars work with max=0Kyle Erf2015-01-071-10/+12
* TOOLS-378: create GOPATH setup scriptsWisdom Omuya2015-01-061-30/+29
* TOOLS-544: fix ignoreBlanks for multiple/nested blank valuesWisdom Omuya2015-01-058-96/+115
* TOOLS-358 format byte amountsKyle Erf2015-01-021-0/+1
* TOOLS-243: refactor goroutines in mongoimportWisdom Omuya2014-12-3110-172/+181
* TOOLS-530 tools should support [ISO]Date(" <date string > ") formatShraya Ramani2014-12-231-1/+1
* TOOLS-297: make tools' option parse error consistentWisdom Omuya2014-12-181-3/+3
* TOOLS-488: exit with a unique exit code for common "termination" signalsGabriel Russell2014-12-181-0/+2
* TOOLS-243: make InputReader Fields privateWisdom Omuya2014-12-175-34/+34
* TOOLS-258: tools should verify host argument's replica set nameWisdom Omuya2014-12-171-0/+1
* TOOLS-525: numProcessed -> indexWisdom Omuya2014-12-178-73/+67
* TOOLS-525: prevent data raceWisdom Omuya2014-12-174-21/+25
* TOOLS-525: improve error messageWisdom Omuya2014-12-171-6/+5
* TOOLS-525: fix options.js failureWisdom Omuya2014-12-171-34/+27
* TOOLS-520: using --upsert should maintain insertion orderWisdom Omuya2014-12-161-0/+1
* tools-313 rename progress bar and docstrings, cleanup CR commentsmike o'brien2014-12-156-27/+94
* TOOLS-496: prevent nil on arrivalsWisdom Omuya2014-12-154-31/+45
* TOOLS-479: --upsertFields can be used without --upsertWisdom Omuya2014-12-122-12/+10
* TOOLS-479: --upsert without --upsertFields should use _idWisdom Omuya2014-12-123-25/+102
* TOOLS-304: reject negative write concern w valueWisdom Omuya2014-12-112-14/+12
* TOOLS-474: --ignoreBlanks is invalid with JSON input typeWisdom Omuya2014-12-112-0/+10
* TOOLS-77: update --stopOnError help textWisdom Omuya2014-12-112-55/+42
* TOOLS-479: --upsertFields should imply --upsertWisdom Omuya2014-12-113-12/+6
* TOOLS-473: remove ReadHeaderFromSource() interface functionWisdom Omuya2014-12-106-73/+5
* TOOLS-473: refactor InputReader interfaceWisdom Omuya2014-12-108-67/+66
* TOOLS-473: validate upsertFields argumentWisdom Omuya2014-12-109-212/+167
* TOOLS-449: remove options subpackage from each tool packageSam Helman2014-12-104-20/+17
* tools-243 fix stale mongoimport filemike o'brien2014-12-101-25/+31
* tools-243 jstest for mongoimportmike o'brien2014-12-101-31/+25
* TOOLS-465: fix deadlock in processing goroutinesWisdom Omuya2014-12-0910-338/+341
* TOOLS-474: error when JSON type is used with invalid flagsWisdom Omuya2014-12-094-37/+121