]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2014-01-09 Russ Coxlibmach: use different names for different Ureg types
2014-01-08 Rob Pikecmd/nm: add -sort=size
2014-01-08 David du Colombier libmach: use Go's ureg headers on Plan 9
2014-01-08 Keith Randallruntime: deallocate specials before deallocating the...
2014-01-08 Ian Lance Taylorruntime: handle gdb breakpoint in x86 traceback
2014-01-08 Jeff Sickelplan9: lookup query must seek to offset 0 before reading or
2014-01-08 Brad Fitzpatrickarchive/zip: new test for earlier zip64 fix
2014-01-08 Aram Hăvărneanuall: add solaris build tags
2014-01-08 Michael Hudson... cmd/go: test: do not put object files where later steps...
2014-01-07 Keith Randallruntime: use special records hung off the MSpan to
2014-01-07 Brad Fitzpatricknet/http: fix data race when sharing request body betwe...
2014-01-07 Shawn Smithencoding/csv: test that carriage return is handled...
2014-01-07 Rémy Oudomphengcmd/gc: add missing dupok flag for interface method...
2014-01-07 Joel Singcrypto/sha512: avoid duplicate block declaration on 386
2014-01-07 Rémy Oudomphengcmd/gc: do not omit wrapper for expression (interface...
2014-01-07 Joel Singcrypto/sha512: block implementation in amd64 assembly
2014-01-07 Aram Hăvărneanulib9, libmach, cmd/dist, go/build: add support for...
2014-01-07 Joel Singsyscall: include mmap constants in netbsd zerror* files
2014-01-07 Russ Coxcmd/gc: use 100x less memory for []byte("string")
2014-01-06 Adam Langleycrypto/rsa: support unpadded signatures.
next