]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2012-06-23 Shenghou Maruntime: fix struct Sigaction for Linux/386
2012-06-22 David G. Andersennet/rpc: fix typo in documentation, clarify semantics...
2012-06-22 David G. Andersenencoding/json: fix minor typo in documentation for...
2012-06-22 Andrew Gerranddoc: put A Tour of Go video on the front page
2012-06-21 Mats Lidellmisc/emacs: Replace replace-{string|regexp} for XEmacs...
2012-06-20 Adam Langleycrypto/x509: add extended key usage support.
2012-06-19 Marcel van... exp/locale/collate: added regression test for collate...
2012-06-19 Shenghou Madoc/articles/slices_usage_and_internals: fix typo
2012-06-19 Shenghou Maruntime: fix struct Sigaction for Linux/ARM
2012-06-19 Brad Fitzpatricknet/http: make client await response concurrently with...
2012-06-19 Brad Fitzpatricknet/http: clarify client return values in docs
2012-06-19 Robert Griesemergo/ast: multiple "blank" imports are permitted
2012-06-19 Marcel van... bytes: fixed typo.
2012-06-18 Brad Fitzpatricknet/url: sort keys in Encode; don't enumerate map randomly
2012-06-18 Adam LangleyA+C: Christine Hansmann (individual CLA)
2012-06-15 Robert Griesemergo/ast: Walk: do not walk comment list
2012-06-15 Shenghou Madoc: delete Mercurial Queues doc
2012-06-15 Nigel Taoexp/html/atom: add some more atoms.
2012-06-14 Shenghou Maexp/types: clean up objects after test
2012-06-14 Shenghou Macrypto/elliptic: fix doc typo
2012-06-14 Andrew Gerrandtag go1.0.2
2012-06-14 Andrew Gerranddoc: document go1.0.2
2012-06-14 Nigel Taocmd/gc: inline convT2E when T is uintptr-shaped.
2012-06-13 Rob Pikeencoding/gob: don't cache broken encoding engines.
2012-06-13 Brad Fitzpatricknet/http: use index.html modtime (not directory) for...
2012-06-13 Rémy Oudomphengstrconv: extend fast parsing algorithm to ParseFloat...
2012-06-13 Robert Griesemermath/big: correctly test for positive inputs in Int.GCD
2012-06-13 Russ Coxsyscall: fix windows copyFindData
2012-06-13 Robert Griesemergodoc: show comments in various filtered views
2012-06-13 Robert Griesemergo/ast: comment map implementation
2012-06-13 Russ Coxgo/build: fix boolean negation
2012-06-13 Jan Ziakruntime: improved continuity in hash computation
2012-06-13 Robert Griesemermath/big: fix binaryGCD
2012-06-13 Robert Griesemermath/big: various cleanups
2012-06-13 Christopher... math/big: Implemented binary GCD algorithm
2012-06-13 Jean-Marc Eurinmisc/emacs: Fix a failure when /tmp/<file>.go exists.
2012-06-13 Robert GriesemerCONTRIBUTORS: added Christopher Swenson (Google CLA)
2012-06-13 Andrew Gerranddoc/install: mention GOPATH and point to code.html
2012-06-13 Nigel Taoexp/html: simplify some of the parser's internal methods.
2012-06-12 Robert Griesemermath/big: optimize common case of Int.Bit(0)
next