summaryrefslogtreecommitdiff
path: root/pkg/pools
Commit message (Expand)AuthorAgeFilesLines
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* Fix pkg/pools staticcheck SA6002HuanHuan Ye2019-09-301-6/+5
* pkg/pools/pools.go: suppress SA6002: argument should be pointer-like for nowSebastiaan van Stijn2019-09-181-0/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Automated migration usingDaniel Nephin2018-03-161-6/+6
* Add canonical import commentDaniel Nephin2018-02-052-2/+2
* Add gosimple linterDaniel Nephin2017-09-121-12/+9
* pkg/pools: add buffer32KPool & use it for copyunclejack2017-06-102-5/+31
* pkg/pool: no need for double pointer for sync.PoolStephen J Day2016-10-201-15/+12
* pkg/pools: avoid copy of sync.PoolAlexander Morozov2016-06-231-4/+4
* fix variables that werent being calledJessica Frazelle2016-03-171-2/+1
* Lint on pkg/* packagesVincent Demeester2015-07-271-3/+5
* daemon: lower allocationsunclejack2015-06-301-0/+8
* Add tests for pkg/poolsVincent Demeester2015-05-161-0/+162
* Remove pools_nopool.go & build tag from pools.goWiseTrem2015-04-102-75/+0
* pkg/pool: add pools for bufio readers & writersunclejack2014-09-032-0/+184