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
/
mime
/
quotedprintable
Age
Commit message (
Expand
)
Author
2024-01-25
mime/quotedprintable: fix encoding where a period alone on a line
Shulhan
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2022-09-06
mime: use strings.Builder
cuiweixie
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-05-22
all: shorten some tests
Russ Cox
2018-06-27
mime/quotedprintable: accept bytes >= 0x80
Ian Lance Taylor
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2016-10-28
mime/quotedprintable: accept = not followed by 2 hex digits as literal equals
Russ Cox
2016-09-11
mime/quotedprintable: accept trailing soft line-break at the end of message
Shenghou Ma
2016-08-29
mime/quotedprintable: add examples
Carlos C
2015-04-16
mime/quotedprintable: Return a Reader instead of an io.Reader
Alexandre Cesaro
2015-03-30
mime/quotedprintable: add binary mode to the writer
Alexandre Cesaro
2015-03-24
mime/quotedprintable: accept badly encoded bytes
Alexandre Cesaro
2015-03-20
mime/quotedprintable: add writer
Alexandre Cesaro
2015-02-26
mime/quotedprintable: create the package
Alexandre Cesaro