Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes issue 196.
R=rsc
http://codereview.appspot.com/154152
|
|
packages.
thanks to ulrik.sverdrup for the test case.
Fixes issue 191.
R=rsc
CC=golang-dev
http://codereview.appspot.com/155056
|
|
Fixes issue 189.
R=r
CC=rsc
http://codereview.appspot.com/155055
|
|
Fixes issue 192.
R=ken2
http://codereview.appspot.com/155047
|
|
Fixes bug 168.
Alternative to http://codereview.appspot.com/152143.
R=ken2
http://codereview.appspot.com/155042
|
|
introduction.
R=rsc
http://codereview.appspot.com/152109
|
|
We are dealing with the multiplicative group ℤ/pqℤ. Multiples of
either p or q are not members of the group since they cannot have an
inverse. (Such numbers are 0 in the subgroup ℤ/pℤ.)
With p and q of typical size (> 512 bits), the probability of a random
blind [1..pq-1] being a multiple of p or q is negligible. However, in
the unit tests, much smaller sizes are used and the event could occur.
This change checks the result of the ext GCD and deals with this case.
It also increases the size of p and q in the unit test as a large
number of the keys selected were p, q = 227,169.
R=rsc
CC=golang-dev
http://codereview.appspot.com/154141
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
http://codereview.appspot.com/154097
|
|
versions of static checks in receiver1.go
R=r
http://codereview.appspot.com/155045
|
|
This does still contain some FreeBSD-specific bits, but
it's a pain to do partial diffs.
R=rsc
http://codereview.appspot.com/152138
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
http://codereview.appspot.com/155041
Committer: Russ Cox <rsc@golang.org>
|
|
The ByteOrder.Put* methods are already available, this change uses
them to implement the Write function.
R=golang-dev, agl1, rsc, r
http://codereview.appspot.com/152141
Committer: Russ Cox <rsc@golang.org>
|
|
As Adam Langley mentioned, this should go in with
http://codereview.appspot.com/152141
R=rsc
CC=agl1
http://codereview.appspot.com/154138
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 183.
R=ken
http://codereview.appspot.com/154139
|
|
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
|