]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2012-04-05 Russ CoxA+C: Stéphane Travostino (individual CLA)
2012-04-05 Dmitriy Vyukovruntime: minor refactoring in preparation for parallel GC
2012-04-05 Dmitriy Vyukovruntime: make GC stats per-M
2012-04-05 Dmitriy Vyukovtest/bench/garbage: fix parser benchmark
2012-04-05 Dmitriy Vyukovruntime: replace XOR AX, AX with MOV $0, AX
2012-04-05 Dmitriy Vyukovruntime: add 64-bit atomics
2012-04-05 Dmitriy Vyukovruntime: remove redundant code
2012-04-05 Hong Ruiqidoc/go_spec: fix typo
2012-04-05 Alex Brainmanpath/filepath: move out of temp directory before deleti...
2012-04-05 Dave Cheneymisc/dist: include directories in distribution tar...
2012-04-05 Andrew Gerranddoc: shorten project dashboard link
2012-04-05 Andrew Gerrandmisc/dist: label 386 and amd64 as "32-bit x86" and...
2012-04-05 Ian Lance Taylorsyscall, net: use native endianness for Linux netlink...
2012-04-04 Adam Langleycrypto/rsa: only enforce that de ≡ 1 mod |(ℤ/nℤ)*|...
2012-04-04 Shenghou Mabuild: unset GOROOT_FINAL before tests
2012-04-04 Brad Fitzpatrickcmd/go: in go get, don't try to perform discovery on...
2012-04-04 Dmitry Chestnykhencoding/ascii85: fix panic caused by special case
2012-04-04 Charles L.... math: update Gamma special cases
2012-04-03 Michael Lewissql: Propagate error from subsetTypeArgs in Exec
2012-04-03 Rob Piketime.RFC822: make the string standard-compliant
next