An error occurred fetching the project authors.
- 14 Dec, 2009 1 commit
-
-
Andy Davis authored
R=rsc CC=golang-dev https://golang.org/cl/176062
-
- 11 Dec, 2009 2 commits
-
-
Yves Junqueira authored
R=golang-dev, rsc https://golang.org/cl/157168
-
Robert Griesemer authored
- oldparser parse old syntax (required semicolons) - oldprinter print old syntax (required semicolons) By default, these flags are enabled for now. Setting -oldparser=false has no effect until go/parser is changed to accept the new syntax. Enabled exp/parser in Makefile; update dependent exp/eval. R=rsc https://golang.org/cl/174051
-
- 09 Dec, 2009 1 commit
-
-
Adrian O'Grady authored
This is an adaption of the code from http://en.wikipedia.org/wiki/XTEA. The package also implements the block.Cipher interface so that it can be used with the various block modes. R=rsc https://golang.org/cl/157152
-
- 04 Dec, 2009 1 commit
-
-
Russ Cox authored
add README explaining how to try the web demos. Fixes #339. R=r CC=barry.d.silverman, bss, vadim https://golang.org/cl/165057
-
- 03 Dec, 2009 1 commit
-
-
Rob Pike authored
this breaks the dependency of package io on package bytes. R=rsc CC=golang-dev https://golang.org/cl/163085
-
- 30 Nov, 2009 1 commit
-
-
Tor Andersson authored
The python script needs a checkout of xcb/proto to generate an xproto.go file, which together with xgb.go provide functions to access all of the core X11 protocol requests. I have included the generated file. Extensions and authentication methods are not implemented. R=r, rsc, nigeltao_golang https://golang.org/cl/162053
-
- 29 Nov, 2009 1 commit
-
-
Fumitoshi Ukai authored
R=r, rsc https://golang.org/cl/156071
-
- 25 Nov, 2009 1 commit
-
-
Rob Pike authored
before this change, if pkg/Make.deps is missing or broken, clean.bash fails and the build dies but not until much later. add freebsd to error message about valid values of $GOOS TODO: would be nice if this process exited when an error occurred. subshells make it hard R=rsc CC=golang-dev https://golang.org/cl/160065
-
- 24 Nov, 2009 2 commits
-
-
Chris Lennert authored
See IETF RFC 1320, http://tools.ietf.org/html/rfc1320. Fixes #279. R=rsc https://golang.org/cl/159051
-
Sergio Luis O. B. Correia authored
the bash scripts and makefiles for building go didn't take into account the fact $GOROOT / $GOBIN could both be directories containing whitespaces, and was not possible to build it in such a situation. this commit adjusts the various makefiles/scripts to make it aware of that possibility, and now it builds successfully when using a path with whitespaces as well. Fixes #115. R=rsc, dsymonds1 https://golang.org/cl/157067
-
- 20 Nov, 2009 1 commit
-
-
Robert Griesemer authored
Meant as illustration of the Go pattern that is using goroutines and channels to handle exceptional situations. Note: There is no need for "Finally" since the "try block" (the function f supplied to Try) cannot do a Smalltalk-style non-local return and terminate the function surrounding Try. Replaces CL 157083. R=r, rsc https://golang.org/cl/157087
-
- 14 Nov, 2009 1 commit
-
-
Devon H. O'Dell authored
This does still contain some FreeBSD-specific bits, but it's a pain to do partial diffs. R=rsc https://golang.org/cl/152138
-
- 06 Nov, 2009 1 commit
-
-
Adam Langley authored
Make RSA and X509 build by using big. (This involves commenting out key generation for now since I haven't written Miller-Rabin in big yet.) Add entries to the Makefile. R=rsc CC=go-dev http://go/go-review/1022005
-
- 05 Nov, 2009 1 commit
-
-
Russ Cox authored
R=r http://go/go-review/1018043
-
- 03 Nov, 2009 1 commit
-
-
Adam Langley authored
R=rsc, r CC=go-dev http://go/go-review/1016001
-
- 02 Nov, 2009 1 commit
-
-
Adam Langley authored
R=rsc CC=go-dev http://go/go-review/1018020
-
- 30 Oct, 2009 1 commit
-
-
Adam Langley authored
TBR=rsc R=rsc http://go/go-review/1017004
-
- 28 Oct, 2009 1 commit
-
-
Adam Langley authored
name. R=rsc APPROVED=rsc DELTA=566 (566 added, 0 deleted, 0 changed) OCL=35974 CL=36111
-
- 26 Oct, 2009 1 commit
-
-
Adam Langley authored
R=rsc http://go/go-review/1015012
-
- 22 Oct, 2009 1 commit
-
-
Adam Langley authored
R=rsc APPROVED=rsc DELTA=659 (659 added, 0 deleted, 0 changed) OCL=35932 CL=35975
-
- 20 Oct, 2009 3 commits
-
-
David Symonds authored
Remove remainder of usr/dsymonds. R=rsc,r APPROVED=r DELTA=685 (275 added, 409 deleted, 1 changed) OCL=35810 CL=35933
-
Russ Cox authored
base85 -> encoding/ascii85, encoding/git85 debug/binary -> encoding/binary R=r DELTA=3190 (1884 added, 1297 deleted, 9 changed) OCL=35923 CL=35929
-
Russ Cox authored
Also add git version of base85, which is what I really wanted but didn't recognize as different until it was too late. R=austin DELTA=980 (972 added, 4 deleted, 4 changed) OCL=35580 CL=35921
-
- 15 Oct, 2009 1 commit
-
-
Russ Cox authored
update Make.deps. fixes build TBR=r OCL=35777 CL=35777
-
- 14 Oct, 2009 1 commit
-
-
Russ Cox authored
R=gri DELTA=3006 (1503 added, 1503 deleted, 0 changed) OCL=35730 CL=35735
-
- 13 Oct, 2009 1 commit
-
-
Adam Langley authored
R=rsc APPROVED=rsc DELTA=1459 (1459 added, 0 deleted, 0 changed) OCL=35389 CL=35681
-
- 05 Oct, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=546 (545 added, 0 deleted, 1 changed) OCL=35318 CL=35341
-
- 30 Sep, 2009 1 commit
-
-
Rob Pike authored
R=rsc DELTA=684 (324 added, 324 deleted, 36 changed) OCL=35161 CL=35163
-
- 29 Sep, 2009 1 commit
-
-
Adam Langley authored
RC4 is a common stream cipher. This adds a pure-go C implementation. R=r APPROVED=r DELTA=139 (138 added, 0 deleted, 1 changed) OCL=35056 CL=35092
-
- 21 Sep, 2009 1 commit
-
-
Nigel Tao authored
libpng.org. R=rsc APPROVED=r DELTA=1176 (1175 added, 1 deleted, 0 changed) OCL=34727 CL=34838
-
- 18 Sep, 2009 1 commit
-
-
Russ Cox authored
test both ELF and Mach-O in dwarf package. R=r DELTA=83 (44 added, 10 deleted, 29 changed) OCL=34717 CL=34790
-
- 16 Sep, 2009 2 commits
- 11 Sep, 2009 1 commit
-
-
Nigel Tao authored
R=rsc APPROVED=r DELTA=694 (675 added, 3 deleted, 16 changed) OCL=34427 CL=34554
-
- 02 Sep, 2009 2 commits
-
-
Robert Griesemer authored
R=rsc DELTA=196 (194 added, 0 deleted, 2 changed) OCL=34234 CL=34263
-
Russ Cox authored
(was waiting until after release) R=austin DELTA=5 (5 added, 0 deleted, 0 changed) OCL=34222 CL=34261
-
- 31 Aug, 2009 3 commits