summaryrefslogtreecommitdiff
path: root/pkg/tarsum
Commit message (Expand)AuthorAgeFilesLines
* pkg/tarsum: use strings.Cut() and minor refactorSebastiaan van Stijn2022-12-212-13/+7
* pkg/*: fix "empty-lines" (revive)Sebastiaan van Stijn2022-09-282-4/+0
* pkg/archive: audit gosec file-traversal lintsCory Snider2022-02-181-0/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-272-11/+9
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* gosec: add ignore comments for reported issues that can be ignoredSebastiaan van Stijn2019-09-181-2/+2
* pkg/tarsum: fix unit test for Go 1.11+Kir Kolyshkin2018-07-191-11/+12
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Fix tarsum for go 1.10Derek McGowan2018-04-122-16/+22
* Automated migration usingDaniel Nephin2018-03-161-8/+8
* builder: fix wrong cache hits building from tarsTonis Tiigi2018-02-151-1/+1
* Add canonical import commentDaniel Nephin2018-02-059-9/+9
* Windows: Case-insensitive filename matching against builder cacheJohn Howard2017-12-141-2/+9
* Add ineffassign linterDaniel Nephin2017-09-081-17/+10
* Add support for COPY from previous rootfsTonis Tiigi2017-03-231-0/+8
* fix t.Errorf to t.Error in serveral _test.gowefine2016-11-141-2/+2
* add defer file.Close to avoid potential fd leakallencloud2016-08-102-2/+14
* Fix build cache false positives when build context tar contains unnormalized ...Aaron Lehmann2016-04-141-1/+2
* fix variables that werent being calledJessica Frazelle2016-03-171-0/+8
* fix common misspellVictor Vieux2016-02-111-1/+1
* Fix typos found across repositoryJustas Brazauskas2015-12-132-3/+3
* Fix golint warningsAlexander Morozov2015-11-021-1/+1
* tarsum: add a big fat warningVincent Batts2015-08-251-0/+5
* Fix uses of "int" where "int64" should be used insteadAaron Lehmann2015-07-311-5/+5
* Lint on pkg/* packagesVincent Demeester2015-07-274-18/+47
* Carry of PR #13520Mary Anthony2015-06-131-1/+1
* Add test coverage for pkg/tarsumVincent Demeester2015-06-025-9/+199
* Remove PortSpecs from ConfigAntonio Murdaca2015-05-294-9/+9
* Finally remove our copy of "archive/tar" now that Go 1.4 is the minimum!Tianon Gravi2015-05-013-6/+3
* Remove subdirectories MAINTAINERS filesArnaud Porterie2015-03-061-4/+0
* Always store images with tarsum.v1 checksum addedJosh Hawn2015-01-232-0/+13
* Add Tarsum Calculation during v2 Pull operationJosh Hawn2015-01-152-5/+51
* Have .dockerignore support Dockerfile/.dockerignoreDoug Davis2015-01-061-0/+20
* pkg/tarsum: delete the logging codeunclejack2014-12-181-4/+0
* Merge pull request #9099 from vbatts/vbatts-tarsum_specMichael Crosby2014-12-101-0/+225
|\
| * tarsum: updates for jamtur01 commentsVincent Batts2014-11-241-46/+36
| * pkg/tarsum: review cleanupVincent Batts2014-11-241-1/+1
| * pkg/tarsum: review amendmentsVincent Batts2014-11-241-14/+21
| * pkg/tarsum: specification on TarSum checksumVincent Batts2014-11-241-0/+228
* | Correctly close generated benchmark archivesJosh Hawn2014-12-031-0/+1
* | Correct TarSum benchmarks: 9kTar and 9kTarGzipJosh Hawn2014-12-031-2/+8
* | Fix TarSum iteration testJosh Hawn2014-12-021-4/+4
* | pkg/tarsum: add maintainers & add missing sunclejack2014-11-262-1/+4
|/
* Merge pull request #9086 from vbatts/vbatts-tarsum_more_testsMichael Crosby2014-11-211-0/+147
|\
| * pkg/tarsum: adding more testsVincent Batts2014-11-111-0/+147
* | Add unit test for tarSum.Sum() with no dataJosh Hawn2014-11-191-0/+11
* | pkg/tarsum: actually init the TarSum structVincent Batts2014-11-191-12/+4
* | Finalize TarSum Version 1 w/ refactorJosh Hawn2014-11-043-54/+100
|/
* Use logrus everywhere for loggingAlexandr Morozov2014-10-241-1/+1
* pkg/tarsum: fix panic with dynamic bufferDerek McGowan2014-09-252-2/+18