abbbdb168dos: New Open API. We replace the current Open with: OpenFile(name, flag, perm) // same as old Open Open(name) // same as old Open(name, O_RDONLY, 0) Create(name) // same as old Open(name, O_RDWR|O_TRUNC|O_CREAT, 0666)
Rob Pike
2011-04-04 23:42:14 -0700
24b6f5d63ecrypto/tls: fix build of certificate generation example
Christian Himpel
2010-12-07 16:14:55 -0500
67c5445327Removed bytes.Add and bytes.AddByte; we now have 'append'. Changed all uses of bytes.Add (aside from those testing bytes.Add) to append(a, b...). Also ran "gofmt -s" and made use of copy([]byte, string) in the fasta benchmark.
Kyle Consalus
2010-12-01 11:59:13 -0800
93eb884c98crypto/tls: use pool building for certificate checking
Adam Langley
2010-11-05 09:54:56 -0400
10589a7c24once: replace all uses of package once with sync.Once. package once remains for now; will be deleted after next release.
Rob Pike
2010-08-06 06:14:41 +1000
5f134f7d77http: add https client support
Fazlul Shahriar
2010-07-28 18:13:56 -0700
cbf5c897cbcrypto/tls: add client-side SNI support and PeerCertificates.
Adam Langley
2010-07-21 11:36:01 -0400
08ec2a8e44http, crypto/tls: followup fixes from 1684051.
Adam Langley
2010-07-02 16:43:48 -0400
7b22e867e7crypto/tls, http: Make HTTPS servers easier.
Adam Langley
2010-07-02 13:00:18 -0400
06f6131702changes &x -> x[0:] for array to slice conversion
Russ Cox
2010-05-27 14:51:47 -0700
751062bb0ecrypto/tls: simpler implementation of record layer
Russ Cox
2010-04-26 22:19:04 -0700
91a07280c8crypto/tls: good defaults
Russ Cox
2010-04-05 14:38:02 -0700
d821ad088asimplify various code using new map index rule
Russ Cox
2010-03-30 10:51:11 -0700
c2e73307b5gofmt: experiment: align values in map composites where possible - gofmt -w src misc - looking for feedback
Robert Griesemer
2010-03-02 13:46:51 -0800
a1e7e65e2dremove bytes.Copy replace all calls with calls to copy use copy in regexp and bytes.Buffer
Rob Pike
2009-11-18 15:24:24 -0800
d1f931a694- replaced gofmt expression formatting algorithm with rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs)
Robert Griesemer
2009-11-09 21:13:17 -0800
395b73f134remove semis after statements in one-statement statement lists
Robert Griesemer
2009-11-09 12:07:39 -0800
372b6eb4c5- fine-tuning of one-line func heuristic (nodes.go) - enabled for function declarations (not just function literals) - applied gofmt -w $GOROOT/src (look for instance at src/pkg/debug/elf/elf.go)
Robert Griesemer
2009-11-06 14:24:38 -0800
b501f32b50crypto/tls (part 6/5)
Adam Langley
2009-11-05 16:59:39 -0800
9c63ad9791crypto/tls (part 4/5)
Adam Langley
2009-11-05 16:43:29 -0800
ebe78b393dcrypto/tls (part 3)
Adam Langley
2009-11-05 15:44:32 -0800
7cfc31151agofmt-ify crypto
Robert Griesemer
2009-11-04 17:02:30 -0800
24b96e2917crypto/tls (part 2)
Adam Langley
2009-11-03 17:25:13 -0800
745ac15cb1crypto/tls (part 1)
Adam Langley
2009-11-02 18:25:20 -0800