]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-11-04 Russ Coxruntime: fix linux/arm nanotime?
2011-11-04 Russ Coxtemplate: format errors
2011-11-04 Russ Coxruntime: fix openbsd nanotime?
2011-11-04 Andrew Gerrandbytes: fix typo and resolve to be less idiotic next...
2011-11-04 Andrew Gerrandbytes: add Contains function
2011-11-04 Andrew Balholmhtml: properly close <tr> element when an new <tr>...
2011-11-04 Brad Fitzpatrickhttp: doc nits
2011-11-04 Brad Fitzpatrickhttp: clarify Request docs
2011-11-04 Brad Fitzpatrickhttputil: move dump and chunking functions out of http
2011-11-04 Rob Pikegob: fix bug when registering the same type multiple...
2011-11-04 Brad Fitzpatrickhttp: only recognize application/x-www-form-urlencoded...
2011-11-03 Brad Fitzpatrickhttputil: move ReverseProxy out of http
2011-11-03 Andrew Balholmhtml: move <link> element from after <head> into <head>
2011-11-03 Brad Fitzpatricknet/http/httputil: new package; move ClientConn and...
2011-11-03 Russ Coxtime: faster Nanoseconds call
2011-11-03 Russ Coxruntime: fix set and not used
2011-11-03 David Symondsgofix: make fix order implicit by date.
2011-11-03 Rob Pikeos,text,unicode: renamings
2011-11-03 Vincent Vanackereall: rename os.EOF to io.EOF in various non-code contexts
2011-11-03 Rob Pikenet: renamings
2011-11-03 Rob Pikehtml,log,math: renamings
2011-11-03 Brad Fitzpatrickhttp: don't use ClientConn in Transport
2011-11-03 Russ Coxcontainer/heap: document what Push and Pop do
2011-11-03 Rob Pikedeps.bash: attempt to fix the windows build
2011-11-03 Rob Pikeencoding: move asn1, csv, gob, json, xml into encoding
2011-11-03 Luuk van Dijkgc: Don't pollute the xmethod list with non-methods.
2011-11-03 Russ Coxgc, ld: sync pathtoprefix + add comments
2011-11-03 Russ Coxgopack: do not look for Go metadata in non-Go objects
2011-11-03 Russ Cox8a: fix IMULL grammar
2011-11-03 Andrew Balholmhtml: parse <link> elements in <head>
2011-11-03 Andrew Gerrandbuiltin: remove errant spaces
2011-11-03 David Symondshttp: update mime sniffing doc reference.
2011-11-03 Fumitoshi Ukaiwebsocket: return an error HTTP response for bad websoc...
2011-11-03 Mikio Haratest: clear execute bit from source file
2011-11-02 Andrew Balholmhtml: properly close <marquee> elements.
2011-11-02 Luuk van Dijkgc: package paths in symbol names: don't escape periods...
2011-11-02 Russ Coxall: sort imports
2011-11-02 Russ Coxgofmt, gofix: sort imports
2011-11-02 Rob Pikebuiltin: document the basic types
2011-11-02 Brad Fitzpatrickexp/sql: finish transactions, flesh out types, docs
2011-11-02 Charles L.... math: improved accuracy for Tan
2011-11-02 Luuk van Dijkgc: helpful message instead of internal error on method...
2011-11-02 Brad Fitzpatrickbufio: return nil line from ReadLine on error, as docum...
2011-11-02 Luuk van Dijkgc: small fixes for printing.
2011-11-02 Dmitriy Vyukovruntime: unify mutex code across OSes
2011-11-02 Nigel Taojson: fix typo in scanner_test.go.
2011-11-02 Alex Brainmannet: implement LookupTXT for windows
2011-11-02 Andrew Gerrandbuiltin: document built-in error type
2011-11-02 David Symondsgc: fix spelling of "GOEXPERIMENT" in a comment.
2011-11-02 Rob Pikespec: delete spurious article
2011-11-02 Russ Coxundo CL 5330066 / 6a5647d82728
2011-11-02 Russ Coxgc: add GOEXPERIMENT=os.Error
2011-11-02 Andrew Gerrandtag weekly.2011-11-02
2011-11-02 Andrew Gerrandweekly.2011-11-02 weekly.2011-11-02
2011-11-02 Russ Coxall: rename os.Error to error in various non-code contexts
2011-11-02 Russ Coxos: fixes for error (plan9)
2011-11-02 Russ Coxnet: update for error (linux)
2011-11-02 Russ Coxos, syscall: update for error
2011-11-02 Russ Coxnon-pkg: gofix -r error -force=error
2011-11-02 Russ Coxsrc/pkg/[n-z]*: gofix -r error -force=error
2011-11-02 Russ Coxsrc/pkg/[a-m]*: gofix -r error -force=error
2011-11-02 Rob Piketutorial,effective_go: prepare for error change
2011-11-02 Russ Coxexec: introduce ExitError
2011-11-02 Russ Coxexp/ebnf: manual fixup for error
2011-11-02 Russ Coxcgo, gotest: use error instead of os.Error in generated...
2011-11-02 Russ Coxos: use error, io.EOF
2011-11-02 Russ Coxio: use error, add EOF, avoid os
2011-11-02 Russ Coxruntime: update for error
2011-11-02 Russ Coxexp/types: add error type to universe
2011-11-02 David Symondsmisc/vim: add error type.
2011-11-02 Russ Coxerrors: new package
2011-11-02 Russ Coxgc: add error type
2011-11-02 Russ Coxhttp: avoid name error in test
2011-11-02 Russ Coxgofix: error fix
2011-11-02 Russ Coxspec: add error
2011-11-02 Andrew Gerrandtag weekly.2011-11-01
2011-11-02 Andrew Gerrandweekly.2011-11-01 weekly.2011-11-01
2011-11-02 Andrew Balholmhtml: stop at scope marker node when generating implied...
2011-11-01 Nigel Taohtml: refactor the blacklist for the "render and re...
2011-11-01 Mike Solomontextproto: prevent long lines in HTTP headers from...
2011-11-01 Rob Pikedoc/Makefile: add 'all' rule to build all docs
2011-11-01 Russ Coxgc: test + fix escape analysis bug
2011-11-01 Andrew Gerranddoc: refer to tour.golang.org instead of go-tour.appspo...
2011-11-01 Charles L.... doc: fix typo in spec example code comment
2011-11-01 Robert Griesemergo spec: introduce rune type
2011-11-01 Russ Coxrpc: avoid infinite loop on input error
2011-11-01 Russ Coxgopack: change archive file name length back to 16
2011-11-01 Russ Coxos: do not interpret 0-length read as EOF
2011-11-01 Andrew Balholmhtml: process </td> tags; foster parent at most one...
2011-10-31 Scott Lawrencetemplate: fix error checking on execute without parse
2011-10-31 Russ Coxpkg: minor cleanup
2011-10-31 Russ Coxtest: make bug107 os.Error-proof
2011-10-31 Russ Coxruntime/pprof: document OS X being broken
2011-10-31 Scott Lawrencetime: add RFC1123 with numeric timezone format
2011-10-31 Charles L.... math: Improved accuracy for Sin and Cos.
2011-10-31 Alexander Reecejson: Properly handle nil slices.
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
next