]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2012-03-27 Andrew Gerranddoc: update licensing text one more time
2012-03-27 Devon H. O... net: ignore ECONNABORTED from syscall.Accept
2012-03-27 Mikio Haraundo CL 5844051 / 5d0322034aa8
2012-03-27 Russ Coxcmd/go: copy tag_test.go from goinstall
2012-03-27 Ben Friedmisc/emacs: fix overindentation caused by mis-parsing...
2012-03-27 Rob PikeC: add Ben Fried, Googler
2012-03-27 Rémy Oudomphengruntime: restore deadlock detection in the simplest...
2012-03-27 Francisco Souzadoc: fix concurrency patterns rawhtml generation
2012-03-27 Andrew Gerranddoc: move /ref/cmd to /doc/cmd
2012-03-27 Francisco Souzadoc: add JSON-RPC: a tale of interfaces article
2012-03-27 Andrew Gerranddoc: update footer text
2012-03-27 Alex Brainmanpath/filepath: convert drive letter to upper case in...
2012-03-27 Andrew Gerranddoc: remove cov and prof from /ref/cmd
2012-03-27 Andrew Gerrandcmd/godoc: canonicalize custom path redirects
2012-03-27 Andrew Gerranddoc: move gdb doc back to /doc/ and de-emphasize on...
2012-03-27 Andrew Gerranddoc: add doc/articles/index.html
2012-03-27 Andrew Gerranddoc: describe the Windows MSI installer as experimental
2012-03-27 Yasuhiro Matsumotomisc/goplay: fix error on IE8.
2012-03-26 Andrew Gerrandmisc/dist: don't ship codereview either
2012-03-26 Andrew Gerrandcmd/godoc: fix app engine version
2012-03-26 Andrew Gerrandmisc/dist: don't include old python dashboard in releases
2012-03-26 Andrew Gerranddoc: add Terms of Service
2012-03-26 Robert Griesemerexp/types: generalized GCImporter API.
2012-03-26 Benny Siegertdoc: Change id of footer
2012-03-26 Rob Pikecmd/go: explain versions better
2012-03-26 Andrew Gerrandmisc/dist: add -wxs flag to provide custom installer...
2012-03-26 Rob Pikerun.bash: set -e in new codewalk block
2012-03-26 Joe Poirierwindows: install fixes
2012-03-26 Rob Pikerun.bash: compile the codewalks
2012-03-26 Andrew Gerrandgodoc: make 'Overview' section collapsable
2012-03-26 Andrew Gerranddoc: make installation instructions more skim-friendly
2012-03-26 Shenghou Macmd/go: allow underscores in tool name
2012-03-26 Shenghou Mago/build: cgoEnabled is not known to cmd/dist anymore
2012-03-26 Evan Shawcmd/go: add missing error check
2012-03-25 Rob Pikedoc/reference-cmd: use vet as example, not fmt
2012-03-25 Rob Pikeeffective_go: cleanups and fixes
2012-03-23 Rob Pikedocs/articles/wiki: minor fixes
2012-03-23 Rob Pikedoc/go1: add mention of packaged releases
2012-03-23 Rob Pikedoc/reference-cmd.html: new introduction
2012-03-23 Stefan Nilssonos: add missing byte to FileMode buffer
2012-03-23 Rob Pikecodewalk/sharemem.xml: fix references to files
2012-03-23 Robert Griesemertext/template: fix typo in package comment
2012-03-23 Shenghou Madoc/reference-cmd: doc/fmt can be invoked by cmd/go...
2012-03-23 Adam Langleycrypto/tls: don't select ECC ciphersuites with no mutua...
2012-03-23 Rob Pikedoc/articles/defer_panic_recover.html: minor tweaks
2012-03-23 Rob Pikedoc/articles/image_draw.html: fix circle example
2012-03-23 Alex Brainmanpath/filepath: windows drive letter cannot be a digit
2012-03-23 Andrew Gerrandtag weekly.2012-03-22
2012-03-23 Andrew Gerrandmisc/dist: make godoc shortcut work weekly.2012-03-22
2012-03-23 Yasuhiro Matsumotodoc/godoc.js: fix error on IE8.
2012-03-23 Andrew Gerrandweekly.2012-03-22
2012-03-23 Andrew Gerrandmisc/dist: updates to installer script
2012-03-23 Ian Lance Taylordoc/articles/c_go_cgo.html: correct "C" comment to...
2012-03-22 Rob Pikedoc/articles: rename concurrency patterns article
2012-03-22 Ian Lance Taylortest: fix run.bash by spelling out the commands to...
2012-03-22 Ian Lance Taylorcmd/gc: fix comment typo, assignment spacing
2012-03-22 Ian Lance Taylorcmd/gc: when expanding append inline, preserve arguments
2012-03-22 Stefan Nilssonsort: add time complexity to doc
2012-03-22 Rob Pikedoc/articles/gobs_of_data.html: delete extra word
2012-03-22 Francisco Souzadoc: add JSON and Go article
2012-03-22 Rob Pikedoc/articles/go_command.html: nits
2012-03-22 Rob Pikeflag: add examples
2012-03-21 Francisco Souzadoc: fix typo in The Laws of Reflection article
2012-03-21 Robert Griesemerexp/norm/normalize.go: fix typo
2012-03-21 Robert Griesemerdoc/effective_go.html: undo local font change
2012-03-21 Shenghou Mago/build: clarify why we exclude files starting with...
2012-03-21 Robert Griesemergodoc: use shorter titles for tabs
2012-03-21 Shenghou Matest: use testlib in a few more cases
2012-03-21 Ian Lance Taylorcmd/cgo: fix handling of errno for gccgo
2012-03-21 Shenghou Madoc/effective_go: minor corrections
2012-03-21 Shenghou Mabuild: lengthen timeout for the lengthy runtime test
2012-03-20 Brad Fitzpatrickdoc: remove reference to deleted os.ENOSPC
2012-03-20 David Symondshtml/template: fix typo and make grammar consistent...
2012-03-20 Stefan Nilssonsort: fix computation of maxDepth to avoid infinite...
2012-03-20 Ian Lance Taylorcmd/go: use .o, not .{5,6,8}, for gccgo created object...
2012-03-20 Ian Lance Taylordoc: general update of gccgo_install
2012-03-20 Brad Fitzpatricksort: document two undocumented functions
2012-03-20 Shenghou Mamisc/cgo/gmp: update for Go 1
2012-03-20 Shenghou Maruntime: remove unused goc2c.c
2012-03-20 Shenghou Mabuild: unset GOPATH before tests
2012-03-20 Shenghou Madoc/debugging_with_gdb: format & content update
2012-03-20 Alex Brainmanrun.bat: disable test in test\bench\go1 to fix build
2012-03-20 Rob Pikeapi: update go1.txt after adding functions to html...
2012-03-20 Rob Pikehtml/template: add Templates and *Escape functions
2012-03-20 Andrew Gerrandcmd/godoc: inform users that the playground doesn't...
2012-03-20 Andrew Gerranddoc: remove defunct playground.html
2012-03-20 Alex Brainmanbuild: do more during windows build
2012-03-20 Andrew Gerranddoc: replace mentions of 6g with gc or the go command
2012-03-20 Andrew Gerrandmisc/dashboard: remove remnants of package dashboard
2012-03-20 Mikio Haranet: drop unnecessary type assertions and fix leak...
2012-03-19 Anthony Martingc: fix struct and array comparisons for new bool rules
2012-03-19 Adam Langleycrypto/tls: always send a Certificate message if one...
2012-03-19 Shenghou Madoc: update format for "C? Go? Cgo!" article
2012-03-19 Alex Brainmanpath/filepath: implement Match and Glob on windows
2012-03-19 Andrew Gerranddoc: move sub-repos lower on reference page
2012-03-19 Rob Pikesysycall: remove creds_linux_test.go
2012-03-19 Rob Pikesyscall: delete passfd_test.go
2012-03-18 Jeremy Jackinsdoc: various typos, remove apostrophes from ordinals
2012-03-18 Albert Strasheimsyscall: Test SCM_CREDENTIALS, SO_PASSCRED on Linux.
2012-03-18 Brad Fitzpatricksyscall: add a test for passing an fd over a unix socket
next