- 14 Nov, 2009 10 commits
-
-
Môshe van der Sterre authored
As Adam Langley mentioned, this should go in with https://golang.org/cl/152141 R=rsc CC=agl1 https://golang.org/cl/154138
-
Russ Cox authored
Fixes #183. R=ken https://golang.org/cl/154139
-
Rob Pike authored
performance hit of about 20% but more intuitive results for submatches. we need a good regexp package at some point. Fixes #110. R=rsc CC=golang-dev https://golang.org/cl/152131
-
Abhinav Gupta authored
Fixes #128. R=r, rsc https://golang.org/cl/154126
-
Abhinav Gupta authored
R=rsc https://golang.org/cl/154128
-
Russ Cox authored
Fixes #171. Fixes #172. R=agl1 https://golang.org/cl/154136
-
David Titarenco authored
Commented both flush methods so people know what they are looking at. This is a necessary fix for streaming and long polling HTTP services. Fixes #93. R=r, rsc, david.titarenco https://golang.org/cl/154099
-
David Titarenco authored
R=rsc https://golang.org/cl/153057
-
Nigel Tao authored
R=rsc https://golang.org/cl/154125
-
Rob Pike authored
R=rsc https://golang.org/cl/152128
-
- 13 Nov, 2009 16 commits
-
-
James Aguilar authored
colon-less statement would be indented one stop too many. R=rsc, aclements CC=aclements https://golang.org/cl/154096
-
James Aguilar authored
R=rsc https://golang.org/cl/152101
-
Adam Langley authored
I screwed up and didn't write one of the code review changes to disk before submitting. TBR=rsc R=rsc https://golang.org/cl/154122
-
Rob Pike authored
-flag true does not work although -flag=true does. Fixes #139. R=iant CC=golang-dev https://golang.org/cl/154118
-
Russ Cox authored
use bash builtin time instead of assuming /usr/bin/time exists. R=r https://golang.org/cl/152124
-
Adam Langley authored
Fixies issue 114. R=rsc CC=golang-dev https://golang.org/cl/154121
-
Russ Cox authored
(chmod 0 doesn't cause errors for root) Fixes #22. R=gri https://golang.org/cl/152120
-
Adam Langley authored
Fixes #147. R=rsc CC=golang-dev https://golang.org/cl/152123
-
Adam Langley authored
SELinux will cause mmap to fail when we request w+x memory unless the user has configured their policies. We have a warning in make.bash, but it's quite likely that the policy will be reset at some point and then all their binaries start failing. This patch prints a warning on Linux when mmap fails with EACCES. R=rsc CC=golang-dev https://golang.org/cl/152086
-
Russ Cox authored
<stdio.h>, which we weren't even #including R=r https://golang.org/cl/154108
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/152118
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/152117
-
Kevin Ballard authored
R=agl, agl1 https://golang.org/cl/152078
-
Russ Cox authored
R=agl1 https://golang.org/cl/152114
-
Robert Griesemer authored
(Making it work correctly with -spaces is a bit of work and the output won't make much sense as it is intended as input to tabwriter.) Fixes #100. R=rsc https://golang.org/cl/154102
-
Kai Backman authored
R=rsc https://golang.org/cl/152110
-
- 12 Nov, 2009 14 commits
-
-
Kai Backman authored
R=rsc https://golang.org/cl/154101
-
Russ Cox authored
R=r https://golang.org/cl/154100
-
Russ Cox authored
Fixes #116. R=r https://golang.org/cl/152106
-
Russ Cox authored
Might fix issue 91. R=r https://golang.org/cl/152108
-
Rob Pike authored
Fixes #117. R=rsc, agl1 CC=golang-dev https://golang.org/cl/152107
-
Rob Pike authored
fix a typo caught by kakugawa@gmail.com Fixes #92. R=rsc CC=golang-dev https://golang.org/cl/152105
-
Adam Langley authored
Thanks to Allister Macleod Fixes #112. R=rsc CC=golang-dev https://golang.org/cl/152102
-
Rob Pike authored
add a mention of range to the tutorial. change tutorial's title. R=rsc CC=golang-dev https://golang.org/cl/152098
-
Russ Cox authored
same as https://golang.org/cl/152088 in more files. Fixes #83. R=r, r1 https://golang.org/cl/152091
-
Kai Backman authored
go/test: passes 88% (306/347) R=rsc https://golang.org/cl/152089
-
Russ Cox authored
Fixes #80. R=ken https://golang.org/cl/154079
-
Russ Cox authored
Fixes #48. (this time for sure!) R=r, r1 https://golang.org/cl/152088
-
Rob Pike authored
R=rsc, agl1 CC=golang-dev https://golang.org/cl/154076
-
David Symonds authored
R=rsc https://golang.org/cl/154071
-