]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-02-03 Elias Naurliblink, cmd/5a, cmd/5l: restore cgo on older ARM proce...
2014-02-03 Brad Fitzpatrickos/exec: fix Command with relative paths
2014-02-03 Brad Fitzpatricknet/http: make a test fail harder, earlier
2014-02-03 Robert GriesemerA+C: Gordon Klaus (individual CLA)
2014-02-03 Brad FitzpatrickA+C: 申习之 (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Tudor Golubenco (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Travis Cline (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Paul Hammond (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Kelvin Foo Chuan Lyi (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Joshua Chase (individual CLA)
2014-02-02 Brad FitzpatrickA+C: John C Barstow (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Henrik Edwards (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Christoffer Buchholz (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Case Nelson (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Adrien Bustany (individual CLA)
2014-02-02 Dave Cheneytime: use an alternative method of yielding during...
2014-02-01 Ian Lance Taylortime: use names for beginning and end of zone transitio...
2014-01-31 Rob Pikeunicode: delete appearance of unused LowerUpper term...
2014-01-31 Ian Lance Taylortime: correctly handle timezone before first transition...
2014-01-31 Dmitriy Vyukovruntime: fix typos in test
2014-01-31 Nathan John... syscall: add ERROR_MORE_DATA to Windows for os/fsnotify
2014-01-31 Shawn Smithcrypto/rand: add tests for Int, Prime
2014-01-30 Rémy Oudomphengcmd/gc: do not consider length zero arrays as comparable.
2014-01-30 Ian Lance Taylorcmd/ld: fix bug with "runtime/cgo" in external link...
2014-01-30 David du Colombiernet/http: temporarily disable the failing tests on...
2014-01-30 Dmitriy Vyukovruntime: increase page size to 8K
2014-01-30 Brad Fitzpatricknet/http: use a struct instead of a string in transport...
2014-01-30 Rémy Oudomphengencoding/gob: fix two crashes on corrupted data.
2014-01-30 Jeff Sickelnet: net: better IPv4 stack probe on Plan 9
2014-01-30 Rob Pikecmd/8g: don't crash if Prog->u.branch is nil
2014-01-29 Dmitriy Vyukovruntime: prepare for 8K pages
2014-01-29 Brad Fitzpatricknet/http: read as much as possible (including EOF)...
2014-01-29 Brad Fitzpatricknet/http: reuse client connections earlier when Content...
2014-01-29 David du Colombiertest: skip SIGCHLD test on Plan 9
2014-01-29 Mikio Haranet: fix incoming connection's network name handling...
2014-01-28 Adam Langleyencoding/asn1: support set tag when unmarshaling.
2014-01-28 Dmitriy Vyukovruntime: more chan tests
2014-01-28 Dmitriy Vyukovruntime: prefetch next block in mallocgc
2014-01-28 Dmitriy Vyukovruntime: fix buffer overflow in make(chan)
2014-01-28 Dmitriy Vyukovruntime: adjust malloc race instrumentation for tiny...
2014-01-28 Mikio Haranet: make it possible to use FilePacketConn with IPConn
2014-01-28 Andrew Gerrandio: clarify MultiReader documentation
2014-01-28 Michael Hudson... cmd/go: When linking with gccgo pass .a files in the...
2014-01-28 David du Colombierbuild: fix typos in run.rc
2014-01-28 Keith Randallcmd/gc: liveness: don't add fallthough edge after panic
2014-01-27 Fredrik Enestadhttputil: in ReverseProxy, strip hop-by-hop headers...
2014-01-27 Brad FitzpatrickA+C: Fredrik Enestad (individual CLA)
2014-01-27 Vincent Vanackereruntime/debug: fix incorrect Stack output if package...
2014-01-27 Dmitriy Vyukovruntime: fix windows build
2014-01-27 Dmitriy Vyukovruntime: tune P retake logic
2014-01-27 Keith Randallcmd/6a: include MOVQL opcode.
2014-01-27 Brad Fitzpatrickall: use {bytes,strings}.NewReader instead of bytes...
2014-01-27 Ian Lance Taylordebug/dwarf, debug/elf: add support for reading DWARF...
2014-01-27 Dmitriy Vyukovruntime: fix buffer overflow in stringtoslicerune
2014-01-27 Dmitriy Vyukovruntime: smarter slice grow
2014-01-27 David du Colombiertime: increase timeout of TestOverflowRuntimeTimer...
2014-01-25 Jeff Sickelruntime/pprof: plan9 fails the TestGoroutineSwitch...
2014-01-25 Dmitriy Vyukovsync: support Pool under race detector
2014-01-24 Dmitriy Vyukovruntime: combine small NoScan allocations
2014-01-24 Dmitriy Vyukovsync: scalable Pool
2014-01-24 Dmitriy Vyukovruntime: do not zero terminate strings
2014-01-24 Russ Coxcmd/gc: add zeroing to enable precise stack accounting
2014-01-24 Russ Coxliblink, runtime: fix cgo on arm
2014-01-24 Rob Pikeeffective_go: move 'Type switch' section into 'Control...
2014-01-23 Keith Randallruntime: Print elision message if we skipped frames...
2014-01-23 Dmitriy Vyukovbufio: fix benchmarks behavior
2014-01-23 Russ Coxlib/codereview: add LGTM= line to commit messages
2014-01-23 Dmitriy Vyukovundo CL 45770044 / d795425bfa18
2014-01-23 Dmitriy Vyukovruntime: increase page size to 8K
2014-01-22 Rob Pikecmd/gc: add the word 'archive' to the documentation...
2014-01-22 Gautham Thambidoraicrypto/tls: Client side support for TLS session resumption.
2014-01-22 David du Colombierdebug/plan9obj: implement parsing of Plan 9 a.out execu...
2014-01-22 Russ Coxruntime: fix typo in ARM code
2014-01-22 Russ Coxtesting: fix SkipNow and FailNow to avoid panic(nil...
2014-01-22 Jeff Sickelnet: plan9 changes for default net directory
2014-01-22 Russ Coxtesting: diagnose buggy tests that panic(nil)
2014-01-22 David du Colombiercmd/gc, cmd/ld: fix Plan 9 warnings
2014-01-22 Michael Gehringarchive/tar: add dragonfly build tag
2014-01-22 Brad Fitzpatrickapi: update next.txt
2014-01-22 Brad Fitzpatrickapi: add Fchflags exception to more platforms
2014-01-22 Michael Gehringsyscall: add syscall.Termios on dragonfly, openbsd
2014-01-22 Brad Fitzpatricksyscall: use unsafe.Pointer in BSD kevent
2014-01-22 Dmitriy Vyukovruntime: fix code formatting
2014-01-22 Dmitriy Vyukovruntime: remove locks from netpoll hotpaths
2014-01-22 Dmitriy Vyukovruntime/race: race instrument reads/writes in select...
2014-01-22 Dmitriy Vyukovruntime: allocate goroutine ids in batches
2014-01-22 Dmitriy Vyukovruntime: fix and improve CPU profiling
2014-01-22 Jeff Sickelliblink: include missing pragmas for plan9 formatter
2014-01-22 Rémy Oudomphengcmd/gc: preserve qualified names of unexported methods...
2014-01-22 Dominik Honnefcmd/gc: do not typecheck nil types in multiple assignment
2014-01-22 Brad Fitzpatricksyscall: use unsafe.Pointer instead of uintptr in net...
2014-01-22 Dave Cheneycmd/go: do not require a valid archChar when using...
2014-01-22 Russ Coxliblink: remove use of linkmode on ARM
2014-01-22 Russ Coxmisc/cgo/testtls: make test less flaky
2014-01-22 Brad Fitzpatricksyscall: rename method Flock_t.Lock to func FcntlFlock
2014-01-21 Brad Fitzpatricksyscall: add Flock_t.Lock method
2014-01-21 Keith Randallruntime: if "panic during panic"'s stacktrace fails...
2014-01-21 Russ Coxcmd/link: add testdata/pclntab.6 (fix build)
2014-01-21 Ian Lance Taylorcmd/gc: document -pack flag
2014-01-21 Russ Coxcmd/link: pclntab generation
next