]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-11-25 Brad Fitzpatricknet/http/httptest: protect against port reuse
2012-11-25 Brad Fitzpatrickbytes, strings: fix Reader WriteTo return value on...
2012-11-25 Mikio Hararuntime: fix madvise for freebsd/amd64
2012-11-25 Dmitriy Vyukovnet: add unit tests for read/write deadlines
2012-11-25 Ian Lance Taylortest: add bug469, a case where gccgo gaves an incorrect...
2012-11-25 Dave Cheneytime: add Now()/UnixNano() malloc tests
2012-11-24 Alex Brainmannet: do not start io if deadline has passed
2012-11-24 Caine Tighehttp/transport.go: trivial comment error.
2012-11-24 Ian Lance Taylorcmd/go: fix typo in comment
2012-11-24 Brad Fitzpatricknet: check read and write deadlines before doing syscalls
2012-11-24 John Graham... runtime: implement runtime.SysUnused on FreeBSD
2012-11-24 Dave Cheneynet/http/httptest: fix possible race on historyListener...
2012-11-24 Brad FitzpatrickA+C: Add John Graham-Cumming (Individual CLA)
2012-11-23 Shenghou Macmd/go: fix data race on cgoLibGccFile
2012-11-23 Shenghou Macmd/go: show -race if necessary when giving "go test...
2012-11-21 Robert Griesemerspec: be clearer about the scope of a package name
2012-11-21 Dave Cheneydashboard/builder: pass $CC to builder if set
2012-11-21 Dave Cheneynet/http: use runtime.Stack instead of runtime/debug...
2012-11-21 Vladimir Nikishenkocmd/cgo: fix alignment of bool.
2012-11-21 Shenghou Maall: fix the the typos
2012-11-21 Brad FitzpatrickA+C: Add Vladimir Nikishenko (Individual CLA)
2012-11-21 Joel Singruntime: update openbsd runtime to use new tfork syscall
2012-11-21 Rémy Oudomphengcmd/8g: fix erroneous LEAL nil.
2012-11-21 Dave Cheneynet: remove another unguarded sysfile == nil check
2012-11-20 Shenghou Manet/http, net/http/httputil: fix TestChunkReaderAllocs...
2012-11-20 Ian Lance Taylorexp/types: don't test importing types if using gccgo
2012-11-20 Alex Brainmannet/http/cgi: another attempt to fix windows tests
2012-11-20 Brad Fitzpatricknet/http: remove more garbage from chunk reading
2012-11-20 Brad Fitzpatrickmime/multipart: transparently decode quoted-printable...
2012-11-19 Brad Fitzpatrickcmd/api: speed up API check by 2x, caching parser.Parse...
2012-11-19 Robert Griesemergo/printer: simply ignore filename changes in position...
2012-11-19 Brad Fitzpatrickdoc/articles/wiki: fix racy test
2012-11-19 Brad Fitzpatricknet/http/cgi: more windows perl test work
2012-11-19 Christian Himpelruntime: gdb support: use parse_and_eval to get the...
2012-11-19 Robert Griesemercmd/gc: complain about invalid whitespace chars
2012-11-19 Brad Fitzpatricknet/http/cgi: make test more robust for Windows perl
2012-11-18 Dave Cheneynet: fix data race on fd.sysfd
2012-11-18 Dave Cheneynet: remove unused nil check
2012-11-17 Dave Cheneyruntime/cgo: enable warnings and treat as errors
2012-11-17 Robert Griesemerspec: fix constant expression example
2012-11-17 Shenghou Maruntime: don't assume AT_RANDOM provide 4-byte aligned ptr
2012-11-17 Robert Griesemergo/doc: fix identifier blank import handling for examples
2012-11-17 Shenghou Malib/godoc/codewalk.html: remove duplicate jquery inclusion
2012-11-17 Shenghou Macrypto/md5: speed up aligned writes and test/bench...
2012-11-17 Shenghou Maruntime/cgo: fix compilation on Windows with CFLAGS...
2012-11-17 Dave Cheneyarchive/zip: handle extra data headers with no body
2012-11-17 Robin Eklindarchive/zip, crypto/tls, net/http: Fix print format...
2012-11-16 Brad Fitzpatricknet/http: reduce allocations in chunk reading & writing
2012-11-16 Robert Griesemergo/printer: leave indentation alone when printing nodes...
2012-11-16 Robert Griesemergo/ast: FuncType.Params may be nil (per AST documentation)
2012-11-16 Dmitriy Vyukovruntime: hide mheap from race detector
2012-11-16 Oling Catruntime: remove extra parentheses.
2012-11-16 Joel Singcrypto/tls: add support for loading EC X.509 key pairs
2012-11-16 Dmitriy Vyukovsyscall: fix data races in LazyDLL/LazyProc
2012-11-15 Marcel van... exp/locale/collate: changed implementation of Compare...
2012-11-15 Brad Fitzpatrickos: add FileMode.IsRegular
2012-11-15 Andrew Gerrandmisc/git: add gofmt git pre-commit hook
2012-11-15 Rob Pikesudo.bash: diagnose when the go tool is not in $PATH
2012-11-15 Dmitriy Vyukovsync/atomic: fix race instrumentation
2012-11-15 Ian Lance Taylorruntime/cgo: include <string.h> as needed so that strer...
2012-11-15 Dave Cheneyrun.bash: fix linux/arm build
2012-11-15 Dave Cheneyrun.{bash,bat,rc}: unset GOMAXPROCS before ../test
2012-11-14 Robin Eklindstrconv: Removed unnecessary use of goto. Made code...
2012-11-14 Joel Singcrypto/x509: add support for SEC1/EC private keys.
2012-11-14 Joel Singdebug/elf: fix offset for GNU version symbols
2012-11-14 Joel Singdebug/elf: do not skip first symbol in the symbol table
2012-11-14 Dmitriy Vyukovruntime/race: more precise handling of finalizers
2012-11-14 Dmitriy Vyukovruntime: add RaceRead/RaceWrite functions
2012-11-14 Dmitriy Vyukovcmd/gc: racewalk: handle OEFACE/OCONVIFACE
2012-11-14 Dmitriy Vyukovcmd/gc: racewalk: fix instrumentation of structs
2012-11-14 Andrew Gerrandregexp: add simple package-level example
2012-11-14 Joel Singsyscall: regenerate z-files for openbsd/386
2012-11-14 Brad Fitzpatricknet/http: add missing error checking reading trailers
2012-11-13 Robert Griesemerreflect: fix FieldByNameFunc
2012-11-13 Russ Coxcmd/ld: fix build on elf systems
2012-11-13 Russ Coxreflect: add ArrayOf, ChanOf, MapOf, SliceOf
2012-11-13 Brad Fitzpatrickcmd/api: use one token.FileSet for all contexts
2012-11-13 Russ Coxruntime: allow up to 128 GB of allocated memory
2012-11-13 Joel Singsyscall: regenerate z-files for openbsd/amd64
2012-11-13 Andrew Gerranddoc: link to Go coding screencast
2012-11-13 Mikio Haranet: consolidate common socket functions for Plan 9
2012-11-13 Rémy Oudomphengcmd/8g: eliminate obviously useless temps before regopt.
2012-11-13 Rémy Oudomphengcmd/gc: fix typos in clearslim.
2012-11-13 Mikio Haranet: protocol specific listen functions return a proper...
2012-11-13 Mikio Haranet: make LocalAddr on multicast UDPConn return a liste...
2012-11-12 Jeff R. Allennet/textproto: faster header canonicalization with...
2012-11-12 Brad Fitzpatricknet/http: handle 413 responses more robustly
2012-11-12 Rémy Oudomphengcmd/6g: extend componentgen to small arrays and structs.
2012-11-12 Rémy Oudomphengcmd/5g, cmd/6g: pass the full torture test.
2012-11-12 David Symondsexp/types: avoid init race in check_test.go.
2012-11-12 Rick Arnoldencoding/json: skip unexpected null values
2012-11-12 Russ CoxA+C: Rick Arnold (individual CLA)
2012-11-12 Roger Peppecrypto/x509: implement EncryptPEMBlock
2012-11-12 Roger Peppeencoding/pem: write Proc-Type header first.
2012-11-12 Christian Himpelfaq: mention go vet in "What happens with closures...
2012-11-12 David McLeisharchive/zip: Fix bounds check panic for ZIP files with...
2012-11-12 Andrew GerrandC: add David McLeish (Google CLA)
2012-11-12 Shenghou Madoc/install: document system requirements for the FreeB...
2012-11-10 Dave Cheneycmd/5g: enable xtramodes optimisation
2012-11-10 Ian Lance Taylorruntime, runtime/cgo: track memory allocated by non...
next