- 30 May, 2011 8 commits
-
-
Robert Hencke authored
also, a few miscellaneous fixes to files outside pkg R=golang-dev, dsymonds, mikioh.mikioh, r CC=golang-dev https://golang.org/cl/4517116
-
Alex Brainman authored
R=golang-dev, r, adg CC=golang-dev https://golang.org/cl/4551074
-
Yasuhiro Matsumoto authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4548071
-
Yasuhiro Matsumoto authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4548072
-
Andrew Gerrand authored
R=bradfitz, rsc CC=golang-dev https://golang.org/cl/4530061
-
Alex Brainman authored
R=r, devon.odell, iant, rsc, adg CC=bradfitz, golang-dev, jdpoirier https://golang.org/cl/4536053
-
Nigel Tao authored
R=r CC=golang-dev https://golang.org/cl/4560049
-
David Symonds authored
R=r, adg CC=golang-dev https://golang.org/cl/4515159
-
- 29 May, 2011 5 commits
-
-
Brad Fitzpatrick authored
Permits the use of SOCKS proxy dialer with the transport. R=golang-dev, adg CC=golang-dev https://golang.org/cl/4536091
-
Rob Pike authored
Remove the idea of space being white. Sometimes space is green. Simplify a comment and remove the Latin. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4532096
-
Gustavo Niemeyer authored
Fixes issue #1896. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4539093
-
Yasuhiro Matsumoto authored
MkdirAll() need to use isSeparator(). Move primary defines of filepath.Separator/filepath.ListSeparator to os.PathSeparator/os.PathListSeparator. Move filepath.isSeparator() to os.IsPathSeparator(). filepath package refer them from os package. Fixes #1831. R=rsc, alex.brainman CC=golang-dev https://golang.org/cl/4535100
-
Alex Brainman authored
Fixes #1893. R=golang-dev CC=bradfitz, golang-dev https://golang.org/cl/4528106
-
- 28 May, 2011 1 commit
-
-
Alex Brainman authored
As suggested by dho, iant2. R=golang-dev, rsc CC=devon.odell, golang-dev, iant https://golang.org/cl/4515147
-
- 27 May, 2011 17 commits
-
-
Evan Shaw authored
R=gri CC=golang-dev https://golang.org/cl/4560047
-
Brad Fitzpatrick authored
baseline runs: (6g, gopher.mtv) http_test.BenchmarkClientServer 5000 412588 ns/op http_test.BenchmarkClientServer 5000 403346 ns/op http_test.BenchmarkClientServer 5000 413936 ns/op http_test.BenchmarkClientServer 5000 410287 ns/op http_test.BenchmarkClientServer 5000 388037 ns/op http_test.BenchmarkClientServer 5000 405545 ns/op http_test.BenchmarkClientServer 5000 405179 ns/op http_test.BenchmarkClientServer 5000 413827 ns/op http_test.BenchmarkClientServer 5000 392723 ns/op R=golang-dev, r CC=golang-dev https://golang.org/cl/4515155
-
Brad Fitzpatrick authored
before/after: binary.BenchmarkWrite 100000 18312 ns/op binary.BenchmarkWrite 500000 4468 ns/op R=rsc, gri CC=golang-dev https://golang.org/cl/4515154
-
Evan Shaw authored
R=gri CC=golang-dev https://golang.org/cl/4552056
-
Rob Pike authored
This is the other half of the problem fixed at noon by the previous change. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/4515150
-
Brad Fitzpatrick authored
R=golang-dev, fshahriar CC=golang-dev https://golang.org/cl/4548068
-
Brad Fitzpatrick authored
Adds tests for Readdir and Readdirnames with different n values. No good way to inject faults during full reads, though. Also fixes bug report from fshahriar: Readdir(0) wasn't behaving like Readdir(-1). R=rsc, fshahriar CC=golang-dev https://golang.org/cl/4529092
-
Brad Fitzpatrick authored
Also adds Host header tests. Fixes #1886 R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4556063
-
Brad Fitzpatrick authored
Issue 1886 has details R=golang-dev, willchan CC=golang-dev https://golang.org/cl/4527083
-
Rob Pike authored
Fixes #1882. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4556062
-
Gustavo Niemeyer authored
Fixes issue #1879. Directives were not directly expanded, but since their content ended up in makefiles, further expansion would take place there. This prevents such artifacts by restricting the set of characters that may be used in a directive value. To build the list of safe characters I went through the contents of /usr/lib/pkgconfig and extracted LDFLAGS and CFLAGS information, so hopefully this is a reasonable default to get started. R=rsc CC=golang-dev https://golang.org/cl/4532092
-
Rob Pike authored
Fixes #1888. R=ken CC=golang-dev https://golang.org/cl/4515148
-
Alex Brainman authored
Fixes #1791. R=rsc, r, r, iant CC=golang-dev https://golang.org/cl/4551046
-
Andrew Gerrand authored
Also put Weekly Snapshot History link on 'Contributing' page Fixes #1885. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/4559049
-
Dmitry Chestnykh authored
Fixes #1511 again. R=golang-dev, iant CC=golang-dev https://golang.org/cl/4527070
-
Gustavo Niemeyer authored
Fixes issue #1853. R=golang-dev, mattn.jp, adg CC=golang-dev https://golang.org/cl/4550084
-
Mikio Hara authored
R=rsc CC=golang-dev https://golang.org/cl/4539084
-
- 26 May, 2011 9 commits
-
-
Alex Brainman authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/4515142
-
Mikio Hara authored
R=rsc CC=golang-dev https://golang.org/cl/4515135
-
Ivan Krasin authored
Incorporate refactoring and a regression test from https://golang.org/cl/4538090/ R=rsc, go.peter.90, imkrasin CC=golang-dev, mirtchovski https://golang.org/cl/4524070
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/4532090
-
Ian Lance Taylor authored
Fixes #1843. R=rsc CC=golang-dev https://golang.org/cl/4535101
-
Robert Griesemer authored
R=r, rsc CC=golang-dev https://golang.org/cl/4530069
-
Robert Griesemer authored
Added corresponding tests. R=rsc CC=golang-dev https://golang.org/cl/4560045
-
William Chan authored
Added a new Framer to handle reading/writing Frames. This is necessary since we have to maintain a compression context across streams. TODO: * Separate the types and read/write routines into different files. * Improve error handling. R=bradfitz, rsc CC=golang-dev https://golang.org/cl/4503042
-
Brad Fitzpatrick authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/4552066
-