aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/hex
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-03-03encoding/hex: remove unused variable from BenchmarkDumpTim Cooper
2019-03-05encoding/hex: simplify encoder arithmeticDaniel Martí
2019-03-02encoding/hex: simplify decoder arithmeticDaniel Martí
2018-08-21encoding/hex: pre-allocate Dump bufferTim Cooper
2018-05-31encoding/hex: improve Decode and DecodeString docsJosh Bleecher Snyder
2018-04-17encoding/hex: fix Dumper not always closing on Close callTim Cooper
2018-02-14encoding/hex: fix potential incorrect Dumper output when Close is called mult...Tim Cooper
2017-11-16encoding/hex: make Decode, Decoder, DecodeString agree about partial results ...Russ Cox
2017-10-20encoding/hex: add NewEncoder, NewDecoderTim Cooper
2017-08-15encoding/hex: save allocation in DecodeString()Agniva De Sarker
2017-08-14encoding/hex: improve testsAgniva De Sarker
2017-04-18encoding/hex: change lookup table back to stringJosh Bleecher Snyder
2016-11-13encoding/hex: Document DecodedLen.Thordur Bjornsson
2016-09-10encoding/hex: fix example function nameJosh Bleecher Snyder
2016-09-08encoding/hex: implement examples using all exported functionsEmmanuel Odeke
2016-08-17encoding/hex: change lookup table from string to arrayAlberto Donizetti
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-21encoding/hex: minor cleanupJosh Bleecher Snyder
2014-09-08build: move package sources from src/pkg to srcRuss Cox