]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2011-11-08 Andrew Gerrandweekly.2011-11-09 weekly.2011-11-09
2011-11-08 Rob Pikerenaming_4: gofix -r everything/but/src/pkg
2011-11-08 Rob Pikerenaming_3: gofix -r go1pkgrename src/pkg/[m-z]*
2011-11-08 Rob Pikerenaming_2: gofix -r go1pkgrename src/pkg/[a-l]*
2011-11-08 Rob Pikerenaming_1: hand-edited files for go 1 renaming
2011-11-08 Rob Pikegofix: add go1pkgrename
2011-11-08 Andrew Gerrandtag weekly.2011-11-08
2011-11-08 Andrew Gerrandweekly.2011-11-08 weekly.2011-11-08
2011-11-08 Andrew Balholmhtml: treat <image> as <img>
2011-11-08 Rob Piketext/template: make redefinition of a template in a...
2011-11-08 Joel Singruntime: add timespec definition for freebsd
2011-11-08 Anthony Martinos, syscall: fix Plan 9 build
2011-11-08 Andrew Balholmhtml: parse <body>, <base>, <link>, <meta>, and <title...
2011-11-08 Alex Brainmanruntime: add windows callback tests
2011-11-07 Andrew Gerrandgotest: don't run examples that have no expected output
2011-11-07 Nigel Taohtml: fix typo in package docs.
2011-11-07 Mikio Haranet: fix build comment
2011-11-07 Luuk van Dijkgc: Clean up dostruct/stotype, detect broken fields...
2011-11-07 Russ Coxgo/ast: fix bugs in SortImports
2011-11-07 Russ Coxlib9: fix windows build
2011-11-07 Russ Coxlib9: add ctime
2011-11-07 Russ Coxruntime/cgo: fix data declaration to be extern
2011-11-07 Dave Cheneyexp/ssh: improved client authentication support
2011-11-07 Joel Singruntime: fix prototype for openbsd thrsleep
2011-11-07 Ron Minnichgc: use HEADER_IO macro from gopack
2011-11-07 Lucio De Regc: format nits
2011-11-07 Russ CoxCONTRIBUTORS: add David Crawshaw's codereview account
2011-11-07 David Crawshawxml: allow parsing of <_> </_>.
2011-11-07 Dmitry Chestnykharchive/zip: actually close file opened with OpenReader.
2011-11-07 David Symondsnet/http: fix whitespace handling in sniffer.
2011-11-07 Alex Brainmanruntime: windows_386 sighandler to use correct g
2011-11-06 Nigel Taohtml: be able to test more than one testdata file.
2011-11-06 Luuk van Dijkgc: Better error message for range over non-receive...
2011-11-06 Luuk van Dijkgc: Switch related errors should use plain format.
2011-11-05 Charles L.... math: faster Gamma
2011-11-05 David Symondsgofix: avoid panic on body-less functions in netudpgroup.
2011-11-04 Ian Lance Taylortest: make closedchan.go exit with failure if something...
2011-11-04 Charles L.... math: improved high-angle test for Cos, Sin and Tan
2011-11-04 Jani Monosesgoinstall: allow packages from launchpad.net/~user...
2011-11-04 Gustavo NiemeyerCONTRIBUTORS: add Rietveld address for Jani Monoses
2011-11-04 Mike Samuelhtml/template: wraps package template instead of exposi...
2011-11-04 Brad Fitzpatrickhttp: support Trailers in ReadRequest
2011-11-04 Luuk van Dijkgc: detect type switch variable not used cases.
2011-11-04 Gustavo Niemeyerhtml,bzip2,sql: rename Error methods that return error...
2011-11-04 David Symondstemplate: format error with pointer receiver.
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
next