index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
asn1
Commit message (
Expand
)
Author
Age
Files
Lines
*
encoding/asn1: improve memory efficiency of ObjectIdentifier.String
Mateusz Poliwczak
2023-03-29
2
-4
/
+14
*
encoding/asn1: support fractions of a second when unmarshaling GeneralizedTime
Michael Teichgraeber
2023-03-28
2
-1
/
+5
*
all: remove redundant type conversion
cui fliter
2022-10-06
1
-1
/
+1
*
encoding/asn1: remove allocation from init
Tomasz Jezierski
2022-10-04
1
-1
/
+1
*
encoding: fix a few function names on comments
cui fliter
2022-09-30
1
-1
/
+1
*
encoding/asn1: fix doc for BitString.At's return value
RenKanai
2022-09-02
1
-1
/
+1
*
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-05
1
-1
/
+1
*
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-13
4
-16
/
+16
*
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-26
1
-2
/
+2
*
all: use bytes.Cut, strings.Cut
Russ Cox
2021-10-06
1
-8
/
+1
*
all: remove redundant spaces before . and ,
Yury Smolsky
2021-04-20
1
-1
/
+1
*
reflect: add Method.IsExported and StructField.IsExported methods
Joe Tsai
2021-02-25
2
-2
/
+2
*
encoding/asn1: document unmarshaling behavior for IMPLICIT string fields
Eric Chiang
2021-01-12
1
-0
/
+9
*
encoding/asn1: optimize asn1.Unmarshal
Dmitrii Okunev
2020-11-09
2
-33
/
+45
*
encoding/asn1: clarify use of SET suffix
Roland Bracewell Shoemaker
2020-10-05
1
-3
/
+4
*
encoding/asn1: error instead of panic on invalid value to Unmarshal
KimMachineGun
2020-09-29
2
-3
/
+47
*
encoding/asn1: speed up marshal by reducing allocations
Martin Möhrmann
2020-08-18
1
-1
/
+10
*
encoding/asn1: document what Unmarshal returns in rest
Roland Shoemaker
2020-05-23
1
-0
/
+6
*
encoding/asn1: sort order of 'SET of' components during Marshal
Roland Shoemaker
2020-05-08
2
-0
/
+113
*
encoding/asn1: only accept minimally encoded base 128 integers
Roland Shoemaker
2020-05-07
2
-0
/
+18
*
Revert "encoding/asn1: fix unmarshalling SEQUENCE OF SET"
Than McIntosh
2019-11-08
2
-22
/
+0
*
encoding/asn1: fix unmarshalling SEQUENCE OF SET
kaxapi
2019-11-08
2
-0
/
+22
*
encoding/asn1: handle ASN1's string type BMPString
sergeilem
2019-09-09
3
-2
/
+65
*
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-11-02
1
-1
/
+1
*
encoding/asn1: gofmt
Tobias Klauser
2018-06-07
1
-5
/
+5
*
encoding/asn1: fix returned type for an Object Identifier
Constantin Konstantinidis
2018-05-31
3
-2
/
+59
*
encoding/asn1: allow Marshaling and Unmarshaling private tag class
HAMANO Tsukasa
2018-05-17
5
-1
/
+27
*
encoding/asn1: allow '&' in PrintableString fields
christopher-henderson
2017-12-05
4
-6
/
+21
*
encoding/asn1: support Unmarshaling NumericString
Mansour Rahimi
2017-11-25
5
-3
/
+51
*
encoding/asn1: add MarshalWithParams
Hiroshi Ioka
2017-11-16
2
-1
/
+32
*
encoding/asn1: don't encode strings with '*' as PrintableString.
Adam Langley
2017-10-09
3
-5
/
+23
*
encoding/asn1: respect “explicit” and “tag” when unmarshaling RawValues.
Adam Langley
2017-09-30
4
-42
/
+95
*
all: fix article typos
Kunpei Sakai
2017-09-15
2
-6
/
+6
*
all: fix easy-to-miss typos
Agniva De Sarker
2017-08-23
1
-1
/
+1
*
encoding/asn1: handle application tag in Marshal
Hiroshi Ioka
2017-08-15
2
-15
/
+26
*
encoding/asn1: add NullBytes and NullRawValue for working with ASN.1 NULL
Andrew Benton
2017-04-24
3
-0
/
+35
*
encoding/asn1: support 31 bit identifiers with OID
Monis Khan
2017-04-13
2
-3
/
+15
*
encoding/asn1: document "utc" and "generalized" tags
Hiroshi Ioka
2017-04-11
2
-10
/
+12
*
all: make spelling consistent
Brad Fitzpatrick
2016-12-08
1
-1
/
+1
*
encoding/asn1: document that default:x tag only has meaning with optional tag
Russ Cox
2016-11-03
1
-1
/
+1
*
encoding/asn1: return error for unexported fields in Marshal, Unmarshal
Hiroshi Ioka
2016-11-03
3
-1
/
+43
*
encoding/asn1: return error instead of dereferencing nil *big.Int in marshaling
Hiroshi Ioka
2016-10-17
3
-8
/
+40
*
encoding/asn1: reduce allocations in Marshal
Hiroshi Ioka
2016-09-13
3
-314
/
+317
*
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-15
1
-3
/
+3
*
all: replace magic 0x80 with named constant utf8.RuneSelf
Martin Möhrmann
2016-04-10
1
-1
/
+1
*
encoding/asn1: tags should be encoded in minimal form.
David Benjamin
2016-03-25
2
-1
/
+8
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-1
/
+1
*
encoding/asn1: fix off-by-one in parseBase128Int.
David Benjamin
2016-01-06
2
-1
/
+3
*
encoding/asn1: export tag and class constants
Brad Fitzpatrick
2015-12-03
4
-88
/
+90
*
encoding/asn1: Reject invalid INTEGERs.
David Benjamin
2015-12-01
2
-21
/
+62
[next]