Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 1 | -18/+68 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -1/+1 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -21/+59 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -32/+38 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+181 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -181/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -4/+4 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -1/+1 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -1/+2 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -7/+12 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -5/+13 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -4/+104 | |
2010-04-26 | crypto/tls: simpler implementation of record layer | Russ Cox | 1 | -149/+9 | |
Depends on CL 957045, 980043, 1004043. Fixes issue 715. R=agl1, agl CC=golang-dev http://codereview.appspot.com/943043 | |||||
2010-04-05 | crypto/tls: good defaults | Russ Cox | 1 | -1/+22 | |
R=agl1 CC=golang-dev http://codereview.appspot.com/851041 | |||||
2009-12-28 | crypto/tls: make Listener a pointer. | Adam Langley | 1 | -4/+5 | |
Listener contains private members and 6g now enforces that private members cannot be assigned outside of their package. R=rsc CC=golang-dev http://codereview.appspot.com/183073 | |||||
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -70/+70 | |
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 http://codereview.appspot.com/180047 | |||||
2009-11-21 | crypto/tls: add initial client implementation. | Adam Langley | 1 | -2/+20 | |
R=rsc, agl CC=golang-dev http://codereview.appspot.com/157076 | |||||
2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox | 1 | -1/+1 | |
R=r, gri CC=golang-dev http://codereview.appspot.com/156115 | |||||
2009-11-18 | remove bytes.Copy | Rob Pike | 1 | -2/+1 | |
replace all calls with calls to copy use copy in regexp and bytes.Buffer R=rsc CC=golang-dev http://codereview.appspot.com/157073 | |||||
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -7/+7 | |
R=rsc, r http://go/go-review/1025029 | |||||
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 1 | -6/+2 | |
- 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 | |||||
2009-11-05 | crypto/tls (part 4/5) | Adam Langley | 1 | -0/+172 | |
R=rsc CC=go-dev http://go/go-review/1019002 |