summaryrefslogtreecommitdiff
path: root/proto/io.go
AgeCommit message (Expand)Author
2016-12-18Rename packages to make goimports happy. BREAKING CHANGE.Luke Shumaker
2016-12-18Add BUG comments about unchecked lengths.Luke Shumaker
2016-06-18go back to using plain stringsLuke Shumaker
2016-06-18revert the last commitLuke Shumaker
2016-06-18Use a pool of byte arrays to reduce GC pressure.Luke Shumaker
2016-06-18Shoot, I needed to use ReadFull, not Read. Amature mistake.Luke Shumaker
2016-06-18fix a package name in an error messageLuke Shumaker
2016-06-18Write a mutable String class to avoid memory usage issues. Safer logging.Luke Shumaker
2016-06-17Correctly handle 0-length byte arrays in IO.Luke Shumaker
2015-09-18Massive documentation and copyright clean-up.Luke Shumaker