- 17 Jan, 2012 2 commits
-
-
Mikio Hara authored
R=rsc CC=golang-dev https://golang.org/cl/5543065
-
Shenghou Ma authored
5l/asm.c: code in line 311-319 has already outputed segtext.sect->next; R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5532048
-
- 16 Jan, 2012 15 commits
-
-
Scott Lawrence authored
Fixes #2044. R=golang-dev CC=golang-dev https://golang.org/cl/5541056
-
Scott Lawrence authored
Fixes #2598. R=golang-dev, ality, minux.ma, mpimenov, rsc CC=golang-dev https://golang.org/cl/5510043
-
Russ Cox authored
The Makefiles will go away soon. R=agl CC=golang-dev https://golang.org/cl/5544081
-
David Symonds authored
R=golang-dev TBR=adg CC=golang-dev https://golang.org/cl/5545068
-
Jeff Hodges authored
Until a RFC 6265 jar lands, Request.AddCookie() will work incorrectly. Fixes #2692 R=bradfitz, rsc CC=golang-dev, r https://golang.org/cl/5544069
-
Shenghou Ma authored
R=golang-dev, jsing CC=golang-dev https://golang.org/cl/5528106
-
Christopher Wedgwood authored
R=dave, agl, agl CC=golang-dev https://golang.org/cl/5494057
-
Maxim Pimenov authored
R=golang-dev, dvyukov CC=golang-dev https://golang.org/cl/5540059
-
Dmitriy Vyukov authored
Fixes #2712. R=golang-dev, dsymonds CC=golang-dev, mpimenov https://golang.org/cl/5543062
-
Dmitriy Vyukov authored
Fixes #2710. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5541066
-
Dmitriy Vyukov authored
Fixes #2708. R=golang-dev, bradfitz CC=golang-dev, mpimenov https://golang.org/cl/5543060
-
Mikio Hara authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5545062
-
David Crawshaw authored
R=nigeltao, dsymonds, adg CC=golang-dev https://golang.org/cl/5544073
-
Jonathan Pittman authored
R=golang-dev, dave, agl CC=golang-dev https://golang.org/cl/5533081
-
Adam Langley authored
(Google CLA) R=rsc, bradfitz CC=golang-dev https://golang.org/cl/5544072
-
- 15 Jan, 2012 8 commits
-
-
Andrew Gerrand authored
R=golang-dev CC=golang-dev https://golang.org/cl/5539064
-
Andrew Gerrand authored
R=golang-dev, dsymonds, r, n13m3y3r CC=golang-dev https://golang.org/cl/5543049
-
Adam Langley authored
R=golang-dev CC=golang-dev https://golang.org/cl/5542050
-
Adam Langley authored
R=golang-dev CC=golang-dev https://golang.org/cl/5528102
-
Adam Langley authored
R=golang-dev CC=golang-dev https://golang.org/cl/5541060
-
Adam Langley authored
The terminal code in exp/terminal was forked from the code in exp/ssh. This change removes the duplicated code from exp/ssh in favour of using exp/terminal. R=rsc CC=golang-dev https://golang.org/cl/5375064
-
Volker Dobler authored
allowed by RFC 6265 sec 5.2.2. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5533083
-
Mikio Hara authored
This CL revises existing platform-dependent default socket options to make it possible to accomodate multiple multicast datagram listeners on a single service port. Also removes unnecessary SO_REUSEADDR, SO_REUSEPORT socket options from unicast datagram sockets by default. Fixes #1692. R=devon.odell, alex.brainman, rsc CC=golang-dev https://golang.org/cl/5538052
-
- 14 Jan, 2012 9 commits
-
-
Rob Pike authored
Fixes #2595. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5544068
-
Shenghou Ma authored
The strconv package has removed Atob, AtoF{64,32} and Ftoa. R=golang-dev, r CC=golang-dev https://golang.org/cl/5540057
-
Rémy Oudompheng authored
Fixes #2672. R=golang-dev, lvd CC=golang-dev, remy https://golang.org/cl/5543058
-
Adam Langley authored
(This was missing in the last change because I uploaded it from the wrong machine.) Large pastes previously misbehaved because the code tried reading from the terminal before checking whether an line was already buffered. Large pastes can cause multiples lines to be read at once from the terminal. R=bradfitz CC=golang-dev https://golang.org/cl/5542049
-
Adam Langley authored
exp/proxy provides client support for tunneling connections through various proxies. This is an initial, incomplete sketch of the code to lay down an API. R=golang-dev, r, r, bradfitz, rsc CC=golang-dev https://golang.org/cl/5490062
-
Mikio Hara authored
R=golang-dev, dave, minux.ma CC=golang-dev https://golang.org/cl/5545044
-
Olivier Duperray authored
R=golang-dev CC=golang-dev https://golang.org/cl/5539061
-
Scott Lawrence authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5528101
-
Olivier Duperray authored
R=golang-dev, bradfitz, gri CC=golang-dev https://golang.org/cl/5539059
-
- 13 Jan, 2012 6 commits
-
-
Brad Fitzpatrick authored
Fixes #2694 R=golang-dev, r CC=golang-dev https://golang.org/cl/5541057
-
Scott Lawrence authored
R=golang-dev, r, bradfitz CC=golang-dev https://golang.org/cl/5543056
-
Brad Fitzpatrick authored
Also verified in external test suite that this fixes MySQL resource exhaustion problems, and also exposed a double-free bug in the gosqlite3 driver (where gosqlite3 either got lucky before, or was working around this bug) R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5544057
-
Rémy Oudompheng authored
The implementation is similar to the one from the double-conversion library used in the Chrome V8 engine. old ns/op new ns/op speedup BenchmarkAppendFloatDecimal 591 480 1.2x BenchmarkAppendFloat 2956 486 6.1x BenchmarkAppendFloatExp 10622 503 21.1x BenchmarkAppendFloatNegExp 40343 483 83.5x BenchmarkAppendFloatBig 2798 664 4.2x See F. Loitsch, ``Printing Floating-Point Numbers Quickly and Accurately with Integers'', Proceedings of the ACM, 2010. R=rsc CC=golang-dev, remy https://golang.org/cl/5502079
-
Rob Pike authored
Fixes #2696. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5543055
-
Mikio Hara authored
R=rsc, r CC=golang-dev https://golang.org/cl/5545048
-