index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
hex
/
hex.go
Age
Commit message (
Expand
)
Author
2023-02-07
encoding/hex: fix Decode output check regression
Joe Tsai
2023-01-27
hex: fix panic in Decode when len(src) > 2*len(dst)
Benjamin Prosnitz
2022-03-11
encoding/hex: implement Decode with a lookup table
eh-steve
2019-03-05
encoding/hex: simplify encoder arithmetic
Daniel MartÃ
2019-03-02
encoding/hex: simplify decoder arithmetic
Daniel MartÃ
2018-08-21
encoding/hex: pre-allocate Dump buffer
Tim Cooper
2018-05-31
encoding/hex: improve Decode and DecodeString docs
Josh Bleecher Snyder
2018-04-17
encoding/hex: fix Dumper not always closing on Close call
Tim Cooper
2018-02-14
encoding/hex: fix potential incorrect Dumper output when Close is called mult...
Tim Cooper
2017-11-16
encoding/hex: make Decode, Decoder, DecodeString agree about partial results ...
Russ Cox
2017-10-20
encoding/hex: add NewEncoder, NewDecoder
Tim Cooper
2017-08-15
encoding/hex: save allocation in DecodeString()
Agniva De Sarker
2017-04-18
encoding/hex: change lookup table back to string
Josh Bleecher Snyder
2016-11-13
encoding/hex: Document DecodedLen.
Thordur Bjornsson
2016-09-08
encoding/hex: implement examples using all exported functions
Emmanuel Odeke
2016-08-17
encoding/hex: change lookup table from string to array
Alberto Donizetti
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-21
encoding/hex: minor cleanup
Josh Bleecher Snyder
2014-09-08
build: move package sources from src/pkg to src
Russ Cox