summaryrefslogtreecommitdiff
path: root/src/pkg/asn1
AgeCommit message (Expand)AuthorFilesLines
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox3-25/+22
2010-06-09asn1: allow '*' in PrintableString.Adam Langley2-1/+6
2010-03-04gofmt: modified algorithm for alignment of multi-line composite/list entriesRobert Griesemer1-2/+2
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-3/+3
2010-02-25use []byte("abc") in place of []byte{'a', 'b', 'c'}Russ Cox1-1/+1
2010-02-25strings: delete Runes, BytesRuss Cox2-5/+3
2010-02-05asn1: Fixes and additions to marshallingAdam Langley5-45/+159
2010-01-11asn1: fix marshaling of structures with >1 elements.Adam Langley2-2/+13
2010-01-11asn1: fix parsing of elements after a string in a structure.Adam Langley2-9/+8
2009-12-15 1) Change default gofmt default settings forRobert Griesemer5-454/+454
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-6/+6
2009-11-18asn1: add support for RawContentAdam Langley2-1/+46
2009-11-17asn1:Adam Langley6-160/+704
2009-11-10minor adjustments to package comments for better synopsis.Robert Griesemer1-2/+2
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-16/+16
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer2-90/+90
2009-11-06Typo fixes.David Symonds1-1/+1
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2-21/+7
2009-11-04gofmt-ify asn1Robert Griesemer2-23/+23
2009-10-13Add ASN.1 parser.Adam Langley3-0/+1457