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
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
2019-03-27
mime: add javascript module mime type (.mjs)
John
2018-12-13
mime/multipart: quote boundary in Content-Type if necessary
Ian Lance Taylor
2018-11-20
mime: remove allocation introduced in recent fix
Brad Fitzpatrick
2018-11-20
mime: correctly detect non-ASCII characters in FormatMediaType
David Heuschmann
2018-11-09
mime/multipart: check for quoted-printable case insensitively
Brad Fitzpatrick
2018-10-10
mime: add AIX operating system
Clément Chigot
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-09-24
mime: derestrict value backslash unescaping for all encodings
Eugene Kalinin
2018-06-27
mime/quotedprintable: accept bytes >= 0x80
Ian Lance Taylor
2018-06-26
mime/multipart: restore 1.9 handling of missing/empty form-data file name
Ian Lance Taylor
[next]