]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-04-26 Andrew Gerrandwebsocket: include *http.Request in websocket.Conn
2011-04-25 Dave Cheneyruntime: fix arm build
2011-04-25 Russ Coxgc: explain why invalid receiver types are invalid
2011-04-25 Russ Coxruntime: turn "too many EPIPE" into real SIGPIPE
2011-04-25 Ian Lance Taylortime: Support Irix 6 location for zoneinfo files.
2011-04-25 Russ Coxld: fix 6l -d on Mac, diagnose invalid use of -d
2011-04-25 Russ Coxfix tree for reflect rename
2011-04-25 Russ Coxreflect: rename Typeof, NewValue -> TypeOf, ValueOf
2011-04-25 Russ Coxgofix: add support for reflect rename
2011-04-25 Fazlul Shahriar8g,8l: fix "set but not used" gcc error
2011-04-25 Russ Coxruntime: correct out of memory error
2011-04-25 Russ Coxcodereview: various fixes
2011-04-25 Russ Coxgc: fix import width bug
2011-04-25 Robert Henckegc: allow complex types to be receiver types
2011-04-25 Adam Langleycrypto/tls: use time(), not Time().
2011-04-24 Nigel Taojpeg: decode to a YCbCr image instead of an RGBA image.
2011-04-23 Joe Poirierrc/env.bash: fix for Go tool-chain build on windows...
2011-04-23 Rob Pikefmt: tweak the doc for %U.
2011-04-23 Russ Coxgc: fix conversion of user-defined string type to ...
2011-04-23 Russ Coxgc: fix return variable named _
2011-04-23 Russ Coxgc: fix line number at EOF
2011-04-23 Anthony Martinld: fix Plan 9 symbol table
2011-04-23 Russ Coxruntime: disable long test (fix arm build)
2011-04-22 Ian Lance Taylorfmt: decrease recursion depth
2011-04-22 Robert Griesemergo spec: for map types, mention indexing operations
2011-04-22 David Symondscontainer/heap: fix circular dependency in test
2011-04-22 Petar Maymounkovhttp: in ServerConn and ClientConn, rename Close to...
2011-04-22 Adam Langleycrypto/rsa: add file that I forgot to add last time.
2011-04-22 Adam Langleycrypto/rsa: support > 3 primes.
2011-04-22 Russ Coxruntime: stop deadlock test properly (fix arm5 build)
2011-04-22 Dave Cheneysyscall: fix Ftruncate under linux/arm5
2011-04-22 Brad Fitzpatrickhttp/cgi: pass some default environment variables
2011-04-22 Brad Fitzpatrickos/user: new package to look up users
2011-04-22 Brad Fitzpatrickhttp: fix FileServer's default text content type
2011-04-22 Ian Lance Taylorhttp/cgi: copy some PATH environment variables to child
2011-04-22 Alex Brainmanos: Open with O_APPEND|O_CREATE to append to the end...
2011-04-22 Brad Fitzpatrickhttp: clarify docs on Request HTTP version
2011-04-21 Brad Fitzpatrickhttp: close underlying gzip Reader too
2011-04-21 Brad Fitzpatrickxml: Parser hook for non-UTF-8 charset converters
2011-04-21 Lucio De Re8l/prof.c: #if 0 is not accepted by the Plan 9 native...
2011-04-21 Albert Strasheimcgo: avoid "incompatible pointer type" warning
2011-04-21 Mikio Harasyscall: add BPF support for darwin/386, darwin/amd64
2011-04-21 Brad Fitzpatrickmime/multipart: limit line length to prevent abuse
2011-04-21 Quan Yong Zhaigc: fix copy([]int, string) error message
2011-04-21 Dmitriy Vyukovruntime: fix GOMAXPROCS vs garbage collection bug
2011-04-21 Russ CoxCONTRIBUTORS: add Dmitriy Vyukov (Google CLA)
2011-04-21 Ian Lance Taylorruntime: skip functions with no lines when building...
2011-04-21 Albert Strasheimsyscall: Madvise and Mprotect for Linux.
2011-04-21 Dmitry Chestnykhnet: try /etc/hosts before loading DNS config.
2011-04-21 Mikio Haranet: fix EAI_BADFLAGS error on freebsd
2011-04-21 Vincent Vanackeresyscall : add a field to ProcAttr so that StartProcess...
2011-04-21 Russ CoxA+C: Vincent Vanackere (individual CLA)
2011-04-21 Russ Coxgc: another pointer to interface message
2011-04-21 Russ Coxgc: correct handling of unexported method names in...
2011-04-21 Alex Brainmansyscall: correct Windows CreateProcess input parameters
2011-04-20 Russ Coxrun.bash: remove redundant rebuilds
2011-04-20 Rob Pikegob: have errorf always prefix the message with "gob: "
2011-04-20 Russ Coxnet: fix windows build
2011-04-20 Rob Pikegob: use new Implements and AssignableTo methods in...
2011-04-20 Brad Fitzpatrickhttp: don't proxy loopback addresses
2011-04-20 Russ Coxld: remove MachoLoad limit
2011-04-20 Russ Coxreflect: add Type.Implements, Type.AssignableTo, Value...
2011-04-20 Russ Coxgc: fix error for +string
2011-04-20 Russ Coxnet: use C library resolver on FreeBSD, Linux, OS X...
2011-04-20 Russ Coxreflect: update CanAddr, CanSet documentation
2011-04-20 Robert Griesemergofix, gofmt: update documentation
2011-04-20 David Crawshawgofmt: add -diff
2011-04-20 Andrew Gerrandgoinstall: support building executable commands
2011-04-19 Nigel Taosrc/pkg: make package doc comments consistently start...
2011-04-19 Robert Griesemergo spec: attempt at clarifying language for "append"
2011-04-19 Rob Pikegob: fix trivial bug in map marshaling.
2011-04-19 Russ CoxCONTRIBUTORS: add David Crawshaw (Google CLA)
2011-04-19 Adam Langleycrypto/openpgp: better handling of keyrings.
2011-04-19 Adam Langleycrypto/x509: fix build
2011-04-19 Adam Langleycrypto: move certificate verification into x509.
2011-04-19 Nigel Taoimage/jpeg: add an encoder.
2011-04-19 Russ Coxreflect: allow Slice of arrays
2011-04-18 Russ Cox5c: make alignment rules match 5g, just like 6c matches 6g
2011-04-18 Russ Coxhttp: fix IP confusion in TestServerTimeouts
2011-04-18 Russ Coxchanges for more restricted reflect.SetValue
2011-04-18 Russ Coxreflect: more efficient; cannot Set result of NewValue...
2011-04-18 Brad Fitzpatrickmime: add a TODO, fix the format of an error
2011-04-18 Brad Fitzpatrickmime: RFC 2231 continuation / non-ASCII support
2011-04-18 Rob Piketutorial: modernize the definition and use of Open.
2011-04-18 Russ Coxgc: fix complex move again
2011-04-18 Rob Piketest/bench: update timings; moving to new machine.
2011-04-18 Quan Yong Zhainet: fix dialgoogle_test.go
2011-04-18 Nigel TaoCONTRIBUTORS: Raph Levien (Google CLA)
2011-04-17 Russ Coxruntime: fix arm5 softfloat
2011-04-17 Russ Coxcodereview: add 'hg undo' command
2011-04-17 Dave Cheneywebsocket: fix socket leak in test
2011-04-16 Dmitry Chestnykhmisc/goplay: fix Tab and Shift+Enter in Firefox.
2011-04-15 Brad Fitzpatrickmime: bunch more tests, few minor parsing fixes
2011-04-15 Russ Coxundo 4439044
2011-04-15 Ross Lightcompress/zlib: add FDICT flag in Reader/Writer
2011-04-15 Russ Coxgc: fix complex move bug
2011-04-15 Russ Coxgc: print of unsafe.Pointer
2011-04-15 Ian Lance Taylor5g: correct size of reg array.
2011-04-15 Brad Fitzpatrickhttp: handler timeout support
2011-04-15 Dmitry Chestnykhgodoc: use "search" input type for search box.
next