- 10 Jun, 2013 12 commits
-
-
Dmitriy Vyukov authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/10137043
-
Shenghou Ma authored
Fixes #4078. R=golang-dev, bradfitz, rsc, iant CC=golang-dev https://golang.org/cl/7100050
-
Shenghou Ma authored
R=golang-dev, bradfitz, gri, iant, rsc CC=golang-dev https://golang.org/cl/7235044
-
Shenghou Ma authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/10150043
-
Shenghou Ma authored
R=golang-dev, iant, bradfitz, dave CC=golang-dev https://golang.org/cl/7430044
-
Dmitriy Vyukov authored
Fixes #5567. R=golang-dev, dave, iant CC=golang-dev https://golang.org/cl/10085043
-
Dmitriy Vyukov authored
Do not synchronize Add(1) with Wait(). Imitate read on first Add(1) and write on Wait(), it allows to catch common misuses of WaitGroup: - Add() called in the additional goroutine itself - incorrect reuse of WaitGroup with multiple waiters R=golang-dev, iant CC=golang-dev https://golang.org/cl/10093044
-
Shenghou Ma authored
R=golang-dev, dave, rsc CC=golang-dev https://golang.org/cl/10085050
-
Alex Brainman authored
Fixes #5619. R=golang-dev, r, peter.armitage, go.peter.90 CC=golang-dev https://golang.org/cl/9952044
-
Dmitriy Vyukov authored
Also reduce FixAlloc allocation granulatiry from 128k to 16k, small programs do not need that much memory for MCache's and MSpan's. R=golang-dev, khr CC=golang-dev https://golang.org/cl/10140044
-
Dmitriy Vyukov authored
Reduces heap size. R=golang-dev, khr CC=golang-dev https://golang.org/cl/10140043
-
Dmitriy Vyukov authored
Especially important for Windows because it reserves VM only in multiple of 64k. R=golang-dev, alex.brainman CC=golang-dev https://golang.org/cl/10082048
-
- 09 Jun, 2013 8 commits
-
-
Dmitriy Vyukov authored
Reduces heap size. R=golang-dev, remyoudompheng, bradfitz CC=golang-dev https://golang.org/cl/10139043
-
Dmitriy Vyukov authored
Especially important for Windows because it reserves VM only in multiple of 64k. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/10138043
-
Dmitriy Vyukov authored
Removes code duplication. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/9874055
-
Shenghou Ma authored
R=golang-dev, dave, adg, remyoudompheng, r CC=golang-dev https://golang.org/cl/6845083
-
Shenghou Ma authored
Fixes #5603. R=iant, dave CC=gobot, golang-dev https://golang.org/cl/9895043
-
Shenghou Ma authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/10107044
-
Shenghou Ma authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/10099045
-
Shenghou Ma authored
R=golang-dev, bradfitz, khr, r CC=golang-dev https://golang.org/cl/7461046
-
- 07 Jun, 2013 3 commits
-
-
Roger Peppe authored
R=rsc, minux.ma, r CC=golang-dev https://golang.org/cl/10110043
-
Ian Lance Taylor authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/10036047
-
Andrew Gerrand authored
Fixes #5075. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/10084044
-
- 06 Jun, 2013 5 commits
-
-
Dmitriy Vyukov authored
Remove alignment logic as well, it's not respected by chanbuf() anyway. R=golang-dev, dave, minux.ma, r, iant, rsc CC=golang-dev https://golang.org/cl/9678046
-
Dmitriy Vyukov authored
Count only number of frees, everything else is derivable and does not need to be counted on every malloc. benchmark old ns/op new ns/op delta BenchmarkMalloc8 68 66 -3.07% BenchmarkMalloc16 75 70 -6.48% BenchmarkMallocTypeInfo8 102 97 -4.80% BenchmarkMallocTypeInfo16 108 105 -2.78% R=golang-dev, dave, rsc CC=golang-dev https://golang.org/cl/9776043
-
Alex Brainman authored
Use http://unicode.org/cldr/data/common/supplemental/windowsZones.xml to generate the map. Fixes #4838. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/9997043
-
Robert Obryk authored
WriteFile should not successfully return if the file's Close call failed. Fixes #5644. R=golang-dev, kr, r CC=golang-dev https://golang.org/cl/10067043
-
Patrick Higgins authored
Fixes #4996 R=golang-dev, r, bradfitz CC=golang-dev https://golang.org/cl/7547043
-
- 05 Jun, 2013 10 commits
-
-
Russ Cox authored
Already fixed independently in Plan 9. R=ken2 CC=golang-dev https://golang.org/cl/10041044
-
Russ Cox authored
Needed to link code compiled with 6c -N. R=ken2 CC=golang-dev https://golang.org/cl/10043044
-
Russ Cox authored
Should reduce size of CL 9868044. R=golang-dev, ality CC=golang-dev https://golang.org/cl/10045043
-
Russ Cox authored
CFLAGS comes before CPPFLAGS. Also fix one typo CPPCFLAGS. Cleanup for CL 8248043. R=golang-dev, iant, alberto.garcia.hierro CC=golang-dev https://golang.org/cl/9965045
-
Brad Fitzpatrick authored
It was never tested and also breaks Windows. run.go doesn't yet support the proper !windows,!plan9 syntax. ««« original CL description test: do not run SIGCHLD test on Plan 9 R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/10017045 »»» R=golang-dev, dave CC=golang-dev https://golang.org/cl/10024044
-
Anthony Martin authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/10028043
-
Nigel Tao authored
subsampling or chroma subsampling. Fixes #5569. R=r CC=golang-dev https://golang.org/cl/9900044
-
Anthony Martin authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/10017045
-
Anthony Martin authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/10010046
-
Adam Langley authored
The significant change between TLS 1.0 and 1.1 is the addition of an explicit IV in the case of CBC encrypted records. Support for TLS 1.1 is needed in order to support TLS 1.2. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7880043
-
- 04 Jun, 2013 2 commits
-
-
Adam Langley authored
This change ensures that error messages always start with "asn1: ". R=golang-dev, gedimitr CC=golang-dev https://golang.org/cl/9751043
-
Anthony Martin authored
Changeset 7557a627e9b5 added a temporary stop-gap to silence a print format warning for %S. This has been reverted. None of this code is original. It was copied from the latest Plan 9 compilers. R=golang-dev, r, rsc CC=golang-dev https://golang.org/cl/8630044
-