]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-01-21 Dmitriy Vyukovruntime: fix test on windows
2014-01-21 Dmitriy Vyukovnet: fix data race in test
2014-01-21 Dmitriy Vyukovruntime: ensure fair scheduling during frequent GCs
2014-01-20 Brad Fitzpatrickexpvar: sort maps, fix race
2014-01-19 Brad Fitzpatricknet/http, net/http/httputil: make chunked reader alloc...
2014-01-19 Michael Gehringsyscall: add syscall.Termios on netbsd
2014-01-18 Mikio Harasyscall: fix typo
2014-01-18 Keith Randallruntime: print stack trace when "panic during panic"
2014-01-18 Mikio Harasyscall: fix build
2014-01-17 Mikio Harasyscall: make getrlimit, setrlimit tests work on unix...
2014-01-17 Keith Randallruntime, cmd/gc: Get rid of vararg channel calls.
2014-01-17 Russ Coxruntime: fix TestLFStackStress
2014-01-17 Russ Coxundo CL 45930043 / c22889382a17
2014-01-17 Rob Pikesyscall: allocate 64 bits of "basep" for Getdirentries
2014-01-17 David Symondsdoc: replace "private" with "unexported" in Effective Go.
2014-01-17 David Symondsregexp: remove unnecessary sentence in doc comment.
2014-01-17 Adam LangleyA+C: Maxim Khitrov (individual CLA)
2014-01-17 Dmitriy Vyukovsyscall: mark arguments to Syscall as noescape
2014-01-17 Luke Curleycrypto/cipher: improved cbc performance
2014-01-17 Adam LangleyA+C: Luke Curley (individual CLA)
2014-01-17 Aram Hăvărneanuruntime: add support for GOOS=solaris
2014-01-16 Rob Pikenet/rpc: fix inconsistency in documentation of Service...
2014-01-16 Dave Cheneynet: skip TestDualStackTCPListener in short mode
2014-01-16 Rob Piketime: break parse and formatting tests into a separate...
2014-01-16 Brad Fitzpatricksyscall: add Flock_t on Linux
2014-01-16 Keith Randallreflect: Remove imprecise techniques from channel/selec...
2014-01-16 Brad Fitzpatricknet/http: don't allow Content-Type or body on 204 and 1xx
2014-01-16 Kamil Kisielnet/smtp: add examples
2014-01-16 Brad Fitzpatricknet/http: cache transport environment lookup
2014-01-16 Rob Pikefmt: fix bug printing large zero-padded hexadecimal
2014-01-16 Russ Coxcmd/gc: handle non-escaping address-taken variables...
2014-01-16 Russ Coxcmd/gc: fix race build
2014-01-16 Dmitriy Vyukovruntime: output how long goroutines are blocked
2014-01-16 Dmitriy Vyukovruntime: use lock-free ring for work queues
2014-01-15 Keith Randallreflect: add precise GC info for Call argument frame.
2014-01-15 Brad Fitzpatricknet/http: add disabled test for Body Read/Close lock...
2014-01-15 Robert Griesemergo/scanner: report too short escape sequences
2014-01-15 Rob Pikecmd/pack: rewrite in Go
2014-01-15 Dmitriy Vyukovruntime: fix data race in GC
2014-01-15 Brad Fitzpatricknet/http: return UnexpectedEOF instead of EOF on trunca...
2014-01-15 Shenghou Maruntime/debug: force GC after setting of GCPercent...
2014-01-14 Rob Pikecmd/ld: document the -w flag, which disables DWARF...
2014-01-14 Rob Pikespec: tighten the wording around . imports
2014-01-14 Rob Pikereflect: better document the tri-state for TryRecv
2014-01-14 Keith Randallruntime: Change size of map iter offset so 32-bit versi...
2014-01-14 Michael Kellynet/http: escape contents of the directory indexes...
2014-01-14 Josh Bleecher... runtime: change map iteration randomization to use...
2014-01-14 Brad Fitzpatrickundo CL 47560044 / 40a37153a550
2014-01-14 Brad FitzpatrickC: add Michael Kelly (Google CLA)
2014-01-14 Brad Fitzpatrickdoc: add cmd/gofmt entry to go1.3.txt
2014-01-14 Brad Fitzpatrickcmd/gofmt: remove -tabwidth and -tabs flags
2014-01-14 Brad Fitzpatrickapi: update next.txt
2014-01-14 Brad Fitzpatricknet/http: fix another data race when sharing Request...
2014-01-14 Russ Coxcmd/gc: return canonical Node* from temp
2014-01-14 Russ Coxcmd/gc: add -live flag for debugging liveness maps
2014-01-14 Russ Coxruntime: emit collection stacks in GODEBUG=allocfreetra...
2014-01-14 Dmitriy Vyukovruntime: fix comment
2014-01-14 Alex Brainmancmd/api: ensure GOPATH always points to the correct...
2014-01-14 Keith Randallruntime/pprof: fix flaky TestCPUProfileMultithreaded...
2014-01-14 Russ Coxcmd/link: fix build
2014-01-14 Russ Coxcmd/link: implement dead code removal
2014-01-14 Russ Coxcmd/link: implement and test automatic symbols
2014-01-14 Russ Coxcmd/link: replace golden binary files with hex dumps
2014-01-13 Mikio Haranet: fix incorrect internal IPv6 address representation...
2014-01-13 David du Colombieros/exec: disable fd check in TestHelperProcess on Plan 9
2014-01-13 Michael Gehringsyscall: add syscall.Termios on freebsd/{386,amd64}
2014-01-13 Brad FitzpatrickC+A: add email alias for Michael Gehring
2014-01-13 Brad Fitzpatricknet/http: clarify semantics of File methods
2014-01-13 Robert Griesemergo/scanner: minimal non-terminated literals
2014-01-13 Russ Coxruntime: remove redundant 0x prefix in error print
2014-01-13 David du Colombieros: disable TestReaddirStatFailures on Plan 9
2014-01-13 Joel Singsyscall: include mmap constants in openbsd zerror*...
2014-01-13 Joel Singsyscall: remove getsockname workaround for openbsd
2014-01-13 Joel Singruntime/pprof: enable profiling test on openbsd
2014-01-12 Alex Brainmannet: ignore some errors in windows Accept
2014-01-11 Jeff Sickelnet: add plan9 to TestDialTimeout
2014-01-11 Joel Singapi: update except.txt and next.txt to reflect openbsd...
2014-01-11 Joel Singruntime, syscall: update for openbsd system ABI break
2014-01-10 Brad Fitzpatrickdatabase/sql: fix test on 32-bit
2014-01-10 Brad Fitzpatrickdatabase/sql: avoiding fmt.Sprintf while scanning,...
2014-01-10 Adam LangleyA+C: Gautham Thambidorai (individual CLA)
2014-01-10 Dmitriy Vyukovfmt: make benchmarks parallel
2014-01-10 Keith Randallliblink: fix comments. Someone was overzealous with...
2014-01-10 Nicholas Katsarosnet: add SetKeepAlivePeriod for windows
2014-01-10 Anthony Martinliblink: adjust format verbs to avoid collisions
2014-01-10 Rémy Oudomphengcmd/gc: mark OGOTO as a statement for formatters.
2014-01-10 Russ Coxcmd/link: Mach-O (OS X) file formatter
2014-01-10 Russ Coxcmd/link: intial skeleton of linker written in Go
2014-01-09 Brad Fitzpatricknet/http: use TCP keep-alives for ListenAndServe and...
2014-01-09 Ian Lance Taylorruntime: fix 32-bit malloc for pointers >= 0x80000000
2014-01-09 Robert Griesemergo/parser: slightly improved error message by adding...
2014-01-09 Brad Fitzpatrickapi: update next.txt
2014-01-09 Shenghou Matesting: document that ResetTimer also zeros the alloca...
2014-01-09 Adam Langleycrypto/tls: support renegotiation extension.
2014-01-09 Brad FitzpatrickA+C: Nicholas Katsaros (individual CLA)
2014-01-09 Rowan Worthruntime: co-exist with NPTL's pthread_cancel.
2014-01-09 Ian Lance TaylorA+C: sqweek (individual CLA)
2014-01-09 Aram Hăvărneanuos, os/exec, os/user: add support for GOOS=solaris
2014-01-09 Ian Lance Taylorruntime: change errorCString to a struct
2014-01-09 Russ Coxdebug/goobj: add String methods for SymID and SymKind
next