]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2014-01-21 Russ Coxcmd/gc: fix build
2014-01-21 Russ Coxcmd/gc: do not follow uintptr passed as function argument
2014-01-21 Russ Coxcmd/gc: fix crash in -live debugging output
2014-01-21 Ian Lance Taylorcmd/ld: support archives larger than 2G
2014-01-21 Ian Lance Taylorliblink: check for symgrow size too large
2014-01-21 Dmitriy Vyukovruntime: do not collect GC roots explicitly
2014-01-21 Dmitriy Vyukovruntime: delete proc.p
2014-01-21 Dmitriy Vyukovruntime: per-P defer pool
2014-01-21 Keith Randallruntime: fix race detector by recording read by chansend.
2014-01-21 Dmitriy Vyukovruntime: zero 2-word memory blocks in-place
2014-01-21 Dmitriy Vyukovruntime: fix specials deadlock
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
next