]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-10-13 Russ Coxruntime: run goroutines during init
2011-10-13 Russ Coxgc: stricter multiple assignment + test
2011-10-13 Russ Coxspec: define order of multiple assignment
2011-10-13 Mikkel Krautzcrypto/tls: fetch root certificates using Mac OS API
2011-10-13 Christopher... make.bash: more robustly detect gold 2.20
2011-10-13 Russ Coxgc: implement new return restriction
2011-10-13 Russ Coxbuild: fix for new return restriction
2011-10-13 Russ Coxgo/types: clean up after test
2011-10-13 Evan Martinemacs: add a "godoc" command, like M-x man
2011-10-13 Brad Fitzpatrickdoc: minor homepage tweak
2011-10-13 Dmitriy Vyukovgc: pass FlagNoPointers to runtime.new
2011-10-13 Dmitriy Vyukovdoc: remove link to http://golanguage.ru/
2011-10-13 Robert Henckepkg: fix incorrect prints found by govet
2011-10-13 Benny Siegertimage/tiff: Implement PackBits decoding.
2011-10-13 Andrew Balholmhtml: insert implied <p> and </p> tags
2011-10-13 Nigel Taohtml: when a parse test fails, don't bother testing...
2011-10-12 Rob Pikegotest: correct the documentation of -parallel.
2011-10-12 Rob Pikefmt: remove an obsolete reference to os.ErrorString...
2011-10-12 Christopher... updates: append(y,[]byte(z)...) -> append(y,z...)"
2011-10-12 Robert Griesemergo/typechecker: delete per Go 1 plan
2011-10-12 Brad Fitzpatrickhttp: remove Request.RawURL
2011-10-12 Rob Pikenetchan: move to old/netchan
2011-10-12 Brad Fitzpatrickcatch future accidental dependencies to exp/ or old/
2011-10-12 Robert Griesemergodoc: setup script for app engine, cleanups
2011-10-12 Albert Strasheimnet: Return error from CloseRead and CloseWrite.
2011-10-12 Albert Strasheimnet: fix "unexpected socket family" error from WriteToUDP.
2011-10-12 Russ Coxruntime: fix memory leak in parallel garbage collector
2011-10-12 Dmitriy Vyukovruntime: faster strings
2011-10-12 Luuk van Dijkruntime: append([]byte, string...)
2011-10-12 Robert Griesemergo/scanner: remove AllowIllegalChars mode
2011-10-12 Robert Griesemergofmt: fix a couple of crashes, disallow rewrites for...
2011-10-12 Robert Griesemerexp/datafmt: delete per Go 1 plan
2011-10-12 Robert Griesemerebnf, ebnflint: move under exp
2011-10-11 Brad Fitzpatrickexp/spdy: move http/spdy to exp/spdy
2011-10-11 Rob Pikecontainer/vector: delete
2011-10-11 Alex Brainmannet: implement ip protocol name to number resolver...
2011-10-11 Rob Piketry: delete
2011-10-11 Dave Cheneysyscall: add #ifdefs to fix the manual corrections...
2011-10-11 Robert Griesemergodoc: show source code if -src flag is set in command...
2011-10-11 Louis Krugercrypto/tls: add 3DES ciphersuites
2011-10-11 Russ CoxCONTRIBUTORS: add Louis Kruger (Google CLA)
2011-10-11 Hector Churuntime: fix crash when returning from syscall during gc
2011-10-11 Chris Farmiloenet: fix socket leak in case of Dial failure
2011-10-11 Brad Fitzpatrickfmt: fix doc typo
2011-10-11 Andrew Gerrandgodoc: support multiple examples
2011-10-10 Rob Pikegob: avoid one copy for every message written.
2011-10-10 Mikio HaraA+C: Chris Farmiloe (individual CLA)
2011-10-10 Nigel Taohtml: add a Render function.
2011-10-10 Brad Fitzpatrickhttp: cancel test timers; don't t.Fatalf in other gorou...
2011-10-10 Andrew Gerranddoc: fix tutorial and Makefile PATH without dot
2011-10-08 Andrew Gerranddashboard: include last 100 lines in build failure...
2011-10-08 Luuk van Dijkgc: changes to export format in preparation for inlining.
2011-10-08 Adam Langleycrypto/tls: forgot this file in the last change.
2011-10-08 Adam Langleycrypto/tls: add server side SNI support.
2011-10-08 Joel Singruntime: improve locking on openbsd
2011-10-07 Robert Griesemergofmt: update test.sh
2011-10-07 Rob Piketesting: fix time reported for failing tests.
2011-10-07 Robert Griesemergodoc: show "unexported" declarations when executing...
2011-10-07 Robert Griesemergo/token: remove obsolete comment (cleanup)
2011-10-07 Mikio Haranet: add File method to IPConn
2011-10-07 Brad Fitzpatrickutf8: add Valid and ValidString
2011-10-07 Robert Griesemergodoc: use scanner instead of go/scanner for ebnf proce...
2011-10-07 Nigel Taoimage: delete obsolete color.go
2011-10-07 Robert Griesemergo/token: document deserialization property
2011-10-07 Robert Griesemergodoc: use a bufio.Buffer to read search index
2011-10-06 Robert Griesemergo/ast: don't remove function bodies when filtering...
2011-10-06 Robert Griesemergodoc: documentation for all (not just exported) declar...
2011-10-06 Andrew Gerrandtag weekly.2011-10-06
2011-10-06 Andrew Gerrandweekly.2011-10-06 weekly.2011-10-06
2011-10-06 Rob Piketemplate: fix comments with different delimiters.
2011-10-06 Rob Piketemplate: add method Delims to allow alternate action...
2011-10-06 Andrew Gerranddoc: remove errant console.log from godocs.js
2011-10-06 Andrew Gerrandgo/doc, godoc, gotest: support for reading example...
2011-10-06 Brad Fitzpatrickexec: add Command.ExtraFiles
2011-10-06 Rob PikeEffective Go: IntArray -> IntSlice
2011-10-06 Rob Pikegotest: document -test.parallel
2011-10-06 Miki Tebekatesting: Add support for running tests in parallel...
2011-10-06 Rob PikeC+A: Miki Tebeka miki.tebeka@gmail.com
2011-10-06 Dmitriy Vyukovruntime: faster finalizers
2011-10-06 Russ Coxruntime: fix malloc sampling bug
2011-10-06 Dmitriy Vyukovruntime: fix spurious deadlock reporting
2011-10-06 Mikio Harabuild: clear execute bit from source files
2011-10-06 Wei Guangjingcgo: support for mingw-w64 4.5.1 and newer
2011-10-05 Marcel van... exp/norm: LastBoundary is used in preparation for an...
2011-10-05 Andrew Gerrandtag release.r60.2
2011-10-05 Andrew Gerranddoc: document r60.2
2011-10-05 Robert Griesemerencoding/binary: added benchmarks
2011-10-05 Andrew Gerranddoc: link to Czech translation of The Laws of Reflection
2011-10-05 Andrew Gerranddoc: link to A Tour of Go
2011-10-05 Fumitoshi Ukaiwebsocket: add hybi-13 support
2011-10-05 Luuk van Dijkdocumentation: Debugging Go code with GDB tutorial.
2011-10-05 Marcel van... exp/norm: introduced input interface to implement strin...
2011-10-05 Robert Griesemerebnf: use scanner instead of go/scanner
2011-10-05 Joel Singruntime: set runtime ncpu on openbsd
2011-10-05 Rob Pikegob: when possible, allow sequential decoders on the...
2011-10-05 Russ Coxmisc/emacs: fix indent bug
2011-10-05 Russ Coxcodereview: fix for Mercurial 1.9.2
2011-10-05 Joel Singgc: limit helper threads based on ncpu
2011-10-05 Anthony Martinruntime: fix Plan 9 build
2011-10-05 Yasuhiro Matsumotocodereview: fix hg change in Windows console
next