]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-04-26 Anthony Martinsyscall: fix a number of exec bugs on Plan 9
2012-04-26 Anthony Martingc: use correct line number for EOF syntax error
2012-04-26 David Symondsdoc: update wiki article to use html/template properly.
2012-04-26 Nigel Taodoc: simplify the image_draw article example for conver...
2012-04-26 Shenghou Macmd/godoc: update App Engine README and script for...
2012-04-26 Andrew Balholmexp/html: adjust inTableBodyIM to match spec
2012-04-26 David Symondstime: doc fix.
2012-04-25 Russ Coxcodereview: look for new release branches
2012-04-25 Andrew Gerranddashboard: sort user interface by internal counter...
2012-04-25 Brad Fitzpatricknet/http: ignore paths on CONNECT requests in ServeMux
2012-04-25 Brad Fitzpatrickmime: make ParseMediaType return zero results on error
2012-04-25 Joel Singruntime: use __tfork() syscall on openbsd
2012-04-25 Marcel van... exp/locale/collate: Added Builder type for generating...
2012-04-25 Marcel van... exp/locale/collate: Added skeleton for the higher-level...
2012-04-25 Marcel van... exp/locale/collate: added trie for associating colElems...
2012-04-25 Marcel van... exp/locale/collate: added representation for collation...
2012-04-25 Marcel van... exp/locale/collate: implementation of trie that is...
2012-04-25 Gustavo Niemeyernet/http: revert 97d027b3aa68
2012-04-25 Ian Lance Taylorcrypto/rand: use io.ReadFull in test
2012-04-25 Bobby Powersencoding/json: allow punctuation in tag names
2012-04-25 Mikio Haranet: fix crash of Listen with "" or nil laddr
2012-04-25 Dave Cheneybytes: add assembly version of IndexByte for ARM
2012-04-25 Rob Pikevet: check values for named constants as well as literals.
2012-04-25 Rob Pikeall: fix errors found by go vet
2012-04-25 Andrew Balholmexp/html: adjust inTableIM to match spec
2012-04-24 Ian Lance Taylortest: add test for order of evaluation of map index...
2012-04-24 Mikkel Krautzmisc/dist: more gophers for OS X installer
2012-04-24 Shenghou Maruntime: fix runtime.Breakpoint for ARM
2012-04-24 Shenghou Macmd/5g: fix URL typo
2012-04-24 Andrew Balholmexp/html: make inBodyIM match spec
2012-04-24 Brad Fitzpatrickmime/multipart: report io.EOF correctly on part ending...
2012-04-24 Rob Pikepath: document that Clean deletes trailing slashes.
2012-04-24 Rob Piketext/template: improve the error reporting for unexport...
2012-04-24 Gustavo Niemeyernet/http: allow clients to disable keep-alive
2012-04-23 Rémy Oudomphengnet: fix typo in Listener.File() documentation
2012-04-23 Ian Lance Taylortest: test handling of negative float constants
2012-04-23 Ian Lance Taylortime: change float expression to ensure it is an integer
2012-04-23 Mikkel Krautzmisc/dist: require 10.6 or later for OS X .pkgs
2012-04-23 Luuk van Dijkcmd/gc: fix addresses escaping through closures called...
2012-04-23 Pascal S. de... net/http: lex cleanup
2012-04-23 Shenghou Mamath: ARM assembly implementation for Abs
2012-04-23 Rob Piketext/template: detect unexported fields better
2012-04-23 Rob Pikereflect: document and test TypeOf(nil)
2012-04-22 Andrew Balholmexp/html: add more cases to inBodyIM
2012-04-21 Rémy Oudomphengstrconv: 2x-4x speed improvement for atof64.
2012-04-21 Quan Yong Zhaicompress/zlib: minor fixes
2012-04-21 Michael Chatenruntime: add benchmark for complex128 division
2012-04-21 Dave Cheneynet: fix race between Close and Read
2012-04-20 Andrew Balholmexp/html: more work on inBodyIM
2012-04-20 Ian Lance Taylorruntime: disable memory profiler in gc_test
2012-04-20 Colby Rangernet/http/httputil: Made reverseproxy test less flaky.
2012-04-20 Shenghou Matest: use testlib in a few more cases (part 2)
2012-04-20 Andrew Gerranddoc: don't wrap package names in directory listing
2012-04-20 Andrew Balholmexp/html: start making inBodyIM match the spec
2012-04-20 Andrew Balholmexp/html: ignore null bytes in text
2012-04-20 Andrew Balholmexp/html: improve afterHeadIM
2012-04-19 Akshat Kumarsyscall: cleanly exit all Go procs on Plan 9
2012-04-19 Andrew Balholmexp/html: improve InHeadIM
2012-04-19 Shenghou Manet/http: add example for FileServer to mention StripPrefix
2012-04-19 Brad FitzpatrickA+C: add Bjorn Tillenius (Individual CLA)
2012-04-19 Brad FitzpatrickA+C: Add Michael Chaten (Individual CLA)
2012-04-19 Andrew Balholmexp/html: add parseImpliedToken method to parser
2012-04-19 Benny Siegertdoc/articles/image_draw.html: Change ColorImage to...
2012-04-18 Colby Rangernet/http/httputil: Clean up ReverseProxy maxLatencyWrit...
2012-04-18 Adam Langleyencoding/asn1: allow lengths up to the maximum int...
2012-04-18 Andrew Balholmexp/html: improve beforeHeadIM
2012-04-18 Andrew Balholmexp/html: adjust beforeHTMLIM to match spec
2012-04-18 Brad Fitzpatrickos/user: simplify test
2012-04-17 Dave Cheneylib9: fix warning under clang 3.1
2012-04-17 Anthony Martincodereview: restore help messages
2012-04-17 Andrew Balholmexp/html: more comprehensive tests
2012-04-17 David Symondsflag: update style.
2012-04-17 Anthony Martincmd/prof: don't build on Plan 9 for now.
2012-04-17 Anthony Martinos: avoid panic when testing errors on Plan 9
2012-04-17 Akshat Kumarsyscall: fix duplicate fd bug for Plan 9
2012-04-16 Brad FitzpatrickCONTRIBUTORS: add Colby Ranger (Google CLA)
2012-04-16 Shenghou Madoc/code: mention $GOBIN
2012-04-16 Joel Singruntime: update defs for openbsd
2012-04-16 Robert Hencketime: parse fractional second with single digit
2012-04-15 Shenghou Matext/template/parse: fix doc comment
2012-04-14 Dave Cheneystrconv: make malloc tests more reliable
2012-04-14 Andrew Gerranddoc: update Mercurial installation instructions
2012-04-13 Rémy Oudomphengcmd/6g: restore magic multiply for /=, %=.
2012-04-13 Jongmin Kimdoc/effective_go.html: fixed the Request channel parameter
2012-04-13 Gustavo Niemeyertime: panic if UnixNano is out of range
2012-04-12 Rob Pikefmt: fix crash of %b on huge negative int64
2012-04-12 Adam Langleycrypto/tls: don't always use the default private key.
2012-04-12 Adam Langleyencoding/pem: ignore spaces and tabs at the end of...
2012-04-12 Dmitriy Vyukovruntime: speedup GC sweep phase (batch free)
2012-04-12 Dmitriy Vyukovruntime: add lock-free stack
2012-04-12 Rob Piketext/template: catch unexported fields during parse
2012-04-11 David Symondsmisc/dashboard: cope with removed Package fields.
2012-04-11 Nigel Taohtml, exp/html: escape ' and " as ' and ",...
2012-04-11 Adam Langleycrypto/rsa: fix Verify for multi-prime keys.
2012-04-11 Adam Langleycrypto/tls: update how we create testing scripts.
2012-04-11 Marcel van... exp/norm: exposed runeInfo type in API.
2012-04-11 Dave Cheneyruntime: add interface microbenchmarks
2012-04-11 Joel Singruntime: update openbsd thread related syscalls to...
2012-04-11 Dave Cheneydoc: fix minor typo in Go 1 release notes
2012-04-10 Shenghou Ma5l, runtime: remove softfloat emulation code when not...
next