]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-03-13 Anthony Martincmd/ld: give acid a fighting chance at unwinding the...
2014-03-12 Brad Fitzpatrickdoc: update go1.3.txt for regexp change
2014-03-12 Dave Cheneyruntime: fix missing nacl/386 symbol
2014-03-12 Russ Coxdoc/go1.3.txt: add notes about copying stacks, win2k...
2014-03-12 Dominik Honnefmisc/emacs: correctly fontify methods when go-fontify...
2014-03-12 Rob Pikefmt: improve documentation for width and precision
2014-03-12 Dmitriy Vyukovruntime: efence support for growable stacks
2014-03-12 Dmitriy Vyukovruntime: temporary weaken a check in test
2014-03-12 Jan Ziakcmd/go: respect system CGO_CFLAGS and CGO_CXXFLAGS
2014-03-12 Brad Fitzpatricknet/http/cgi: serve 500, not 200, on invalid responses...
2014-03-12 Russ Coxruntime: fix empty string handling in garbage collector
2014-03-12 Russ Coxtest/run: make errorcheck tests faster
2014-03-12 Russ Coxcmd/gc: fix crash in -live mode
2014-03-12 Dhiru Kholiadwarf: add extensions for multi-file compression (...
2014-03-12 Mikio Hararuntime: make use of THREAD_SHARE userspace mutex on...
2014-03-12 Mikio Harasyscall, net: clean up socket stub for solaris
2014-03-11 Dave Cheneyruntime: disable Native Client fake time support
2014-03-11 Kay Zhupath/filepath: fixed misaligned comment.
2014-03-11 Dave Cheneyruntime: fix nacl/amd64p32 signal handling
2014-03-11 Brad FitzpatrickC: add Kay Zhu (Google CLA)
2014-03-11 Josh Bleecher... liblink: fix bad code generated for MOVFD/MOVDF when...
2014-03-11 Shenghou Macrypto/rsa: fix docs for PrecomputedValues.Qinv
2014-03-11 Dmitriy Vyukovruntime: remove atomic CAS loop from marknogc
2014-03-11 Dmitriy Vyukovruntime: wipe out bitSpecial from GC code
2014-03-11 Alex Brainmansyscall: replace mksyscall_windows.pl with mksyscall_wi...
2014-03-11 Dave Cheneyruntime: more Native Client fixes
2014-03-11 Alan Donovannet/http: eliminate defined-but-not-used var.
2014-03-10 Keith Randallruntime: remove unused declarations.
2014-03-10 Brad FitzpatrickA+C: Dhiru Kholia (individual CLA)
2014-03-10 Dave Cheneyruntime: small Native Client fixes
2014-03-10 Brad FitzpatrickA+C: Steven Hartland (individual CLA)
2014-03-10 Adam Langleytime: handle int64 overflow in ParseDuration.
2014-03-10 Rémy Oudomphengruntime: fix cgocallback stack size on amd64p32.
2014-03-10 Mikio Hararuntime: fix flakiness on futexsleep test
2014-03-09 Dave Cheneysyscall: add missing SO_ERROR constant for nacl/*
2014-03-08 Brad Fitzpatricknet/rpc/jsonrpc: set exactly one of result or error...
2014-03-07 Brad Fitzpatrickos: document that Process.Wait only works on child...
2014-03-07 Mikio Hararuntime: fix futexsleep test on freebsd/386
2014-03-07 Rémy Oudomphengcmd/gc: correct GOARCH in object files for amd64p32.
2014-03-07 Rémy Oudomphengruntime: add missing nacl build tag for lock_sema.c
2014-03-07 Russ Coxsync: give finalizers more time in TestPoolGC
2014-03-07 Dave Cheneycrypto/md5, crypto/sha1: exclude amd64p32 from generic...
2014-03-07 David Covertregexp: add one-pass optimization from RE2
2014-03-07 Shenghou Maruntime: round stack size to power of 2.
2014-03-07 Rémy Oudomphengcmd/gc: enforce register-width alignment for stack...
2014-03-07 Russ Coxruntime: comment out breakpoint in windows/386 sighandler
2014-03-07 Russ Coxruntime: fix windows/386 build
2014-03-07 Rémy Oudomphengliblink: fix morestack handling on amd64p32.
2014-03-07 Dmitriy Vyukovruntime: refactor and fix stack management code
2014-03-07 Dmitriy Vyukovruntime: fix memory corruption and leak in recursive...
2014-03-07 Russ Coxruntime: fix memory leak in runfinq
2014-03-07 Dave Cheneycmd/6a: add support for nacl/amd64p32
2014-03-07 Dave Cheneycmd/gc, cmd/5g, cmd/6g, cmd/8g: introduce linkarchinit...
2014-03-07 Rob Pikeencoding/gob: document that Decode returns EOF at EOF
2014-03-07 Rob Pikestrconv: document value returned by ParseInt when there...
2014-03-07 Robert Griesemerspec: clarify when constant slice indices must be in...
2014-03-07 Keith Randallruntime: shrink bigger stacks without any copying.
2014-03-06 Russ Coxcmd/go: add test case for cgo coverage
2014-03-06 Russ Coxruntime: fix malloc page alignment + efence
2014-03-06 Dave Cheneycmd/5c: fix arm build
2014-03-06 Dave Cheneycmd/cc, cmd/5c, cmd/6c, cmd/8c: introduce linkarchinit...
2014-03-06 Dmitriy Vyukovruntime: print goroutine header on fault
2014-03-06 David du Colombierruntime: fix warnings on Plan 9
2014-03-06 Dmitriy Vyukovruntime: use custom thunks for race calls instead of cgo
2014-03-06 Brad Fitzpatricknet/http/cgi: kill child CGI process on copy error
2014-03-06 Robert Griesemerspec: clarify value passed for final parameter of varia...
2014-03-06 Dmitriy Vyukovruntime: fix bad g status after copystack
2014-03-06 Dmitriy Vyukovruntime: fix runaway memory usage
2014-03-06 Dmitriy Vyukovnet/http: make TestUseProxy repeatable
2014-03-06 Dmitriy Vyukovrun.bash: explain why we set GOMAXPROCS for runtime...
2014-03-06 Shenghou Maapi: update next.txt
2014-03-06 Shenghou Maapi: add NetBSD/ARM EABI exceptions.
2014-03-06 Shenghou Macmd/dist: enable GOARM>5 on NetBSD/ARM.
2014-03-06 Shenghou Masyscall: update NetBSD/ARM port to EABI.
2014-03-06 Robert Griesemerspec: be more precise about underlying types of predecl...
2014-03-06 Rob Pikedoc/go_faq.html: reference the new wiki page titled...
2014-03-06 Brad Fitzpatricknet/rpc/jsonrpc: add temporarily-disabled failing test
2014-03-05 Brad Fitzpatricknet/http: deflake a test
2014-03-05 Brad Fitzpatrickdoc: update links in contribute.html
2014-03-05 Brad Fitzpatricknet/http: minor fixes and optimization for Response.TLS
2014-03-05 Russ CoxCONTRIBUTORS: add David Covert (Google CLA)
2014-03-05 Russ CoxA+C: Manoj Dayaram (Moov Corporation, corporate CLA)
2014-03-05 Paul A Quernanet/http: Add TLS Connection State to Responses.
2014-03-05 Brad FitzpatrickA+C: Paul A Querna (individual CLA)
2014-03-05 Shenghou Masyscall: add mmap constants for NetBSD/ARM.
2014-03-05 Robert Griesemerspec: shadowed return parameters may be disallowed
2014-03-05 Shenghou Macmd/dist: support building pkg/runtime/*.
2014-03-05 Kelsey Hightowerencoding/gob: improve interface assignment error message
2014-03-05 Shawn Smithencoding/xml: add test for EncodeToken
2014-03-05 Shenghou Macmd/ld: don't include padding length in size of the...
2014-03-05 Alberto García... cmd/go: add support for coverage in CgoFiles
2014-03-05 Russ Coxcmd/dist: use vfprintf on Windows, same as on Unix
2014-03-05 Chris Manghanecmd/gc: allow append and complex builtins to accept...
2014-03-05 Jan Ziakcmd/dist: respect system CFLAGS/LDFLAGS
2014-03-05 Russ Coxruntime: handle Go calls C calls Go panic correctly...
2014-03-05 Joel Singsyscall: regenerate z-files for dragonfly
2014-03-05 Joel Singsyscall: fix mksysnum_dragonfly.pl
2014-03-05 Joel Singnet: disable "udp" to IPv6 unicast address loopback...
2014-03-05 Joel Singnet: fix non-blocking connect handling on dragonfly
2014-03-05 Patrick Mézardos: try openFile before openDir in windows os.OpenFile
next