- 30 Jun, 2010 14 commits
-
-
Adam Langley authored
For generating non-self-signed certs we need to be able to specify a public key (for the signee) which is different from the private key (of the signer). R=rsc CC=golang-dev https://golang.org/cl/1741045
-
Ivan Krasin authored
R=rsc CC=golang-dev https://golang.org/cl/1319042
-
Charles L. Dorian authored
Benchmark of exp to 28 ns/op from 64 ns/op, on 2.53GHz Intel Core 2 Duo. R=rsc CC=golang-dev https://golang.org/cl/1594041
-
Peter Mundy authored
Fixes #834. R=rsc, brainman CC=golang-dev https://golang.org/cl/1686047
-
Ian Lance Taylor authored
One goroutine started up and was waiting in rw. Then another goroutine decided to close the pipe. The closing goroutine stalled calling p.io.Lock() in pipeHalf.close. (This happened in gccgo). If the closing goroutine had been able to set the ioclosed flag, it would have gone on to tell the runner that the pipe was closed, which would then send an EINVAL to the goroutine sleeping in rw. Unlocking p.io before sleeping in rw avoids the race. R=rsc, rsc1 CC=golang-dev https://golang.org/cl/1682048
-
Andrew Gerrand authored
Fixes #893. R=rsc CC=golang-dev https://golang.org/cl/1687045
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1729046
-
Andrew Gerrand authored
R=r, rsc CC=golang-dev https://golang.org/cl/1727043
-
Alex Brainman authored
Fixes #761. R=PeterGo, adg, rsc CC=golang-dev https://golang.org/cl/1121042
-
Andrew Gerrand authored
R=gri CC=golang-dev https://golang.org/cl/1679045
-
Alex Brainman authored
R=rsc, Mateusz Czaplinski CC=golang-dev https://golang.org/cl/1600041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1678046
-
Kirklin McDonald authored
Fixes #758. R=rsc, adg CC=golang-dev https://golang.org/cl/1078041
-
Russ Cox authored
Fixes #886. R=r CC=golang-dev https://golang.org/cl/1667051
-
- 29 Jun, 2010 10 commits
-
-
Rob Pike authored
Fixes #822. Credit to https://golang.org/cl/1442041 by danielfleischman R=rsc CC=golang-dev https://golang.org/cl/1738047
-
Rob Pike authored
Fixes #845. R=rsc CC=golang-dev https://golang.org/cl/1673049
-
Ken Thompson authored
fixes #892 R=rsc CC=golang-dev https://golang.org/cl/1745042
-
Vinu Rajashekhar authored
R=iant CC=golang-dev, rsc https://golang.org/cl/1748041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1695046
-
Alex Brainman authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/1747041
-
Nigel Tao authored
R=rsc CC=golang-dev, rog https://golang.org/cl/1739042
-
Ian Lance Taylor authored
Fixes #776. R=rsc CC=golang-dev https://golang.org/cl/1745041
-
Rob Pike authored
in Import and Export. R=rsc CC=golang-dev https://golang.org/cl/1707047
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1698045
-
- 28 Jun, 2010 10 commits
-
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1737044
-
Ken Thompson authored
fixes #867. R=rsc CC=golang-dev https://golang.org/cl/1691045
-
Peter Mundy authored
Revision: 5885c9d10f created syscall_bsd.go for code used by Darwin and other *BSDs, which should have included FreeBSD. mksyscall.sh to generate new zsyscall_freebsd_386.go. Fixes #862. R=golang-dev, adg CC=golang-dev https://golang.org/cl/1701048
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1722046
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1741041
-
Rob Pike authored
nice side effect: slices now obey their format verb. example: fmt.Printf("%q\n", []string{"a"}) R=rsc CC=golang-dev https://golang.org/cl/1729045
-
Rob Pike authored
also fix a bug handling nil maps: before, would needlessly send empty map R=rsc CC=golang-dev https://golang.org/cl/1739043
-
Vinu Rajashekhar authored
to a new source file. R=iant, rsc CC=golang-dev https://golang.org/cl/1670046
-
Ken Thompson authored
fixes #887. R=rsc CC=golang-dev https://golang.org/cl/1675050
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/1677049
-
- 24 Jun, 2010 2 commits
-
-
Rob Pike authored
Fixes #876. R=rsc CC=golang-dev https://golang.org/cl/1675048
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1708048
-
- 23 Jun, 2010 3 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1720043
-
Andrew Gerrand authored
R=rsc, r, gri CC=golang-dev https://golang.org/cl/1476041
-
Christopher Wedgwood authored
R=nigeltao_golang CC=golang-dev, r, rsc https://golang.org/cl/1690043
-
- 22 Jun, 2010 1 commit
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1714044
-