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
/
pem
Age
Commit message (
Expand
)
Author
2025-11-04
encoding/pem: don't reslice in failure modes
Roland Shoemaker
2025-10-23
encoding/pem: properly calculate end indexes
Roland Shoemaker
2025-10-17
encoding/pem: properly decode strange PEM data
Roland Shoemaker
2025-10-07
encoding/pem: make Decode complexity linear
Roland Shoemaker
2025-03-05
encoding/pem: clarify Decode only works on lines
Sean Liao
2024-07-25
encoding: use slices and maps to clean up tests
apocelipes
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2022-09-29
all: use strings.Builder where appropriate
hopehook
2022-04-12
encoding/pem: fix stack overflow in Decode
Julie Qiu
2022-04-11
all: gofmt main repo
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-05-21
all: remove PEM-encoded private keys from tests
Russ Cox
2019-03-02
encoding/pem: skip whitespace work on most inputs
Daniel Martí
2018-11-19
encoding/pem: test getLine does not include trailing whitespace
Santhosh Kumar Tekuri
2018-09-03
encoding/pem: fix for TestFuzz, PEM type should not contain a colon
Ivan Kutuzov
2017-12-06
encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocks
Russ Cox
2017-11-15
encoding/pem: add Encode example
Tim Cooper
2017-11-15
encoding/pem: add Encode, EncodeToMemory docs
Tim Cooper
2017-09-27
all: prefer bytes.IndexByte over bytes.Index
Marvin Stenger
2017-04-03
encoding/pem: yet another fuzz fake failure
Russ Cox
2017-04-03
encoding/pem: do not try to round trip value with leading/trailing space
Russ Cox
2017-03-01
encoding/pem: refuse extra data on ending line
Joe Shaw
2016-10-17
encoding/pem: add Decode example
Victor Vrantchan
2016-08-19
encoding/pem: be stricter about the ending line.
Adam Langley
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-12-08
encoding/pem: make TestFuzz testing/quick safe
Matt T. Proud
2015-06-08
testing/quick: probabilistically generate nil pointers
Håvard Haugen
2015-05-31
encoding/pem: be more permissive about decoding empty blocks.
Adam Langley
2014-12-21
encoding/pem: eliminate allocations for newlines during encoding
Ben Burkert
2014-09-08
build: move package sources from src/pkg to src
Russ Cox