]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-07-30 Daniel Morsingcmd/gc: point "no new variables" error at right line...
2012-07-30 David Symondsmisc/dashboard/codereview: make all active CL tables...
2012-07-30 David Symondsmisc/dashboard/codereview: fix tag nesting.
2012-07-30 David Symondsmisc/dashboard/codereview: recognize "NOT LGTM".
2012-07-30 Brad Fitzpatricknet/http: don't modify Request Method's case
2012-07-29 Russ Coxsyscall: apply comment from Mikioh
2012-07-29 Alexey Borzenkovsyscall: workaround accept() bug on Darwin
2012-07-29 Benny Siegertruntime/cgo: fix netbsd build
2012-07-29 David Symondsmisc/vim: fix :Import insertion heuristic.
2012-07-29 Han-Wen Nienhuyssyscall: don't clobber source files if mksyscall.pl...
2012-07-29 Andrew Balholmexp/html: replace NUL with U+FFFD in text in foreign...
2012-07-28 Ian Lance Taylormisc/cgo/test: only run setgid test on GNU/Linux
2012-07-28 Marcel van... exp/locale/collate: changed trie in first step towards...
2012-07-27 Rob Pikeflag: fix bug in handling of booleans on error
2012-07-27 Shenghou Malog/syslog: don't append \n if there is one
2012-07-27 Alex Brainmanos: move epipecheck from file_posix.go and into file_un...
2012-07-27 Dmitriy Vyukovos: fix data race in epipecheck()
2012-07-27 Ian Lance Taylormisc/cgo/test: add test for issue 3871: cgo setgid...
2012-07-27 Andrew Balholmexp/html: parse CDATA sections in foreign content
2012-07-27 Ian Lance Taylorruntime: ignore signal 33 == SIGSETXID on GNU/Linux
2012-07-27 Robert Griesemergo/printer: don't crash if ast.FuncType.Params is nil
2012-07-26 Andrew Balholmexp/html: replace NUL bytes in plaintext, raw text...
2012-07-26 Andrew Wilkinsexp/types: process ast.Fun in checkObj; fix variadic...
2012-07-26 Robert GriesemerA+C: added Andrew Wilkins (individual contributor)
2012-07-26 Andrew Balholmexp/html: don't insert empty text nodes
2012-07-25 Ian Lance Taylorcgo: fix declarations in _cgo_export.c
2012-07-25 Dave Cheneycmd/godoc: delete -path flag
2012-07-25 Brad Fitzpatricktesting: allow concurrent use of T and B
2012-07-25 Andrew Balholmexp/html: allow frameset if body contains whitespace
2012-07-24 David Symondsencoding/gob: test for type registration name.
2012-07-24 Mikio Haranet: fix comment
2012-07-23 Rob Piketext/template: fix bug in map indexing
2012-07-23 Rob Pikeencoding/gob: revert 6348067, which broke compatibility
2012-07-23 David Symondsmisc/dashboard/codereview: add admin-only link to force...
2012-07-23 Andrew Balholmexp/html: special handling for entities in attributes
2012-07-22 Andrew Gerranddoc: add two I/O talks to "Talks" section
2012-07-22 Patrick Mylund... encoding/binary: fix typo: ReadVarint returns an int64...
2012-07-21 Mikio Haranet: remove unnecessary newline in testing.Logf from...
2012-07-21 Mikio Haranet: fix file descriptor leak on FileListener, FileConn...
2012-07-20 Ian Lance Taylorcgo: add -gccgopkgpath option to match gccgo -fgo-pkgpath
2012-07-20 Gustavo Niemeyerbytes: make Join return a new buffer on len(a) == 1
2012-07-19 Mikio Haranet: fix typo
2012-07-19 Rob Pikeunicode/utf8: reject out-of-range runes.
2012-07-19 Rob Pikesync: mention that WaitGroup.Add panics
2012-07-18 Brad Fitzpatricknet/http: revert back to (and test) Go 1 CheckRedirect...
2012-07-17 Rémy Oudomphengtesting: fix memory blowup when formatting many lines.
2012-07-16 Rob Pikecmd/vet: provide flags to control which tests to run
2012-07-16 Rob Pikefaq: add status section
2012-07-16 Adam LangleyA+C: Peter Armitage (individual CLA)
2012-07-16 Nigel Taocompress/flate: fix panic when nlit is out of bounds.
2012-07-15 Benny Siegertos: add missing full stop in comment
2012-07-14 Dmitriy Vyukovbuild: revert 61d1d72136f7 (add few tests with GOMAXPRO...
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
next