]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-04-30 Michael Fraenkelcmd/go: test: clean up all temporary directories
2014-04-30 Ian Lance TaylorA+C: Michael Fraenkel (individual CLA)
2014-04-30 Rui Ueyamatime: MeST is a time zone name
2014-04-30 Mikio Haranet: enable builtin dns resolver tests on solaris
2014-04-30 Robert Henckelib/time: update time zone info to v.2014b
2014-04-29 Shenghou Madoc/go1.3.html: update for FreeBSD/ARM support.
2014-04-29 Shenghou Marun.bash: skip -static cgo test if -static linking...
2014-04-29 Robert Henckeall: spelling tweaks, A-G
2014-04-29 Ian Lance Taylorcmd/cgo: for gccgo add #define to cgo_export.h for...
2014-04-29 Shenghou Mamake.bash: if CC is not set, and gcc doesn't exist...
2014-04-29 Mikio Haranet: make WriteTo, WriteToIP and WriteMsgIP fail when...
2014-04-28 Shenghou Malog/syslog: document if network=="" for Dial, it will...
2014-04-28 Shenghou Mamisc/vim/readme.txt: workaround weird OS X vim bug.
2014-04-28 Keith Randallruntime: clean up scanning of Gs
2014-04-28 Keith Randallruntime: heapdump - make sure spans are swept before...
2014-04-28 Robert Henckedoc: fix link to Mercurial download
2014-04-28 Robert Henckedoc: fix broken link to RTEMS Go wiki page
2014-04-28 Mikio Harasyscall: don't display syscall prototype lines on godoc
2014-04-28 Mikio Harasyscall: add missing SendmsgN for NaCl
2014-04-28 Robert Henckenet/tcp: fix check for openbsd in test
2014-04-27 Brad Fitzpatrickdoc: fix an article
2014-04-27 Mikio Harasyscall: fix handling socket control messages on dragonfly
2014-04-27 Ian Lance Taylormisc/cgo/test/backdoor: add gccgo version of backdoor...
2014-04-27 Peter Collingbournecmd/cgo: fix C.CString for strings containing null...
2014-04-27 Brad Fitzpatricknet/http/httputil: tell people not to use ClientConn...
2014-04-27 Robert Obryknet: Remove an unmatched unlock of ForkLock
2014-04-27 Rui Ueyamaencoding/ascii85: handle non-data bytes correctly
2014-04-27 Robert Henckesrc: fix issues found by go vet std
2014-04-26 Brad Fitzpatrickos: cap reads and writes to 2GB on Darwin and FreeBSD
2014-04-26 Jonathan Allie encoding/gob: handle interface types in isZero...
2014-04-26 Rob Pikedoc/debugging_with_gdb.html: add introductory disclaimer
2014-04-26 Robert Henckedoc/contribute.html: link to wiki for more code review...
2014-04-25 Brad Fitzpatricknet/http/httputil: don't leak goroutines in DumpRequestOut
2014-04-25 Mikio Haranet: make WriteMsg{IP,UDP,Unix} return the correct...
2014-04-25 Robert Griesemerbufio: make all read functions UnreadByte-friendly
2014-04-25 Brad Fitzpatricknet/http, strings, bytes: fix http race, revert part...
2014-04-24 Rui Ueyamanet: fix confusing typo in comment
2014-04-23 Rob Pikemath/cmpx: change space to tab in the Pow docs for...
2014-04-23 Brad Fitzpatrickos/exec: deflake a test on Linux
2014-04-22 Rui Ueyamastrings: fix off-by-one error in test go1.3beta1
2014-04-21 Robert Griesemermath/big: fix Int.Exp
2014-04-21 Josh Bleecher... net: extend TestVariousDeadlines1Proc timeout
2014-04-21 Mark Zavislakruntime: fix typo in error message
2014-04-21 Rémy Oudomphengruntime/race: add test for issue 7561.
2014-04-21 Alex Brainmancmd/nm: do not fail TestNM if symbol has less then...
2014-04-21 Alex Brainmancmd/nm: disable TestNM on darwin, linux and solaris
2014-04-21 Alex Brainmancmd/ld: correct addresses in windows pe symbol table
2014-04-21 Shenghou Maruntime, go/build: re-enable cgo on FreeBSD.
2014-04-21 Shenghou Maruntime, cmd/ld, cmd/5l, run.bash: enable external...
2014-04-21 Shenghou Malib9: restore argv0 initialization code.
2014-04-21 Shenghou Macmd/go: handle -ccflags in 'go test'
2014-04-20 David du Colombierdoc/go1.3.html: fix Goexit link
2014-04-20 Jan Ziakcmd/gc: avoid %L in error message
2014-04-19 David du Colombierinclude/plan9: make mklibc.rc compatible with 9atom
2014-04-19 Alex Brainmancmd/nm: print symbol sizes for windows pe executables
2014-04-18 Mike Andrewscmd/ld: don't delete output binary if not "ordinary...
2014-04-18 David du Colombierdoc/go1.3.html: Plan 9 support
2014-04-18 Rob Pikedoc/go1.3.html: go test always builds
2014-04-18 Lucio De Repkg/reflect/value.go: Correction in comment, the argume...
2014-04-18 David du Colombierdoc/go1.3.html: new package debug/plan9obj
2014-04-18 Shenghou Maos: change return variable name for Getwd to avoid...
2014-04-18 Shenghou Macmd/go: support -ccflags in 'go test'
2014-04-17 Brad Fitzpatricknet/http/httputil: include Content-Length in DumpRespon...
2014-04-17 Brad Fitzpatricknet: fix probabilities in DNS SRV shuffleByWeight
2014-04-17 Russ Coxcmd/pack: avoid ./ import in test (fix Windows build)
2014-04-17 Ian Lance Taylorcmd/pack: handle very long lines in pkgdef
2014-04-17 Volker Doblernet/http: allow commas and spaces in cookie values
2014-04-17 Shenghou Madoc/effective_go: mention that b.Write is a shorthand...
2014-04-17 Ian Lance Taylorcmd/ld: don't pass -rdynamic to external linker if...
2014-04-17 Shenghou Macmd/gc: fix segfault in isgoconst.
2014-04-17 Russ Coxtest: demo for issue 7695
2014-04-17 Robert Daniel... compress/gzip: add Reset method to Reader
2014-04-17 Shenghou Maencoding/json: document Encoder will terminate each...
2014-04-17 Jan Ziakcmd/gc: fewer errors for wrong argument count
2014-04-17 Anthony Martincmd/ld: restore the call graph dump
2014-04-17 Russ Coxcmd/go: reapply doc change from CL 60590044.
2014-04-17 Alex Brainmancmd/ld: populate pe symbol table with Go symbols
2014-04-17 Alex Brainmancmd/nm: windows pe handling fixes
2014-04-17 Alex Brainmandebug/pe: add optional header to File
2014-04-17 Russ Coxliblink, cmd/ld: reenable nosplit checking and test
2014-04-17 Brad Fitzpatrickencoding/xml: document NewDecoder buffering
2014-04-17 Rob Pikeflag: document that Bool also accepts "T" and "F"
2014-04-16 Rui Ueyamaall: fix typos
2014-04-16 Ian Lance Taylorliblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj...
2014-04-16 Russ Coxliblink: add leaf bit to object file format
2014-04-16 Alan Donovango/scanner: interpret //line directives sans filename...
2014-04-16 Emil Hessmandoc/go1.3.html: fix id anchor for FreeBSD
2014-04-16 Alan Donovango/scanner: interpret //line directives sans filename...
2014-04-16 Brad Fitzpatrickencoding/base64: don't lose a byte of output when encou...
2014-04-16 Brad Fitzpatricknet/http: fix data race in TestTransportResponseHeaderT...
2014-04-16 Russ Coxcmd/5g, cmd/6g, cmd/8g: preserve wide values in large...
2014-04-16 Rob Pikedoc/go1.3.html: document the state of FreeBSD
2014-04-16 Russ Coxruntime: crash when func main calls Goexit and all...
2014-04-16 Russ Coxliblink: fix incorrect hash collision in lookup
2014-04-16 Russ Coxreflect: correct type descriptor for call of interface...
2014-04-16 Russ Coxruntime: adjust GC debug print to include source pointers
2014-04-16 Shenghou Macmd/ld: cast PE32 absolute addend to int32.
2014-04-16 Shenghou Macmd/ld: correct comment.
2014-04-16 Shenghou Madoc/debugging_with_gdb: use -w to strip debug info.
2014-04-16 Shenghou Madoc: remove outdated Makefile
next