summaryrefslogtreecommitdiff
path: root/pkg/stdcopy/stdcopy.go
Commit message (Expand)AuthorAgeFilesLines
* Fix typos: remove duplicated "the"ohbarye2018-05-171-1/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* fix docker logs error handlingDrew Erny2017-02-141-1/+17
* stdcopy: remove logrus debug messages; makes it easier to vendor without the ...Erik Hollensbe2016-10-261-11/+0
* Optimizations for StdWriterBrian Goff2016-03-251-8/+15
* Make stdcopy.stdWriter goroutine safe.David Calavera2016-02-261-37/+40
* Add StdCopy happy path test: both reading and writingSergey Evstifeev2015-09-231-1/+3
* fix golint warnings/errors on `pkg/system` and `pkg/stdcopy`Zhang Wei2015-08-131-26/+31
* Fix Typo in stdcopy.goyuchengxia2015-06-241-2/+2
* Add some stdcopy_test (coverage)Vincent Demeester2015-04-201-4/+0
* correct pkg/stdcopy NewStdWriter function commentsDeshi Xiao2015-04-131-1/+1
* Replace aliased imports of logrus, fixes #11762Antonio Murdaca2015-03-261-10/+10
* Use logrus everywhere for loggingAlexandr Morozov2014-10-241-1/+1
* stdcopy: improve perf by avoiding buffer growthunclejack2014-09-171-4/+12
* move stdcopy to pkg/stdcopyunclejack2014-09-171-0/+164