Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 2037 | -503984/+0 | |
2014-11-25 | Imported Upstream version 1.3.3upstream/1.3.3 | Tianon Gravi | 4 | -18/+35 | |
2014-09-26 | Imported Upstream version 1.3.2upstream/1.3.2 | Michael Stapelberg | 9 | -7/+228 | |
2014-08-13 | Imported Upstream version 1.3.1upstream/1.3.1 | Michael Stapelberg | 14 | -44/+115 | |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 984 | -19644/+57723 | |
2014-03-03 | Imported Upstream version 1.2.1upstream/1.2.1 | Michael Stapelberg | 11 | -15/+256 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 962 | -12934/+52170 | |
2013-08-13 | Imported Upstream version 1.1.2upstream/1.1.2 | Michael Stapelberg | 8 | -10/+105 | |
2013-06-14 | Imported Upstream version 1.1.1upstream/1.1.1 | Ingo Oeser | 8 | -75/+114 | |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 598 | -29630/+17696 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1153 | -24407/+109761 | |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 70 | -279/+1427 | |
2012-05-02 | Imported Upstream version 1.0.1upstream/1.0.1 | Ondřej Surý | 45 | -96/+429 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1712 | -106317/+135804 | |
2011-11-28 | Imported Upstream version 60.3upstream/60.3 | Ondřej Surý | 10 | -1566/+266 | |
2011-10-06 | Imported Upstream version 60.2upstream/60.2 | Ondřej Surý | 5 | -36/+39 | |
2011-09-19 | Imported Upstream version 60.1upstream/60.1 | Ondřej Surý | 9 | -23/+189 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1529 | -0/+322728 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1471 | -311818/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 408 | -5044/+20179 | |
2011-07-13 | Imported Upstream version 58.1upstream/58.1 | Ondřej Surý | 7 | -98/+80 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 425 | -11183/+30983 | |
2011-06-16 | Imported Upstream version 57.2upstream/57.2 | Ondřej Surý | 1 | -1/+3 | |
2011-05-16 | Imported Upstream version 57.1upstream/57.1 | Ondřej Surý | 2 | -3/+33 | |
2011-05-04 | Imported Upstream version 57upstream/57 | Ondřej Surý | 17 | -209/+542 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 318 | -2816/+9688 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 463 | -11140/+24530 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 241 | -3250/+11672 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 180 | -1916/+7728 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 308 | -4258/+8678 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 892 | -43367/+58419 | |
2010-07-01 | strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small). | Rob Pike | 2 | -1/+6 | |
panic if base is invalid. R=rsc CC=golang-dev http://codereview.appspot.com/1702050 | |||||
2010-07-01 | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike | 18 | -89/+114 | |
Use a count of -1 for infinity. Ditto for Replace. R=rsc CC=golang-dev http://codereview.appspot.com/1704044 Committer: Rob Pike <r@golang.org> | |||||
2010-06-30 | cmath: correct IsNaN for argument cmplx(Inf, NaN) | Charles L. Dorian | 2 | -6/+38 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1705041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-30 | template: fix typo in doc comment | Daniel Fleischman | 1 | -1/+1 | |
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/1665047 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-30 | bytes, strings: add Replace | Russ Cox | 4 | -0/+153 | |
This is the Replace I suggested in the review of CL 1114041. It's true that we already have regexp.MustCompile(regexp.QuoteMeta(old)).ReplaceAll(s, new) but because this Replace is doing a simpler job it is simpler to call and inherently more efficient. I will add the bytes implementation and tests to the CL after the strings one has been reviewed. R=r, cw CC=golang-dev http://codereview.appspot.com/1731048 | |||||
2010-06-30 | x509: fix English. | Adam Langley | 1 | -2/+2 | |
(addressing comments from 1741045) R=r CC=golang-dev http://codereview.appspot.com/1678047 | |||||
2010-06-30 | x509: support non-self-signed certs. | Adam Langley | 2 | -6/+7 | |
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 http://codereview.appspot.com/1741045 | |||||
2010-06-30 | syscall: add socketpair | Ivan Krasin | 9 | -0/+67 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1319042 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-30 | math: amd64 versions of exp and fabs | Charles L. Dorian | 6 | -11/+141 | |
Benchmark of exp to 28 ns/op from 64 ns/op, on 2.53GHz Intel Core 2 Duo. R=rsc CC=golang-dev http://codereview.appspot.com/1594041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-30 | io/ioutil.TempFile for Windows | Peter Mundy | 7 | -12/+79 | |
Fixes issue 834. R=rsc, brainman CC=golang-dev http://codereview.appspot.com/1686047 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-30 | io: Avoid race condition in pipe. | Ian Lance Taylor | 1 | -1/+2 | |
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 http://codereview.appspot.com/1682048 | |||||
2010-06-30 | http: client_test nil pointer fix | Andrew Gerrand | 1 | -1/+1 | |
Fixes issue 893. R=rsc CC=golang-dev http://codereview.appspot.com/1687045 | |||||
2010-06-29 | time: implement timezones for windows | Alex Brainman | 7 | -19/+517 | |
Fixes issue 761. R=PeterGo, adg, rsc CC=golang-dev http://codereview.appspot.com/1121042 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-29 | net: initial attempt to implement windows version | Alex Brainman | 7 | -48/+861 | |
R=rsc, Mateusz Czaplinski CC=golang-dev http://codereview.appspot.com/1600041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-30 | net: add support for DNS SRV requests. | Kirklin McDonald | 2 | -23/+82 | |
Fixes issue 758. R=rsc, adg CC=golang-dev http://codereview.appspot.com/1078041 Committer: Andrew Gerrand <adg@golang.org> | |||||
2010-06-29 | runtime: fix scheduling bug - world wasn't stopping | Russ Cox | 1 | -1/+1 | |
Fixes issue 886. R=r CC=golang-dev http://codereview.appspot.com/1667051 | |||||
2010-06-29 | strconv: fix %.1f, 0.09 | Rob Pike | 3 | -6/+21 | |
Fixes issue 822. Credit to http://codereview.appspot.com/1442041 by danielfleischman R=rsc CC=golang-dev http://codereview.appspot.com/1738047 | |||||
2010-06-29 | strconv: fix %.2g, 40 | Rob Pike | 2 | -4/+21 | |
Fixes issue 845. R=rsc CC=golang-dev http://codereview.appspot.com/1673049 | |||||
2010-06-29 | Move the function Run() back into fd.go. | Vinu Rajashekhar | 2 | -46/+44 | |
R=iant CC=golang-dev, rsc http://codereview.appspot.com/1748041 Committer: Ian Lance Taylor <iant@golang.org> |