]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-03-22 Julien Schmidtdatabase/sql: add missing []byte and RawBytes conversions
2013-03-22 Russ Coxcmd/vet: add assembly checker
2013-03-22 Rob Pikespec: add example showing missing return statement
2013-03-22 Russ Coxbuild: update assembly variable names for vet
2013-03-22 Russ Coxcrypto/cipher: fix vet warning
2013-03-22 Adam LangleyCONTRIBUTORS: add Joseph Bonneau (Google CLA)
2013-03-22 Jeff R. Allenimage/gif: reject a GIF image if frame bounds larger...
2013-03-22 Joel Singruntime: correct return value checks for mmap on darwin...
2013-03-22 Joel Singruntime: improve mmap return value checking for netbsd...
2013-03-22 Rob Pikego1.1.html: bufio.Scanner and reflect; more about surro...
2013-03-22 Oling Catmath: remove repeated comment.
2013-03-22 Nigel Taoimage/gif: tighten the checks for when the amount of...
2013-03-22 Miki Tebekacmd/cgo: fix the cgo example on multiple assignment...
2013-03-22 Dominik Honnefmisc/emacs: Kill gofmt error buffer if the buffer was...
2013-03-22 Brad Fitzpatricknet/http: reuse bufio.Reader and bufio.Writer between...
2013-03-22 Brad Fitzpatrickbufio: add some tests
2013-03-22 Rémy Oudomphengdebug/elf: repair GNU version symbols.
2013-03-21 Robert Griesemertest: more systematic shift tests
2013-03-21 Rémy Oudomphengcmd/gc: accept ideal float as indices.
2013-03-21 Robert Griesemergo/doc: use regexp for -notes instead of comma-sep...
2013-03-21 Rob Pikebufio.Scanner: delete obsolete TODO
2013-03-21 Brad Fitzpatricknet/http/fcgi: fix a shutdown race
2013-03-21 Russ Coxdebug/elf: restore Go 1.0 semantics for (*File).Symbols
2013-03-21 Russ Coxreflect: implement method values
2013-03-21 Rob Pikedoc/go1.1.html: more TODOs done
2013-03-21 Russ Coxcrypto/rc4: faster amd64 implementation
2013-03-21 Shenghou Macmd/ld: portability fixes
2013-03-21 Shenghou Macmd/ld: don't generate DW_AT_type attr for unsafe.Point...
2013-03-21 Shenghou Macmd/ld: fix bad merge
2013-03-21 Jan Ziakruntime: mark strings without going through an intermed...
2013-03-21 Robert Griesemergo/format: fix documentation
2013-03-21 Russ Coxcrypto/sha1: faster amd64, 386 implementations
2013-03-21 Russ Coxcrypto/md5: faster amd64, 386 implementations
2013-03-21 Russ Coxcrypto/rc4: faster amd64, 386 implementations
2013-03-21 Dmitriy Vyukovruntime: explicitly remove fd's from epoll waitset...
2013-03-21 Dmitriy Vyukovruntime: faster parallel GC
2013-03-21 Rémy Oudomphengcmd/gc: implement more cases in racewalk.
2013-03-21 Brad Fitzpatrickcrypto/tls: use method values
2013-03-21 Russ Coxcmd/gc: fix escape analysis of method values
2013-03-20 Robert Griesemersrc/pkg: fixed various typos
2013-03-20 Keith Randallruntime: free map structures more aggressively
2013-03-20 Rob Pikespec: fix description of initialization
2013-03-20 Robert Griesemergo/parser: use method values
2013-03-20 Keith Randallruntime: Use aligned loads for AES key schedule.
2013-03-20 Russ Coxcmd/gc: add OCHECKNOTNIL to race walker (fix build)
2013-03-20 Daniel Morsingcmd/gc: reject methods on non-locals, even if symbol...
2013-03-20 Russ Coxcmd/gc: implement method values
2013-03-20 Russ Coxspec: define method values
2013-03-20 Keith Randallruntime: faster hashmap implementation.
2013-03-20 Jan Ziakruntime: prevent garbage collection during hashmap...
2013-03-20 Brad Fitzpatricknet/http/fcgi: Request.Body should always be non-nil
2013-03-20 Ian Lance Taylormisc/swig: remove old broken Makefile
2013-03-20 Dave Cheneycmd/6c, cmd/8c: fix stack allocated Biobuf leaking...
2013-03-20 Rémy Oudomphengcmd/ld: remove remaining occurrence of isobj.
2013-03-20 Brad Fitzpatricknet/http: new benchmark to measure server without network
2013-03-20 Dave Cheneycmd/5l: fix arm build
2013-03-19 Rob Pikedoc/go1.1.html: add links to the text, write some new...
2013-03-19 Rémy Oudomphengcmd/gc: implement revised rule for shifts in equality.
2013-03-19 Rob Pikebytes,strings: remove user name from BUG in comment
2013-03-19 Jan Ziakruntime: prevent garbage collection during hashmap...
2013-03-19 Ian Lance Taylordebug/dwarf: support for DWARF 3
2013-03-19 Russ Coxcmd/ld: fix typo
2013-03-19 Russ Coxcmd/ld: generate relocated DWARF in hostobj mode
2013-03-19 Robert Griesemermisc/dashboard: show correct dir name in README
2013-03-19 Russ Coxcmd/ld: replace -hostobj with -linkmode
2013-03-19 Jan Ziakruntime: optimize calls to addroot()
2013-03-19 Jan Ziakcmd/gc: support channel types in the garbage collector
2013-03-19 Oling Catunicode: modify a comment to the convention format.
2013-03-19 Robert Griesemergo/doc, godoc: improved note reading
2013-03-19 Oling Catunicode: remove an extra space
2013-03-19 Mikio Hararuntime: add missing copyright
2013-03-19 Mikio Haranet: make use of reflect.DeepEqual in IP manipulation...
2013-03-19 Mikio Haracmd/fix: revert IPv6 scoped address zone support of...
2013-03-19 Dominik Honnefmisc/emacs: Add support for godef
2013-03-19 Oling Catlib/godoc: convert indentation to tabs.
2013-03-19 Rémy Oudomphengruntime: fix erroneous overflow protection on netbsd...
2013-03-19 Rob Pikedoc/go1.1.html: document the surrogate and BOM changes
2013-03-18 Brad Fitzpatrickdatabase/sql: doc cleanup on the DB type
2013-03-18 Brad Fitzpatrickdatabase/sql: add DB.SetMaxIdleConns
2013-03-18 Rob Pikedoc/go1.1.html: document some of the library changes.
2013-03-18 Daniel Morsingcmd/gc: steal escape analysis info when inlining
2013-03-18 Brad Fitzpatricknet/http: add StripPrefix example; simplify code
2013-03-18 Brad Fitzpatricknet/http: shorten and clean up TestTransportConcurrency
2013-03-18 Rémy Oudomphengruntime: fix tv_sec 32-bit overflows in sleep routines.
2013-03-18 Shenghou Maruntime: fix build for NetBSD/ARM
2013-03-18 Brad Fitzpatrickdatabase/sql: allow simultaneous queries, etc in a Tx
2013-03-18 Brad Fitzpatrickos/exec: fix fd leak with Std*Pipe + LookPath
2013-03-18 Joel Singruntime: correct mmap return value checking on netbsd...
2013-03-17 Joe Poiriermisc/dist: fix Windows breakage
2013-03-17 Mikio Haranet: revert Zone in IPNet temporally
2013-03-16 Rob Pikemake.bash: delete vestigial TODO, now resolved
2013-03-16 Rob Pikebytes,string: move the BUG to the comment of the functi...
2013-03-15 Brad Fitzpatricknet/http: don't test for goroutine leaks in short mode
2013-03-15 Rémy Oudomphengcmd/gc: missing type inference for untyped complex...
2013-03-15 Brad Fitzpatricknet/http: fix test breakage on Windows
2013-03-15 Robert Griesemergo/doc: fix TODO
2013-03-15 Brad Fitzpatricknet/http: less flaky leaking goroutine test
2013-03-15 Robert Griesemerspec: remove special int rule for shifts
2013-03-15 Rob PikeA+C: Herbert Georg Fischer (individual CLA)
2013-03-15 Herbert Georg... doc: explain why cmd/go uses https for repositories...
next