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
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
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-04-18
cmd/go: add check for unknown godebug setting
Russ Cox
2023-04-11
all: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-05
html/template,mime/multipart: document new GODEBUG settings
Michael Anthony Knyszek
2023-04-04
mime/multipart: limit parsed mime message sizes
Damien Neil
2023-04-04
net/textproto, mime/multipart: improve accounting of non-file data
Damien Neil
2023-04-04
mime/multipart: avoid excessive copy buffer allocations in ReadForm
Damien Neil
2023-02-28
mime/multipart: fix Reader.ReadForm(math.MaxInt64) overflow
hopehook
2023-02-14
mime/multipart: limit memory/inode consumption of ReadForm
Damien Neil
2022-09-20
mime/multipart: use %w when wrapping error in NextPart
thinkofher
2022-09-06
mime: use strings.Builder
cuiweixie
2022-08-26
mime: allow duplicate media type parameters with equivalent values
Paschalis Tsilias
2022-08-08
mime: remove test ordering dependency
Ian Lance Taylor
2022-05-28
mime: ignore .js => text/plain in Windows registry
Ian Lance Taylor
2022-05-13
mime: skip globs2 entries that are not simple file extensions
Ville Skyttä
2022-04-15
mime: ignore non-extension globs2 entries
Ville Skyttä
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
mime/multipart: allow nested boundary with outer boundary+dash prefix
Olivier Szika
2022-03-31
mime/multipart: unified Part and Reader receiver name
Wayne Zuo
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-09
mime: keep parsing after trailing semicolon
Illirgway
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-05-26
mime: document use of the Shared MIME-Info Database
Damien Neil
2021-05-05
net/http: ignore directory path when parsing multipart forms
Katie Hockman
2021-04-15
mime: keep builtinTypesLower sorted alphabetically
Tobias Klauser
2021-04-14
mime: add mime type for avif image file format
Amit Kumar
2021-04-13
mime: in globs2 file only keep first time extension is seen
Ian Lance Taylor
2021-04-12
mime: support reading shared mime-info database on unix systems
Jacalz
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-03
mime/multipart: handle ReadForm(math.MaxInt64) better
Russ Cox
2020-10-27
mime: look up mime types on Arch Linux
Andy Williams
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-13
syscall: remove dependency on io
Russ Cox
2020-09-28
mime/multipart: return overflow errors in Reader.ReadForm
avivklas
2020-09-06
mime: add examples for FormatMediaType and ParseMediaType
Ainar Garipov
2020-03-07
mime: add .json to built-in list of MIME types
An Long
2020-02-25
mime: fix ExtensionsByType bug when there are duplicates
Brad Fitzpatrick
2019-10-11
mime/multipart: add Part.NextRawPart to avoid QP decoding
Alex Buchanan
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-09-01
mime: update type of .js and .mjs files to text/javascript
Andrew Bonventre
2019-05-23
mime: encode CTL and non-US-ASCII characters in FormatMediaType
andrius4669
2019-05-22
all: shorten some tests
Russ Cox
2019-05-21
mime: add .webp for builtin
Eduard Urbach
2019-05-13
mime: update .mjs MIME type from text/ to application/javascript
Brad Fitzpatrick
2019-04-03
mime: add .jpeg for builtin
Kenichi Tsunokawa
[next]