- 26 Apr, 2011 2 commits
-
-
Russ Cox authored
Will fill dashboard down the screen instead of up when builders get stuck and resume. Already live. Also delete dead benchmark code. I think it is safe to say that if/when we bring benchmarks back, we will use a different data model. Fixes #1228. R=adg CC=golang-dev https://golang.org/cl/4449059
-
Andrew Gerrand authored
This permits the websocket handler to inspect http headers and such. Fixes #1726. R=ukai, bradfitz, bradfitzgo CC=golang-dev https://golang.org/cl/4439069
-
- 25 Apr, 2011 14 commits
-
-
Dave Cheney authored
R=rsc, r CC=golang-dev https://golang.org/cl/4438069
-
Russ Cox authored
Fixes #1680. R=ken2 CC=golang-dev https://golang.org/cl/4446061
-
Russ Cox authored
Tested on Linux and OS X, amd64 and 386. R=r, iant CC=golang-dev https://golang.org/cl/4452046
-
Ian Lance Taylor authored
R=rsc CC=golang-dev https://golang.org/cl/4440066
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/4430064
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/4435067
-
Russ Cox authored
R=r, bradfitzgo CC=golang-dev https://golang.org/cl/4433066
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/4450053
-
Fazlul Shahriar authored
$ gcc --version gcc (GCC) 4.6.0 20110415 (prerelease) R=golang-dev, rsc1, rsc CC=golang-dev https://golang.org/cl/4442080
-
Russ Cox authored
Fixes #1511. R=golang-dev, iant2 CC=golang-dev https://golang.org/cl/4433065
-
Russ Cox authored
Set mailed bit correctly for self-clpatch. Use repo.rollback correctly. Allow leading spaces in some C code. R=golang-dev, r CC=golang-dev https://golang.org/cl/4438064
-
Russ Cox authored
Fixes #1705. R=ken2 CC=golang-dev https://golang.org/cl/4443060
-
Robert Hencke authored
Fixes #1716. R=golang-dev, rsc1, rsc CC=golang-dev https://golang.org/cl/4439068
-
Adam Langley authored
The unexported version returns a sensible default when the user hasn't set a value. The exported version crashes in that case. R=bradfitzgo, rsc1 CC=golang-dev https://golang.org/cl/4435070
-
- 24 Apr, 2011 1 commit
-
-
Nigel Tao authored
R=r CC=golang-dev https://golang.org/cl/4436053
-
- 23 Apr, 2011 7 commits
-
-
Joe Poirier authored
The path conversion is done automatically if msys' builtin shell commands are used. R=rsc1, peterGo, brainman, Mr_Dark, r CC=golang-dev https://golang.org/cl/4452042
-
Rob Pike authored
Fixes #1727. R=rsc CC=golang-dev https://golang.org/cl/4437069
-
Russ Cox authored
Fixes #1709. R=ken2 CC=golang-dev https://golang.org/cl/4438068
-
Russ Cox authored
Fixes #1712. R=ken2 CC=golang-dev https://golang.org/cl/4445055
-
Russ Cox authored
Fixes #1474. R=ken2 CC=golang-dev https://golang.org/cl/4432061
-
Anthony Martin authored
Static symbols were not being marked as such. I also made the 'z' symbols use the first byte of the name instead of an explicit NUL so that if the symbol table format is ever changed, the only place that would need updating is addhist(). R=rsc CC=golang-dev https://golang.org/cl/4366047
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/4449051
-
- 22 Apr, 2011 14 commits
-
-
Ian Lance Taylor authored
This permits the test to run when using gccgo on system without split-stack support. See http://gcc.gnu.org/ml/gcc-patches/2011-04/msg01420.html http://gcc.gnu.org/PR48553 R=r CC=golang-dev https://golang.org/cl/4440062
-
Robert Griesemer authored
(like we do for arrays and slices). Suggested by mathieu.lonjaret@gmail.com . R=r, rsc, iant CC=golang-dev https://golang.org/cl/4442074
-
David Symonds authored
Having the test be in the container/heap package yields a cycle container/heap (for the test) -> testing -> time -> container/heap (for timerHeap) Occasionally the linker would get mixed up, resulting in a test panic in a very weird place. R=rsc, r2 CC=golang-dev https://golang.org/cl/4395042
-
Petar Maymounkov authored
R=rsc CC=golang-dev https://golang.org/cl/4372046
-
Adam Langley authored
R=rsc CC=golang-dev https://golang.org/cl/4452041
-
Adam Langley authored
With full multi-prime support we can support version 1 PKCS#1 private keys. This means exporting all the members of rsa.PrivateKey, thus making the API a little messy. However there has already been another request to export this so it seems to be something that's needed. Over time, rsa.GenerateMultiPrimeKey will replace rsa.GenerateKey, but I need to work on the prime balance first because we're no longer generating primes which are a multiples of 8 bits. Fixes #987. R=rsc CC=golang-dev https://golang.org/cl/4378046
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/4446058
-
Dave Cheney authored
Fixes #1714. R=rsc, bradfitzgo CC=golang-dev https://golang.org/cl/4441056
-
Brad Fitzpatrick authored
This isn't really part of RFC 3875 but matches the behavior of Apache, et al. R=iant, iant2 CC=golang-dev https://golang.org/cl/4435065
-
Brad Fitzpatrick authored
Only for Unix presently. Other operating systems are stubbed out, as well as arm (lacks cgo). R=rsc, r, bradfitzwork CC=golang-dev https://golang.org/cl/4440057
-
Brad Fitzpatrick authored
Fixes #1729 R=rsc, adg CC=golang-dev https://golang.org/cl/4443057
-
Ian Lance Taylor authored
R=bradfitz, bradfitzwork, iant2, bradfitzgo CC=golang-dev https://golang.org/cl/4444058
-
Alex Brainman authored
Credit for the fix goes to Hector, test by PeterGo. Fixes #1655. R=golang-dev, rsc1, peterGo CC=golang-dev, hector https://golang.org/cl/4436051
-
Brad Fitzpatrick authored
Fixes #910 R=adg, rsc1 CC=golang-dev https://golang.org/cl/4439062
-
- 21 Apr, 2011 2 commits
-
-
Brad Fitzpatrick authored
Fixes #1724 R=rsc CC=golang-dev https://golang.org/cl/4443056
-
Brad Fitzpatrick authored
Adds an optional hook to Parser to let charset converters step in when a processing directive with a non-UTF-8 encoding is specified. (Open to alternative proposals too...) R=rsc CC=golang-dev https://golang.org/cl/4437061
-