]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-08-27 Alan Donovanmisc/emacs: allow users to customize path of 'go' tool.
2013-08-27 Volker Doblercmd/gc: mark panicslice as unlikely
2013-08-27 Mathieu Lonjaretencoding/binary: use bytes.Reader in read example
2013-08-27 Alex Brainmannet: have separate read and write processing threads...
2013-08-27 Rob Pikedoc/go1.2.txt: dereference pointer values when evaluati...
2013-08-27 Rob Piketext/template: make the escapers for HTML etc. handle...
2013-08-26 Mikio Haranet: enable PacketConn test for raw IP network on Windows
2013-08-26 Evan Shawbytes, strings: use copy in Repeat
2013-08-26 Adam LangleyC: add JP Sugarbroad (Google CLA)
2013-08-26 Volker Doblernet/http: do not send leading dot in cookie domain...
2013-08-25 Rob Pikedoc/go_faq.html: fix non-grammatical sentence
2013-08-24 Mikio Harasyscall: update routing socket parser for NetBSD 6...
2013-08-24 Brad Fitzpatrickbytes: clarify Equal docs
2013-08-24 Brad Fitzpatrickcmd/api: be more robust against OS deleting temp files
2013-08-24 Brad Fitzpatrickcmd/api: ignore GOARCH when building cmd/api.
2013-08-24 Mikio Haranet: allow TestDialFailPDLeak run in long-mode test
2013-08-24 Nicolas Owensos/user: Current support on Plan 9
2013-08-24 Rémy Oudomphengsyscall: add Cloneflags to Linux SysProcAttr.
2013-08-24 Keith Randallruntime: rename FlagNoPointers to FlagNoScan. Better...
2013-08-24 Keith Randallcmd/gc: Reset haspointers computation. When converting...
2013-08-23 Carl Shapiroos/exec: remove flaky TestExtraFilesFDShuffle test
2013-08-23 Rémy Oudomphengsyscall: define CLONE_* constants on Linux.
2013-08-23 Joel Singall: dragonfly support
2013-08-23 Joel Singnet: dragonfly support
2013-08-23 Joel Singos: dragonfly support
2013-08-23 Joel Singsyscall: dragonfly/amd64 z-files
2013-08-23 Joel Singsyscall: dragonfly/amd64 support
2013-08-23 Joel Singruntime: add dragonfly/amd64 port
2013-08-23 Jan Mercldoc: correct a minor go_mem.html mistake
2013-08-23 Brad FitzpatrickA+C: Jan Mercl (individual CLA)
2013-08-23 Joel Singcmd/5l,cmd/8l: unbreak arm and 386 linkers
2013-08-23 Joel Singall: compiler/bootstrap for dragonfly/amd64
2013-08-23 Mikio Haranet: fix dial to raw IP networks on Windows
2013-08-23 Mikio Haranet: fix race in TestDNSThreadLimit
2013-08-23 Alex Brainmannet: wait longer before failing TestVariousDeadlines4Pr...
2013-08-23 Mikio Haranet: update doc on socket
2013-08-22 Mikio Haranet: add test for protocol numbers lookup using interna...
2013-08-22 Alex Brainmannet: fix misspelled variable name (fixes windows build)
2013-08-22 Mikio Haranet: add minimal internet protocol number information...
2013-08-22 Mikio Haranet: remove redundant argument check from Dial on udp...
2013-08-22 Andrew Gerranddoc: hide playground on front page if playground disabled
2013-08-21 Rémy Oudomphengsyscall: fix stale URL for linux/arm unistd.h
2013-08-21 Dmitriy Vyukovruntime: do not trigger GC on g0
2013-08-21 Carl Shapiroundo CL 13010045 / 04f8101b46dd
2013-08-21 Sokolov Yuratime: make timers heap 4-ary
2013-08-21 Dmitriy Vyukovnet: ensure that Read/Write on all platforms do 0 mallocs
2013-08-21 Dmitriy Vyukovcmd/5g, cmd/6g, cmd/8g: faster compilation
2013-08-21 Elias Naurdoc/go1.2.txt: cmd/5l: support for external linking...
2013-08-21 Todd Wangreflect: Fix Convert to add indir bit when the value...
2013-08-21 David SymondsC: add Todd Wang (Google CLA).
2013-08-21 Rob Pikeall: protect alloc count tests by -testing.short
2013-08-21 Rob Pikedoc/go1.2.txt: text/template: add comparison functions
2013-08-21 Rob Piketext/template: implement comparison of basic types
2013-08-21 Mikio Haradoc/go1.2.txt: net: performance improvement on BSD
2013-08-20 Rob Pikedoc/go1.2.txt: archive/tar's fixed FileInfo
2013-08-20 Brad Fitzpatrickdoc: remove a insignificant line from go1.2.txt
2013-08-20 Rob Pikearchive/tar,zip: implement the os.FileInfo interface...
2013-08-20 Brad FitzpatrickA+C: Sokolov Yura (individual CLA)
2013-08-20 Emil Hessmanmisc/xcode: use `xcode-select` to determine path
2013-08-20 Mikio Haranet: remove obsolete builtin network pollster
2013-08-20 Mikio Haranet: enable runtime-integrated network pollster on...
2013-08-20 Mikio Hararuntime: integrated network pollster for freebsd/arm
2013-08-20 Brad Fitzpatricknet/http: support WriteString on the ResponseWriter
2013-08-20 Rob Pikeos: fix windows build
2013-08-20 Rob Pikeos: be consistent about File methods with nil receivers
2013-08-20 Rob Pikeapi: update next.txt, except.txt
2013-08-19 Alan Donovantest: exit non-zero on error from nilptr2.go.
2013-08-19 Carl Shapiroundo CL 12785045 / 71ce80dc4195
2013-08-19 Rob Pikedoc/go_faq.html: link to the SPLASH talk near the top
2013-08-19 Aaron Francemisc/emacs: Detect stale coverage reports
2013-08-19 Brad FitzpatrickA+C: Aaron France (individual CLA)
2013-08-19 Keith Randallruntime: don't run finalizers if we're still on the...
2013-08-19 Dmitriy Vyukovnet: annotate Read/Write for race detector
2013-08-19 Dmitriy Vyukovruntime: do not preempt race calls
2013-08-19 Carl Shapirocmd/gc, runtime: use type information to scan interface...
2013-08-19 Andrew Gerrandcmd/go: only try to clean executables for package main
2013-08-19 Rob Pikecmd/go: diagnose import cycles better
2013-08-19 David Symondscmd/gc: regenerate y.tab.{c,h} with Bison 2.5.
2013-08-19 Rob Piketest: fix build
2013-08-19 Anthony Martincmd/gc: don't attempt to generate wrappers for blank...
2013-08-19 Rob Pikecmd/gc: better error messages for C-style if statements.
2013-08-19 Rob Pikemath/big: fix nil bug in GobEncode
2013-08-19 Rob Pikemake.bash: exit if dist fails
2013-08-19 David Symondscmd/dist: join with TMPDIR more carefully to avoid...
2013-08-19 Marco Henningsarchive/tar: Fix support for long links and improve...
2013-08-19 David SymondsA+C: Marco Hennings (individual CLA)
2013-08-19 Rob Piketesting: don't start timing a Parallel test until it...
2013-08-19 Dominik Honnefencoding/xml: flush buffer after encoding token
2013-08-18 Rob Pikecmd/dist: more informative error for mkdtemp failing
2013-08-18 Mikio Haranet: make protocol-specific WriteTo, WriteMsg methods...
2013-08-17 Emil Hessmannet/textproto: use ReadDotBytes instead of non-existent...
2013-08-17 Emil Hessmannet/textproto: replace '3-digit' with 'three-digit'
2013-08-17 Mikio Haranet: fix garbage connection close in dual stack tests
2013-08-17 Mikio Haranet: enable runtime-integrated network pollster on...
2013-08-17 Mikio Hararuntime: integrated network pollster for netbsd/amd64...
2013-08-17 Russ Coxnet: limit number of concurrent cgo calls
2013-08-17 Russ Coxruntime: impose thread count limit
2013-08-17 Russ Coxcmd/gc: separate "has pointers" from "needs zeroing...
2013-08-16 Dmitriy Vyukovdoc: describe halt_on_error race detector parameter
2013-08-16 Dmitriy Vyukovruntime/race: add output tests for different GORACE...
next