summaryrefslogtreecommitdiff
path: root/src/encoding/hex
Commit message (Expand)AuthorAgeFilesLines
* Revert "hex: fix panic in Decode when len(src) > 2*len(dst)"Joe Tsai2023-02-212-15/+0
* encoding/hex: fix Decode output check regressionJoe Tsai2023-02-072-5/+8
* hex: fix panic in Decode when len(src) > 2*len(dst)Benjamin Prosnitz2023-01-272-0/+12
* encoding: use strings.Buildercuiweixie2022-09-061-2/+2
* encoding/hex: implement Decode with a lookup tableeh-steve2022-03-111-23/+32
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+1
* encoding/hex: remove unused variable from BenchmarkDumpTim Cooper2020-03-031-1/+0
* encoding/hex: simplify encoder arithmeticDaniel Martí2019-03-052-4/+7
* encoding/hex: simplify decoder arithmeticDaniel Martí2019-03-022-8/+23
* encoding/hex: pre-allocate Dump bufferTim Cooper2018-08-212-2/+24
* encoding/hex: improve Decode and DecodeString docsJosh Bleecher Snyder2018-05-311-6/+6
* encoding/hex: fix Dumper not always closing on Close callTim Cooper2018-04-172-1/+17
* encoding/hex: fix potential incorrect Dumper output when Close is called mult...Tim Cooper2018-02-142-1/+23
* encoding/hex: make Decode, Decoder, DecodeString agree about partial results ...Russ Cox2017-11-162-56/+61
* encoding/hex: add NewEncoder, NewDecoderTim Cooper2017-10-202-2/+133
* encoding/hex: save allocation in DecodeString()Agniva De Sarker2017-08-151-3/+4
* encoding/hex: improve testsAgniva De Sarker2017-08-141-9/+10
* encoding/hex: change lookup table back to stringJosh Bleecher Snyder2017-04-181-4/+1
* encoding/hex: Document DecodedLen.Thordur Bjornsson2016-11-131-0/+3
* encoding/hex: fix example function nameJosh Bleecher Snyder2016-09-101-1/+1
* encoding/hex: implement examples using all exported functionsEmmanuel Odeke2016-09-082-3/+102
* encoding/hex: change lookup table from string to arrayAlberto Donizetti2016-08-172-1/+20
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* encoding/hex: minor cleanupJosh Bleecher Snyder2016-02-211-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-082-0/+369