summaryrefslogtreecommitdiff
path: root/pkg/ioutils
Commit message (Expand)AuthorAgeFilesLines
* pkg/ioutils: remove deprecated TempDir() aliasSebastiaan van Stijn2023-05-061-10/+0
* fix blockThreshold full bugningmingxiao2023-01-171-5/+11
* ioutils: add regression test for bytespipe deadlockCory Snider2023-01-161-0/+59
* pkg/ioutils: TempDir: move to pkg/longpathSebastiaan van Stijn2022-12-202-22/+10
* pkg/ioutils: unify TempDir implementationSebastiaan van Stijn2022-12-202-12/+7
* pkg/*: fix "empty-lines" (revive)Sebastiaan van Stijn2022-09-283-3/+0
* Merge pull request #42543 from rainrambler/patch-1Sebastiaan van Stijn2021-09-011-10/+4
|\
| * use defer to unlock mutexrainrambler2021-08-271-10/+4
* | refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-275-19/+17
|/
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* fix go-digest to make sure the algorithms are registeredSebastiaan van Stijn2021-08-201-0/+5
* move pkg/ioutils.HashData() to libnetwork/resolvconfSebastiaan van Stijn2021-08-202-23/+0
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* pkg/ioutils use sha256 instead of sha1 in testsSebastiaan van Stijn2019-09-181-2/+2
* unconvert: remove unnescessary conversionsSebastiaan van Stijn2019-09-181-2/+2
* Fixed the inconsistence and also a potential data race in pkg/ioutils/bytespi...lzhfromutsc2019-07-011-1/+2
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Switch from x/net/context -> contextKir Kolyshkin2018-04-232-3/+2
* context.WithTimeout: do call the cancel funcKir Kolyshkin2018-04-201-1/+2
* Automated migration usingDaniel Nephin2018-03-161-2/+3
* Add canonical import commentDaniel Nephin2018-02-0513-13/+13
* Make image (layer) downloads faster by using pigzSargun Dhillon2018-01-161-3/+7
* Remove redundant build-tagsSebastiaan van Stijn2017-12-181-2/+0
* Fix golint errors.Daniel Nephin2017-08-181-4/+3
* move multireader out of /pkgVictor Vieux2017-06-012-449/+0
* pkg/ioutils: remove unused functionsStephen J Day2017-05-102-39/+0
* Merge pull request #32450 from miaoyq/fixed-a-bug-of-multireaderBrian Goff2017-04-102-1/+16
|\
| * Reset the position of all readers before reading the dataYanqiang Miao2017-04-082-1/+16
* | pkg/*: clean up a few issuesunclejack2017-03-302-3/+3
|/
* Improve coverage of pkg/ioutils/bufferSebastiaan van Stijn2017-02-281-0/+75
* fix some ineffectual assignmentsSebastiaan van Stijn2017-01-241-0/+3
* s/bCap/bLen/Tom Wilkie2016-11-171-4/+4
* Fix use of cap in MultiReadSeekerTom Wilkie2016-11-172-1/+22
* Merge pull request #25523 from dmcgowan/fsync-layer-filestoreAaron Lehmann2016-09-082-2/+175
|\
| * Update layer store to sync transaction files before committingDerek McGowan2016-08-092-2/+175
* | pkg/ioutils: fix multireader SEEK_CUR branchAlexander Morozov2016-09-062-12/+50
|/
* Set permission on atomic file writeDerek McGowan2016-06-292-4/+19
* ioutils: fix race in access closeErr in bytespipeAlexander Morozov2016-06-061-1/+2
* fix typosallencloud2016-06-021-1/+1
* Fix concurrent map access in bytespipeBrian Goff2016-05-121-1/+6
* Safer file io for configuration filesTonis Tiigi2016-04-212-0/+106
* Fix closing attach streams on lost tcp connectionTonis Tiigi2016-04-061-0/+4
* Improve performance/reduce allocs of bytespipeBrian Goff2016-04-054-56/+207
* pkg: cleanup some unused codeAlexander Morozov2016-03-312-19/+0
* Cleanup WriteFlusherBrian Goff2016-02-091-41/+41
* Fix typos found across repositoryJustas Brazauskas2015-12-131-1/+1
* Improved push and pull with upload manager and download managerAaron Lehmann2015-12-092-0/+98
* Cap the amount of buffering done by BytesPipeAaron Lehmann2015-11-124-270/+106
* Avoid panic on write after close in httpStephen J Day2015-11-021-10/+51
* Abstract builder and implement server-side dockerfile builderTibor Vass2015-10-062-0/+28