- 22 May, 2012 14 commits
-
-
Robert Griesemer authored
Ignore synopses that start with "Copyright", "All rights", and "Author". R=rsc CC=golang-dev https://golang.org/cl/6218047
-
Robert Griesemer authored
Also: - cleaned up and simplified TestScan - added tests for comments containing carriage returns Fixes #3647. R=rsc CC=golang-dev https://golang.org/cl/6225047
-
Alexey Borzenkov authored
Fixes #3439 R=r, rsc, dsymonds, n13m3y3r CC=golang-dev https://golang.org/cl/6206090
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/6223060
-
Joel Sing authored
Implement nametomib() on NetBSD using the CTL_QUERY node discovery mechanism. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6211071
-
Benjamin Black authored
R=golang-dev, agl, rsc CC=golang-dev https://golang.org/cl/6208087
-
Adam Langley authored
This includes the NIST test suite for ECDSA and alters the test to parse and evaluate it. R=golang-dev, bradfitz, rsc, b CC=golang-dev https://golang.org/cl/6219058
-
Adam Langley authored
I made a typo which breaks P-521. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6219057
-
Andrew Balholm authored
Simplify the flow of control. Handle EOF, null bytes, <html>, <input>, <keygen>, <textarea>, <script>. Pass 5 more tests. R=golang-dev, rsc, nigeltao CC=golang-dev https://golang.org/cl/6220062
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/6208093
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/6209087
-
Russ Cox authored
This fixes occasional 64-bit failures. Maybe it will fix the 32-bit failures too, so re-enable on 32-bit for now. R=golang-dev, bradfitz, r, dvyukov CC=golang-dev https://golang.org/cl/6218050
-
Matthew Horsnell authored
Fixes #3470. R=rsc, golang-dev CC=golang-dev https://golang.org/cl/6195074
-
Andrew Balholm authored
Clean up flow of control. Ignore </table>, </tbody>, </tfoot>, </thead>, </tr> if there is not an appropriate element in table scope. Pass 3 more tests. R=golang-dev, nigeltao CC=golang-dev https://golang.org/cl/6206093
-
- 21 May, 2012 5 commits
-
-
Russ Cox authored
http://www.rsa.com/rsalabs/node.asp?id=2125: NOTE: A new OID has been defined for the combination of the v1.5 signature scheme and the SHA-224 hash function: sha224WithRSAEncryption OBJECT IDENTIFIER ::= Like the other sha*WithRSAEncryption OIDs in PKCS #1 v2.1, this OID has NULL parameters. The DigestInfo encoding for SHA-224 (see Section 9.2, Note 1) is: (0x)30 2d 30 0d 06 09 60 86 48 01 65 03 04 02 04 05 00 04 1c || H R=golang-dev, agl CC=golang-dev https://golang.org/cl/6208076
-
Brad Fitzpatrick authored
Fixes #3636 R=golang-dev, adg CC=golang-dev https://golang.org/cl/6203094
-
Volker Dobler authored
The main content of this CL is a test case checking the reported issue 3511 and a tiny fix for it. A subsequent CL will refactor the fix as proposed issue 3511. Fixes #3511. R=golang-dev, steven.hartland, bradfitz CC=golang-dev https://golang.org/cl/6013049
-
Brad Fitzpatrick authored
Two tests added in 820ffde8c are expected to fail until the fix for Issue 3540 goes back in (pending Windows net fixes), so make those tests just Logf for now, with a TODO to re-enable. Add a new client test. Rearrange the transport code to be more readable, and fix the bug from 820ffde8c where the persistConn was being closed before the body was fully ready. Fixes #3644 Updates #1967 (not yet fixed, but should be after Issue 3540) R=golang-dev, adg CC=golang-dev https://golang.org/cl/6211069
-
Russ Cox authored
We stopped reserving them in 2009 or so. R=ken CC=golang-dev https://golang.org/cl/6215061
-
- 20 May, 2012 3 commits
-
-
Joel Sing authored
Add NetBSD to the list of operating systems that have a reduced set of dial tests. R=golang-dev, r CC=golang-dev https://golang.org/cl/6208083
-
Joel Sing authored
RawSockaddrDatalink and SockaddrDatalink need to match - make Data have length 12 for both. R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/6223051
-
Andrew Balholm authored
Delete cases that just fall down to "anything else" action. Handle </tbody>, </tfoot>, and </thead>. R=golang-dev, nigeltao CC=golang-dev https://golang.org/cl/6203061
-
- 19 May, 2012 1 commit
-
-
Mikio Hara authored
Also change the Listner variable name from l to ln. R=golang-dev, rsc, dave CC=golang-dev https://golang.org/cl/5918046
-
- 18 May, 2012 5 commits
-
-
Mikio Hara authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6215046
-
James Gray authored
Connections did not close if Request.Close or Response.Close was true. This meant that if the user wanted the connection to close, or if the server requested it via "Connection: close", the connection would not be closed. Fixes #1967. R=golang-dev, rsc, bradfitz CC=golang-dev https://golang.org/cl/6201044
-
Brad Fitzpatrick authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6213055
-
Benjamin Black authored
R=golang-dev, rsc, agl CC=golang-dev https://golang.org/cl/6188061
-
Adam Langley authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/6220050
-
- 17 May, 2012 8 commits
-
-
Maxim Pimenov authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/6217044
-
Marcel van Lohuizen authored
key and simple comparisson. Search is not yet implemented in this CL. Changed some of the types of table_test.go to allow reuse in the new test. Also reduced number of primary values for illegal runes to 1 (both map to the same). R=r CC=golang-dev https://golang.org/cl/6202062
-
Andrew Gerrand authored
We don't change go1.txt. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6206080
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/6209072
-
Russ Cox authored
Fixes #3619. R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/6211055
-
Gustavo Niemeyer authored
Fixes #3447. R=rsc, gustavo CC=golang-dev https://golang.org/cl/6039045
-
Gustavo Niemeyer authored
This CL makes type T struct { *U } behave in a similar way to: type T struct { U } Fixes #3108. R=golang-dev, rsc, gustavo CC=golang-dev https://golang.org/cl/5694044
-
Andrew Gerrand authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6210062
-
- 16 May, 2012 4 commits
-
-
Akshat Kumar authored
With the timed semacquire patch (kernel-tsemacquire) for Plan 9, we can now properly do a timed wait for the semaphore, in semasleep. R=golang-dev, rsc, rminnich, ality, r CC=0intro, golang-dev, john, mirtchovski https://golang.org/cl/6197046
-
Shenghou Ma authored
As our CL number could be as small as 152046, changed CL number's lower bound to 150000. Hopefully our issue count won't reach 150000 any time soon. Chrome on Mac OS X has very strange behavior regarding the focus, although we force the focus to the input box on load, the page still come up with focus on "issue". Set the tabindex of the input box as a workaround. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6212055
-
Shenghou Ma authored
After CL 6185047, ./all.bash passed. benchmark old ns/op new ns/op delta BenchmarkAppend 5558 4894 -11.95% BenchmarkAppendSpecialCase 5242 4572 -12.78% BenchmarkSelectUncontended 3719 2821 -24.15% BenchmarkSelectContended 3776 2832 -25.00% BenchmarkSelectNonblock 1030 1089 +5.73% BenchmarkChanUncontended 530 422 -20.38% BenchmarkChanContended 534 444 -16.85% BenchmarkChanSync 1613 1492 -7.50% BenchmarkChanProdCons0 1520 1351 -11.12% BenchmarkChanProdCons10 785 668 -14.90% BenchmarkChanProdCons100 564 473 -16.13% BenchmarkChanProdConsWork0 11205 10337 -7.75% BenchmarkChanProdConsWork10 9806 9567 -2.44% BenchmarkChanProdConsWork100 9413 9398 -0.16% BenchmarkChanCreation 11687 8715 -25.43% BenchmarkChanSem 553 453 -18.08% BenchmarkCallClosure 22 22 +0.44% BenchmarkCallClosure1 28 28 +0.71% BenchmarkCallClosure2 2224 1668 -25.00% BenchmarkCallClosure3 2217 1629 -26.52% BenchmarkCallClosure4 2240 1684 -24.82% BenchmarkComplex128DivNormal 930 912 -1.94% BenchmarkComplex128DivNisNaN 862 866 +0.46% BenchmarkComplex128DivDisNaN 849 852 +0.35% BenchmarkComplex128DivNisInf 556 583 +4.86% BenchmarkComplex128DivDisInf 522 512 -1.92% BenchmarkConvT2E 175 159 -9.14% BenchmarkConvT2EBig 2418 1823 -24.61% BenchmarkConvT2I 545 549 +0.73% BenchmarkConvI2E 35 32 -9.58% BenchmarkConvI2I 404 391 -3.22% BenchmarkAssertE2T 75 62 -16.25% BenchmarkAssertE2TBig 76 63 -16.80% BenchmarkAssertE2I 427 409 -4.22% BenchmarkAssertI2T 82 66 -20.29% BenchmarkAssertI2I 430 416 -3.26% BenchmarkAssertI2E 36 32 -12.50% BenchmarkAssertE2E 35 35 +0.57% BenchmarkFinalizer 3224 2941 -8.78% BenchmarkFinalizerRun 117392 84772 -27.79% BenchmarkStackGrowth 5267 5930 +12.59% BenchmarkSyscall 191 167 -12.57% BenchmarkSyscallWork 9918 7713 -22.23% BenchmarkIfaceCmp100 1645 1652 +0.43% BenchmarkIfaceCmpNil100 1433 1440 +0.49% R=dave, rsc CC=golang-dev https://golang.org/cl/6202070
-
Shenghou Ma authored
We explicitly use plainformatter to avoid the user's debug setting changing our behavior. Fixes #3603. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6201069
-