]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-07-14 Dmitriy Vyukovbuild: add few tests with GOMAXPROCS=32 to run.bash
2012-07-13 Rob Pikeencoding/gob: disable fuzz tests unless command-line...
2012-07-13 Marcel van... exp/locale/collate: This CL includes the following...
2012-07-13 Marcel van... exp/locale/collate: adjusted contraction trie to suppor...
2012-07-13 Rémy Oudomphengcmd/gc: reject use of ... with multiple-valued expressions.
2012-07-13 Rob Pikeencoding/gob: reduce decoder memory
2012-07-13 Rob Pikebytes.Buffer: export the Grow method
2012-07-12 Rémy Oudomphengcmd/gc: avoid an internal error on invalid type switch.
2012-07-12 Rémy Oudomphengcmd/gc: fix error message for type errors involving...
2012-07-12 Robert Griesemermat/big: more optimal Karatsuba threshold
2012-07-12 Robert Griesemermath/big: minor performance tuning
2012-07-12 Rob Pikeencoding/gob: fix check for short input in slice decode
2012-07-12 Rémy Oudomphengmath/big: correct quadratic space complexity in Mul.
2012-07-12 Dave Cheneycmd/pack: remove unused paging logic
2012-07-11 Brad Fitzpatricknet/http: fix Transport race(s) with high GOMAXPROCS
2012-07-11 Rémy Oudomphengspec: correct typo in string conversion examples.
2012-07-11 Adam Langleycrypto/rsa: left-pad PKCS#1 v1.5 outputs.
2012-07-11 Dave Cheneywebsite: various html fixes
2012-07-10 Adam Langleyencoding/asn1: promote untyped strings to UTF8 as needed.
2012-07-10 Adam Langleycrypto/x509: exempt broken Entrust certificate from...
2012-07-10 Rémy Oudomphengstrconv: extend Grisu3 algorithm to float32.
2012-07-09 David G. Andersensyscall/freebsd: remove Sendfile from unimplemented...
2012-07-08 David G. Andersenpkg: Removing duplicated words ("of of", etc.), mostly...
2012-07-08 Matt JibsonA+C: correct Matt Jibson
2012-07-08 Matthew William... doc: various "the the" and other typos
2012-07-08 David SymondsA+C: Matthew Jibson (individual CLA).
2012-07-06 Pieter Droogendijkcmd/dist: Make verbose messages print to stderr
2012-07-05 Shenghou Mamisc/chrome/gophertool: fix manifest
2012-07-05 Shenghou Macmd/cgo: make typedef map traversal order consistent
2012-07-04 Dmitriy Vyukovruntime: move panic/defer/recover-related stuff to...
2012-07-03 Robert Griesemerreflect: reflect.Zero results are neither addressable...
2012-07-03 Rémy Oudomphengmath/rand: avoid use of math.Pow in tests.
2012-07-03 Brad Fitzpatricknet/http: clean up fs tests a bit
2012-07-03 Rob Pikeencoding/gob: fix bug in Register
2012-07-03 Shenghou Madoc/debugging_with_gdb: mention how to disable gc optim...
2012-07-03 David G. Andersensyscall: fix FreeBSD 386 sendfile
2012-07-03 Dmitriy Vyukovruntime: refactor proc.c
2012-07-03 Han-Wen Nienhuyssyscall: use 32 bits structure for Getrlimit/Setrlimit...
2012-07-02 Nigel Taocmd/gc: cache itab lookup in convT2I.
2012-07-02 David G. Andersenmath/big: Remove unnecessary test from nat.go multiplic...
2012-07-02 Dmitriy Vyukovreflect: set GOMAXPROCS=1 in the malloc test
2012-07-02 Dmitriy Vyukovnet/http: fix comment
2012-07-02 Shenghou Maimage: fix doc typo
2012-07-02 Shenghou Macmd/gc: add missing case for OCOM in defaultlit()
2012-07-01 Dmitriy Vyukovtest: enforce 1 proc in the test
2012-07-01 Dmitriy Vyukovruntime: add freemcache() function
2012-06-30 Amir Mohammad... cmd/go: httpGet function does not use global variable...
2012-06-30 Brad Fitzpatricknet/http: ignore malicious or dumb Range requests
2012-06-30 Brad Fitzpatrickapi: update next.txt
2012-06-30 Pieter Droogendijkcmd/dist: Make windows.c's fatal() print to stderr
2012-06-30 Alex Brainmanpath/filepath: avoid allocation in Clean of cleaned...
2012-06-30 Shenghou Macmd/cgo: generate definitions for GoSlice
2012-06-29 Jean-Marc Eurin misc/emacs: Fix the gofmt patching when the TMPDIR...
2012-06-29 Brad Fitzpatricknet/http: support multiple byte ranges in ServeContent
2012-06-28 Andrey Mirtchovskinet/http: Fix a verb-tense mismatch and a typo in docum...
2012-06-28 Robert Griesemergo/parser: minor internal cleanups
2012-06-28 Robert Griesemergo spec: clean up section on selectors
2012-06-28 Han-Wen Nienhuyspath/filepath: add test case for rooted ".."
2012-06-27 Joe Poiriersyscall: add missing argument type
2012-06-27 Mathieu Lonjaretimage/jpeg: support for reading 4:4:0 subsampling.
2012-06-27 Russ Coxruntime: fix string optimization
2012-06-27 Russ Coxruntime: avoid allocation for "" + x + ""
2012-06-27 Russ Coxnet: fix build (FreeBSD sendfile)
2012-06-27 Russ Coxpath/filepath: avoid allocation in Clean of cleaned...
2012-06-27 Dmitriy Vyukovruntime: add goroutine creation benchmark
2012-06-26 Robert Griesemergo spec: clean up use of QualifiedIdent production.
2012-06-26 Russ Coxsyscall: fix build
2012-06-26 Patrick Mylund... net/http: provide access to POST-only form values
2012-06-26 L Campbellsyscall, net: sendfile for FreeBSD
2012-06-26 Russ CoxA+C: L Campbell (individual CLA)
2012-06-25 Rob Pikefmt: set p.field before nil check
2012-06-25 Dave Cheneyruntime: add arm soft division and modulo benchmarks
2012-06-25 Andrew Gerrand doc: drop video title from homepage
2012-06-25 Jonathan Goldencoding/json: add Number type
2012-06-25 Russ CoxA+C: Jonathan Gold (individual CLA)
2012-06-25 Michael Stapelbergnet: fix lookup of AAAA-only hosts without cgo
2012-06-25 Russ CoxA+C: add Michael Stapelberg (individual CLA)
2012-06-25 Pieter Droogendijkgo/build: fix doc typo
2012-06-25 Amir Mohammad... misc/chrome/gophertool: Support for manifest version...
2012-06-25 Thomas Alan... encoding/base32, encoding/base64: removed unneeded...
2012-06-25 Russ CoxA+C: Amir Mohammad Saied, Thomas Alan Copeland (both...
2012-06-25 Robert Griesemergofmt: handle comments correctly in rewrites
2012-06-25 Micah Stetsonencoding/json: simplify (*decodeState).indirect
2012-06-25 Jan Ziakencoding/csv, encoding/xml: report write errors
2012-06-25 Robert Griesemerspec: clarify receive operator
2012-06-25 Robert Griesemergo/ast: minor comment maps API change
2012-06-25 Jan Ziakexp/inotify: prevent data race
2012-06-25 Brad Fitzpatricknet/http: speed up Header.WriteSubset
2012-06-25 Dave Cheneyruntime: remove memset/memclr shim
2012-06-25 Dmitriy Vyukovruntime: fix potential GC deadlock
2012-06-24 Russ Coxruntime: detect hash map collision problems
2012-06-24 Charles L.... math: improve Atan, Asin and Acos accuracy
2012-06-24 Han-Wen Nienhuysos: make POSIX StartProcess work with chroot again.
2012-06-24 Russ CoxCONTRIBUTORS: add Han-Wen Nienhuys (Google CLA)
2012-06-24 Jan Ziaktest/bench/shootout: remove dependency on C libraries...
2012-06-24 Jan Ziakexp/inotify: prevent data race during testing
2012-06-24 Dave Cheneyruntime: avoid r9/r10 during memmove
2012-06-24 Dave Cheneyruntime: avoid r9/r10 during memset
2012-06-24 David Symondsflag: fix indexing doc.
2012-06-24 Brad Fitzpatricknet/http: fix doc inaccuracy and typo; tighten test
next