- 24 Sep, 2010 1 commit
-
-
Russ Cox authored
Replace Marshal with MarshalToMemory (no one was using old Marshal anyway). Swap arguments to Unmarshal. Fixes #1133. R=agl1 CC=golang-dev https://golang.org/cl/2249045
-
- 20 Sep, 2010 1 commit
-
-
Adam Langley authored
asn1: add support for T61String because this is the string type which several www.google.com certificates are now using for fields like CommonName tls: force a handshake in Dial so that certificates are ready afterwards. Fixes #1114. R=rsc CC=golang-dev https://golang.org/cl/2216043
-
- 19 Jul, 2010 1 commit
-
-
Adam Langley authored
Add support for ASN.1 ENUMERATED types. Add a magic type, asn1.Flag, for the cases where the presence of an empty explicit tag is semantically meaningful. Add support for GeneralizedTime. R=rsc CC=golang-dev https://golang.org/cl/1684055
-
- 20 Jun, 2010 1 commit
-
-
Russ Cox authored
update other code to match. R=r CC=golang-dev https://golang.org/cl/1680044
-
- 10 Jun, 2010 1 commit
-
-
Adam Langley authored
Although technically incorrect, we want this in order to parse X.509 certificates where a wildcard hostname ("*.example.com") has been put into a PrintableString. Fixes #850. R=rsc CC=golang-dev https://golang.org/cl/1615043
-
- 05 Feb, 2010 1 commit
-
-
Adam Langley authored
Marshalling: * Fixes several silly bugs. * Support the RawContents type. * Support the RawValue type. * Recurse into nested interface{}. Both directions: * Better handling of SETs. You can now tag an element in a structure with "set" to get the correct tag for serialisation. * For types that aren't in a structure, you can now name them with "SET" on the end. * SETs are no longer implicitly treated as SEQUENCEs. R=rsc CC=golang-dev https://golang.org/cl/201049
-
- 12 Jan, 2010 1 commit
-
-
Adam Langley authored
Fixes #516. R=rsc CC=golang-dev, golang-dev https://golang.org/cl/184080
-
- 15 Dec, 2009 1 commit
-
-
Robert Griesemer authored
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 1st set of files. R=rsc CC=agl, golang-dev, iant, ken2, r https://golang.org/cl/180047
-
- 20 Nov, 2009 1 commit
-
-
Russ Cox authored
R=r, gri CC=golang-dev https://golang.org/cl/156115
-
- 19 Nov, 2009 1 commit
-
-
Adam Langley authored
R=rsc CC=golang-dev https://golang.org/cl/157056
-
- 18 Nov, 2009 1 commit
-
-
Adam Langley authored
* add Marshal * add BitString.RightAlign * change to using a *time.Time (from time.Time) since that's what the time package uses. * return the unparsed data from Unmarshal. R=rsc CC=golang-dev https://golang.org/cl/156047
-
- 10 Nov, 2009 2 commits
-
-
Robert Griesemer authored
R=rsc CC=r http://go/go-review/1026038
-
Robert Griesemer authored
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1024040
-
- 09 Nov, 2009 1 commit
-
-
Robert Griesemer authored
R=rsc, r http://go/go-review/1025029
-
- 07 Nov, 2009 1 commit
-
-
David Symonds authored
R=rsc CC=go-dev http://go/go-review/1026014
-
- 06 Nov, 2009 1 commit
-
-
Robert Griesemer authored
- enabled for function declarations (not just function literals) - applied gofmt -w $GOROOT/src (look for instance at src/pkg/debug/elf/elf.go) R=r, rsc CC=go-dev http://go/go-review/1026006
-
- 05 Nov, 2009 1 commit
-
-
Robert Griesemer authored
R=rsc http://go/go-review/1018047
-
- 13 Oct, 2009 1 commit
-
-
Adam Langley authored
R=rsc APPROVED=rsc DELTA=1459 (1459 added, 0 deleted, 0 changed) OCL=35389 CL=35681
-