]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2013-03-15 Russ Coxcodereview: re-enable 15-second status prints
2013-03-15 Jan Ziakruntime: scan the type of an interface value
2013-03-15 Shenghou Manet, runtime: enable runtime-integrated pollster on...
2013-03-15 Russ Coxcmd/gc: ensure unique parameter and result names in...
2013-03-15 Rob Pikedoc/go_faq.html: add entry about pointer to interface
2013-03-15 Dmitriy Vyukovnet: fix build with CGO_ENABLED=0
2013-03-15 Keith Randallruntime: use AES hash for compound objects.
2013-03-15 Russ Coxbuild: skip benchmarks on OpenBSD
2013-03-15 Jan Ziakruntime: remove struct BitTarget
2013-03-15 Russ Coxbuild: fix for 32-bit windows builds on 64-bit windows...
2013-03-15 Joel Singruntime: unbreak netbsd builds
2013-03-15 Rémy Oudomphengcmd/gc: fix escape analysis bug.
2013-03-15 Jan Ziakruntime: replace lock() with casp() in the GC
2013-03-15 Jan Ziakcmd/gc: unroll small array types
2013-03-15 Russ Coxruntime: accept GOTRACEBACK=crash to mean 'crash after...
2013-03-15 Tyler Bunnellcmd/gc: disallow fallthrough in final case of switch
2013-03-15 Anthony Martincmd/dist: instruct the user to bind $GOBIN on Plan 9
2013-03-15 Russ Coxos/signal: add Stop, be careful about SIGHUP
2013-03-15 Jonathan Niedergo/build: allow ~ in middle of path, just not at beginning
2013-03-15 Russ CoxCONTRIBUTORS: add Jonathan Nieder (Google CLA)
2013-03-15 David Symondsmisc/dashboard/codereview: better debugging when some...
2013-03-15 Russ Coxruntime: use 64-bit negative error code on 64-bit machines
2013-03-15 David Symondsmisc/dashboard/codereview: add more people.
2013-03-14 Brad Fitzpatrickdatabase/sql: associate a mutex with each driver interface
2013-03-14 Russ Coxruntime: fix netbsd after reorg (again)
2013-03-14 Russ Coxruntime: fix netbsd again after reorg
2013-03-14 Russ Coxruntime: fix build for freebsd/arm after reorg
2013-03-14 Russ Coxruntime: fix freebsd arm for hash change
2013-03-14 Russ Coxruntime: freebsd, netbsd build fixes after reorg
2013-03-14 Brad Fitzpatrickdatabase/sql: document non-open of Open; add Ping
2013-03-14 Russ Coxruntime, net: fix arm build
2013-03-14 Russ Coxcmd/ld: another use-after-free
2013-03-14 Russ Coxruntime: refactor os-specific code
2013-03-14 Albert Strasheimnet: deflake TestDialTimeout
2013-03-14 Dmitriy Vyukovruntime: do not memprofile settype_flush
2013-03-14 Dmitriy Vyukovruntime: integrated network poller for linux
2013-03-14 Dmitriy Vyukovcmd/dist: support goos,goarch build tags
next