Age | Commit message (Collapse) | Author | Files | Lines |
|
performance hit of about 20% but more intuitive results for submatches.
we need a good regexp package at some point.
Fixes issue 110.
R=rsc
CC=golang-dev
http://codereview.appspot.com/152131
|
|
Fixes issue 128.
R=r, rsc
http://codereview.appspot.com/154126
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
http://codereview.appspot.com/154128
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 171.
Fixes issue 172.
R=agl1
http://codereview.appspot.com/154136
|
|
arbitrarily by the user.
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 issue 93.
R=r, rsc, david.titarenco
http://codereview.appspot.com/154099
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
http://codereview.appspot.com/153057
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
http://codereview.appspot.com/154125
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
http://codereview.appspot.com/152128
|
|
colon-less statement would be indented one stop too many.
R=rsc, aclements
CC=aclements
http://codereview.appspot.com/154096
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
http://codereview.appspot.com/152101
Committer: Russ Cox <rsc@golang.org>
|
|
I screwed up and didn't write one of the code review changes to disk
before submitting.
TBR=rsc
R=rsc
http://codereview.appspot.com/154122
|
|
-flag true
does not work although
-flag=true
does.
Fixes issue 139.
R=iant
CC=golang-dev
http://codereview.appspot.com/154118
|
|
use bash builtin time instead of
assuming /usr/bin/time exists.
R=r
http://codereview.appspot.com/152124
|
|
Fixies issue 114.
R=rsc
CC=golang-dev
http://codereview.appspot.com/154121
|
|
(chmod 0 doesn't cause errors for root)
Fixes issue 22.
R=gri
http://codereview.appspot.com/152120
|
|
Fixes issue 147.
R=rsc
CC=golang-dev
http://codereview.appspot.com/152123
|
|
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
http://codereview.appspot.com/152086
|
|
<stdio.h>, which we weren't even #including
R=r
http://codereview.appspot.com/154108
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/152118
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/152117
|
|
R=agl, agl1
http://codereview.appspot.com/152078
Committer: Adam Langley <agl@golang.org>
|
|
R=agl1
http://codereview.appspot.com/152114
|
|
(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 issue 100.
R=rsc
http://codereview.appspot.com/154102
|
|
R=rsc
http://codereview.appspot.com/152110
|
|
R=rsc
http://codereview.appspot.com/154101
|
|
R=r
http://codereview.appspot.com/154100
|
|
Fixes issue 116.
R=r
http://codereview.appspot.com/152106
|
|
Might fix issue 91.
R=r
http://codereview.appspot.com/152108
|
|
Fixes issue 117.
R=rsc, agl1
CC=golang-dev
http://codereview.appspot.com/152107
|
|
fix a typo caught by kakugawa@gmail.com
Fixes issue 92.
R=rsc
CC=golang-dev
http://codereview.appspot.com/152105
|
|
Thanks to Allister Macleod
Fixes issue 112.
R=rsc
CC=golang-dev
http://codereview.appspot.com/152102
|
|
add a mention of range to the tutorial.
change tutorial's title.
R=rsc
CC=golang-dev
http://codereview.appspot.com/152098
|
|
same as http://codereview.appspot.com/152088
in more files.
Fixes issue 83.
R=r, r1
http://codereview.appspot.com/152091
|
|
go/test: passes 88% (306/347)
R=rsc
http://codereview.appspot.com/152089
|
|
Fixes issue 80.
R=ken
http://codereview.appspot.com/154079
|
|
Fixes issue 48. (this time for sure!)
R=r, r1
http://codereview.appspot.com/152088
|
|
R=rsc, agl1
CC=golang-dev
http://codereview.appspot.com/154076
|
|
R=rsc
http://codereview.appspot.com/154071
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 74.
R=rsc
http://codereview.appspot.com/154073
|
|
Fixes issue 73.
R=rsc
CC=golang-dev
http://codereview.appspot.com/154072
|
|
R=r
http://codereview.appspot.com/152084
|
|
R=r
http://codereview.appspot.com/152085
|
|
Fixes issue 22.
R=r
http://codereview.appspot.com/154069
|
|
The default SELinux policy on Fedora 12 (at least) disallows stack
pages to be +x. This causes all binaries written by 6g/6l to segfault
immedately. The 'true' way to fix this issue is to mark binaries with
the correct type. However, that assumes that 6l is going to detect
SELinux, figure out the correct type for the current distribution and
set the type (without libselinux).
For now we'll warn users and point them towards the way to enable
execstack for the whole system.
http://code.google.com/p/go/issues/detail?id=47
R=rsc
CC=golang-dev
http://codereview.prom.corp.google.com/1026041
|
|
Fixes issue 69.
R=r
http://codereview.appspot.com/152082
|
|
Fixes issue 62.
R=r
http://codereview.appspot.com/152080
|
|
Fixes issue 29.
R=r
http://codereview.appspot.com/152076
|
|
R=r
http://codereview.appspot.com/154067
|
|
Fixes issue 67.
R=r
http://codereview.appspot.com/154068
|
|
Fixes issue 59.
Add note about export.
R=r
http://codereview.appspot.com/152079
|