]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2011-10-05 Ian Lance Taylor5l/6l/8l: add a DT_DEBUG dynamic tag to a dynamic ELF...
2011-10-04 Paul Bormanpkg/syscall: add Mkfifo for linux platforms
2011-10-04 Brad Fitzpatrickwebsocket: better error message in a test
2011-10-04 Paul Bormantime: make month/day name comparisons case insenstive
2011-10-04 Russ Cox5g, 6g, 8g: fix loop finding bug, squash jmps
2011-10-04 Gustavo Niemeyerpath/filepath: added Rel as the complement of Abs
2011-10-04 Joe Poiriercgo: allow Window's specific path characters in flag...
2011-10-04 Brad FitzpatrickFix build, disabling flaky registerization test.
2011-10-04 Nigel Taoimage: spin off a new color package out of the image...
2011-10-03 Rob Pikedoc: update tutorial.
2011-10-03 Brad Fitzpatrickstrings: implement a faster byte->string Replacer
2011-10-03 Russ Cox5g, 6g, 8g: registerize variables again
2011-10-03 Brad Fitzpatrickstrings: implement a faster byte->byte Replacer
2011-10-03 Hector Churuntime: fix usleep on linux/386 and re-enable parallel gc
2011-10-01 Joel Singruntime: implement runtime usleep for openbsd
2011-10-01 Russ Coxruntime: fix map memory leak
2011-10-01 Mikio Harasyscall: update multicast socket options for darwin...
2011-09-30 David Symondsfreebsd: Add stubs for runtime·osyield and runtime...
2011-09-30 David Symondsio: rename Copyn to CopyN.
2011-09-30 Russ Coxruntime: disable parallel gc
2011-09-30 Hector Churuntime: fix windows build
2011-09-30 Robert Griesemerindex/suffixarray: 4.5x faster index serialization...
2011-09-30 Rob Pikeruntime: fix darwin build
2011-09-30 Russ Coxruntime: parallelize garbage collector mark + sweep
2011-09-30 Mike Samuelexp/template/html: avoid redundant escaping directives.
2011-09-30 Nigel Taodoc: link to image/draw blog post.
2011-09-30 Mike Samuelexp/template/html: simplify URL filtering
2011-09-29 Brad Fitzpatrickexp/sql{,/driver}: new database packages
next