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
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
2018-06-20
mime: change *.js mime type to application/javascript, not x-javascript
Brad Fitzpatrick
2018-06-15
mime: add .wasm for builtin
Yasuhiro Matsumoto
2018-06-14
mime/multipart: return error from NextPart if boundary is empty
Constantin Konstantinidis
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-15
mime: do a pre-allocation in encodeWord
isharipo
2018-04-13
mime: add wasm architecture
Richard Musiol
2018-03-26
all: use strings.Builder instead of bytes.Buffer where appropriate
Brad Fitzpatrick
2018-03-10
mime/multipart: test for presence of filename instead of content-type
Henry Clifford
2017-10-31
all: unindent some if bodies by exiting early
Daniel Martí
2017-10-24
mime/multipart: permit empty file name
Nils Larsgård
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-08-29
mime: ignore key on ParseMediaType when value don't pass RFC 2231 check
Guilherme Rezende
2017-05-23
mime/multipart: parse boundary with spaces properly
Michael Fraenkel
2017-05-22
mime/multipart: Allow ReadForm to process large non-file parts
Steven Hartland
2017-04-29
mime: re-accept empty encoded-text
Hiroshi Ioka
2017-04-28
mime: use sync.Map instead of RWMutex for type lookups
Bryan C. Mills
2017-04-09
mime: fix panic parsing 'encoded-word'
Hiroshi Ioka
2017-04-01
mime/multipart: add Size to FileHeader
Jamie Stackhouse
2017-03-17
mime: handling invalid mime media parameters
Alexey Neganov
[prev]
[next]