]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2012-04-10 Shenghou Ma5a, 5l: add PLD (preload data) instruction
2012-04-10 Pascal S. de... hash: more efficient memory allocation
2012-04-10 Akshat Kumarruntime: fix floating point exception on Plan 9
2012-04-10 Russ CoxA+C: Akshat Kumar (individual CLA)
2012-04-10 Quan Yong Zhairuntime: unregister the SIGILL handler after ARM EABI...
2012-04-10 Russ Cox6c, 6g, 6l: add MOVQL to make truncation explicit
2012-04-10 Russ Coxcmd/6c: fix probable code gen bug
2012-04-10 Russ Coxcmd/8c: fix store to complex uint64 ptr
2012-04-10 Shenghou Masyscall: support Getpid() on Windows
2012-04-10 Shenghou Macmd/api: allow addition of API
2012-04-10 Russ Cox8a, 8l: add PREFETCH instructions
2012-04-10 Russ Cox6a, 6l: add PREFETCH instructions
2012-04-10 Joel Singruntime: block signals during thread creation on openbsd
2012-04-10 Rob Piketest/bench/shootout: update timing.log to Go 1
2012-04-10 Alex Brainmanos: fix IsPermission on windows
2012-04-09 Rob Pikeruntime.Callers: make documentation match code
2012-04-09 Alexey Borzenkovcmd/dist: don't fail when Mercurial is a batch file...
2012-04-09 Benny Siegertcmd/yacc: spring cleaning for units.y
2012-04-09 Brad Fitzpatrickdebug/gosym: in test, use temp binary name in /tmp...
2012-04-09 Shenghou Madoc/code: update newmath.Sqrt test case to make sure...
2012-04-09 Shenghou Madoc/go_spec: fix a typo
2012-04-09 Shenghou Mabuild: run.bash no longer accepts --no-banner
2012-04-09 Dmitriy Vyukovruntime: preparation for parallel GC
2012-04-07 Dmitriy Vyukovruntime: add memory prefetching to GC
2012-04-07 Bobby Powerstime: in Format give buffer an initial capacity
2012-04-06 Charles L.... math: make function documentation more regular
2012-04-06 Benny Siegertsyscall: manually fix z* for NetBSD/amd64
2012-04-05 Shenghou Macrypto/aes: add benchmarks for decryption and key expansion
2012-04-05 Stéphane Travostinonet/url: Correctly escape URL as per RFC 3986
next