]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-10-31 Russ CoxA+C: Alexander Reece (individual CLA)
2011-10-31 Andrey Mirtchovskisyscall: fix Await msg on Plan 9
2011-10-31 Luuk van Dijkgc: clean up printing.
2011-10-31 Fazlul Shahriarnet: Plan 9 fixes
2011-10-31 Jan Newmarchmisc/emacs/go-lang.el: Fix restoration of multiple...
2011-10-31 Marcel van... exp/norm: fixed bug that creeped in with moving to...
2011-10-29 Dave Cheneyexp/ssh: fix length header leaking into channel data...
2011-10-28 Andrew Balholmhtml: adjust bookmark in "adoption agency" algorithm
2011-10-28 Andrew Balholmhtml: don't run "adoption agency" on elements that...
2011-10-28 Russ Coxfmt: handle os.Error values
2011-10-28 Russ Coxtemplate: do not use error as stringer
2011-10-28 Russ Coxgob: split uses of gobError, remove unnecessary embedding
2011-10-28 Russ Coxstrconv: use better errors than os.EINVAL, os.ERANGE
2011-10-28 Russ Coxcrypto/tls: add Error method to alert
2011-10-28 Russ Coxtest: error-related fixes
2011-10-28 Russ Coxxml: simplify test
2011-10-28 Russ Coxgo/build: avoid os.Error in tests
2011-10-28 Russ Coxgo/doc: remove os.NewError anti-heuristic
2011-10-28 Russ Coxencoding/binary: fix type in test
2011-10-28 Russ Coxcrypto/openpgp/error: use Error in names of error impl...
2011-10-28 Andrew Gerranddoc: A Tour of Go in Japanese
2011-10-28 Russ Coxhtml: fix print argument in test
2011-10-28 Russ Coxruntime: lock the main goroutine to the main OS thread...
2011-10-28 Russ Coxpkg: remove .String() from some print arguments
2011-10-27 Andrew Balholmhtml: allow whitespace text nodes in <head>
2011-10-27 Alex Brainmanmisc/windows: allow to be used for amd64
2011-10-27 Russ Coxspec: define that initialization is sequential
2011-10-27 Russ Coxgo/parser: test and fix := scoping bug
2011-10-27 Julian Phillipsgoinstall: More intelligent vcs selection for common...
2011-10-27 Andrew Gerranddoc: fix escaping in weekly.html
2011-10-26 Andrew Balholmhtml: parse <style> elements inside <head> element.
2011-10-26 Andrew Balholmhtml: close <option> element when opening <optgroup>
2011-10-26 Russ Cox6l: remove mention of -e flag
2011-10-26 Ron Minnichcc: change cas to newcase
2011-10-26 Russ Coxtest/alias.go: additional tests
2011-10-26 Jongmin Kimmisc/vim: Add rune keyword
2011-10-26 Russ Coxgofix: test import insertion, deletion
2011-10-26 Russ CoxA+C: Ron Minnich (individual CLA)
2011-10-26 Russ CoxA+C: Jan Newmarch (individual CLA)
2011-10-26 Brad FitzpatrickC+A: add Jongmin Kim (individual CLA)
2011-10-26 Adam Langleycrypto/rsa: change public exponent from 3 to 65537
2011-10-26 Alex Brainmannet: document why we do not use SO_REUSEADDR on windows
2011-10-26 Alex Brainman.hgignore: ignore src/pkg/exp/ebnflint/ebnflint
2011-10-26 Mikio Haragc: fix [568]g -V crash
2011-10-26 Andrew Gerrandredo CL 5302057 / dac58d9c9e4a
2011-10-26 Andrew Gerrandtag weekly.2011-10-26
2011-10-26 Andrew Gerrandweekly.2011-10-26 (new rune type) weekly.2011-10-26
2011-10-26 Russ Coxexp/norm: use rune
2011-10-26 Russ Coxcsv, gob, json, mail, mime, xml: use rune
2011-10-26 Russ Coxbufio, io: use rune
2011-10-26 Russ Coxunicode, utf8, utf16: use rune
2011-10-26 Russ Coxold/regexp, old/template, template: use rune
2011-10-26 Russ Coxexp/template/html: use rune
2011-10-26 Russ Coxbytes, strings: use rune
2011-10-26 Russ Coxbig: update for fmt interface changes
2011-10-26 Russ Coxfmt: use rune
2011-10-26 Russ Coxexp/winfsnotify: fix govet-found bug
2011-10-26 Russ Coxregexp: use rune
2011-10-26 Russ Coxgovet: update signatures for rune
2011-10-26 Russ Coxgodoc, exp/ebnf, exp/types, go/scanner, scanner: use...
2011-10-26 Russ Coxcgo, goyacc, go/build, html, http, path, path/filepath...
2011-10-26 Russ Coxgc: introduce rune
2011-10-26 Russ Coxexp/types: add rune to universe
2011-10-26 Andrew Gerrandundo CL 5302057 / dac58d9c9e4a
2011-10-26 Brad Fitzpatrickhttp: remove Connection header in ReverseProxy
2011-10-26 Andrew Gerrandtag weekly.2011-10-25
2011-10-26 Andrew Gerrandweekly.2011-10-25 weekly.2011-10-25
2011-10-26 Andrew Balholmhtml: improve parsing of lists
2011-10-26 Andrew Balholmhtml: improve parsing of tables
2011-10-25 Ian Lance Taylorsyscall: correct name of mksyscall script in comment
2011-10-25 Hector Churuntime: include bootstrap m in mcpu accounting
2011-10-25 Brad Fitzpatrickhttp: doc typo
2011-10-25 David Andersonsyscall: use uintptr for Mount flags.
2011-10-25 Nigel Taohtml: remove the Tokenizer.ReturnComments option.
2011-10-24 Dave Cheneyexp/ssh: introduce Session to replace Cmd for interacti...
2011-10-24 Andrew Balholmhtml: dump attributes when running parser tests.
2011-10-24 Brad Fitzpatrickhttp: add package comment
2011-10-23 Alex Brainmannet: do not set SO_REUSEADDR for windows
2011-10-23 Andrew Balholmhtml: implement foster parenting
2011-10-22 Nigel Taohtml: parse <select> tags.
2011-10-21 Robert Griesemerbig: usable zero Rat values without need for explicit...
2011-10-21 Rob Pikefmt: simplify the code some more by storing the field...
2011-10-21 Robert Griesemerbig: implemented Rat.Inv
2011-10-21 Rob Pikegotest: make it easier to get the help string
2011-10-21 Brad Fitzpatrickhttp: Transport: with TLS InsecureSkipVerify, skip...
2011-10-21 Dave Cheneyexp/ssh: server cleanups
2011-10-20 Dave Cheneyexp/ssh: add experimental ssh client
2011-10-20 Robert Griesemergo/ast: use single-element map in test
2011-10-20 Ian Lance Taylorgo/ast, go/token: actually run tests; fix go/ast test
2011-10-20 Hector Chuexp/winfsnotify: fix test
2011-10-20 Nigel Taohtml: parse and render comment nodes.
2011-10-19 Dave Cheneymisc/vim: add highlighting for delete
2011-10-19 Gustavo Niemeyerfmt: don't panic formatting nil interfaces
2011-10-19 Russ Coxgovet: check canonical dynamic method signatures
2011-10-19 Russ Coxunicode: sort tables.go
2011-10-19 Russ Coxcodereview: show LGTMs in hg p
2011-10-19 Russ Coxgotest: use $GCFLAGS like make does
2011-10-19 Russ Coxexp/types: fix crash in parseBasicType on unknown type
2011-10-19 Adam Langleycrypto/x509: fix names in certificate generation.
2011-10-19 Brad Fitzpatrickhttp: comment tweaks
next