]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2012-11-10 Mikio Haranet: add more tests for protocol specific methods
2012-11-09 Rémy Oudomphengcmd/6c, cmd/8c: use signed char explicitly in mul.c
2012-11-09 Dmitriy Vyukovcmd/go: fix selection of packages for testing
2012-11-09 Ian Lance Taylorruntime/pprof: fix typo in comment
2012-11-09 Shenghou Maruntime: use vDSO clock_gettime for time.now & runtime...
2012-11-09 Mikio Haranet: consolidate multiple init functions
2012-11-09 Mikio Hararuntime: re-enable crash test on FreeBSD
2012-11-08 Ian Lance Taylortest: change index.go to test size of int, not GOARCH...
2012-11-08 David Symondsarchive/tar: accept binary format when reading numeric...
2012-11-08 Russ Coxcmd/gc: fix export of inlined function body with type...
2012-11-08 Mikio Haranet: fix non-unixen build
2012-11-08 Ian Lance Taylortest: run some more tests by default
2012-11-08 Joel Singruntime: re-enable crash test on NetBSD
2012-11-08 Dmitriy Vyukovruntime: fix instrumentation of slice append for race...
2012-11-08 Brad Fitzpatricknet: close fds eagerly in DialTimeout
2012-11-08 Brad Fitzpatrickcmd/api: bug fix for goapi's lame type checker
2012-11-08 Shenghou Matime: clarify why timer.Stop and ticker.Stop don't...
2012-11-08 Carl Mastrangelolib9: remove unreferenced externs and getuser()
2012-11-08 Anthony Martinruntime: use vDSO for gettimeofday on linux/amd64
2012-11-08 Alex Brainmancmd/go: say that -race flag can be used on windows...
2012-11-08 Ian Lance Taylorcmd/gc: warn about slice indexes larger than int in...
2012-11-08 Nigel Taodoc/effective_go: don't use ALL_CAPS for variable names.
2012-11-07 Nigel Taoimage/jpeg: handle fill bytes.
2012-11-07 Rémy Oudomphengcmd/gc: fix internal compiler error with broken structs.
2012-11-07 David Symondsarchive/tar: avoid writing ModTime that is out of range.
2012-11-07 Rémy Oudomphengcmd/6g, cmd/8g: mark used registers in indirect addressing.
2012-11-07 Rémy Oudomphengruntime: use runtime·callers when racefuncenter's pc...
2012-11-07 Ian Lance Taylortest: run index test by default
2012-11-07 Russ Coxapi: refresh next.txt
2012-11-07 Russ Coxcmd/gc: fix escape analysis bug
2012-11-07 Dmitriy Vyukovruntime/race: add Windows support
2012-11-07 Ian Lance Taylorreflect: fix test of whether structs are identical
2012-11-07 Roger Peppecrypto/x509: fix DecryptPEMBlock
2012-11-07 Russ Coxcmd/gc: annotate local variables with unique ids for...
2012-11-07 Russ Coxcmd/gc: fix go:nointerface export comment
2012-11-07 Mikio Haranet: fix protocol number for IPv6 test
2012-11-07 Dmitriy Vyukovruntime/race: lazily allocate shadow memory
2012-11-07 Dmitriy Vyukovcmd/gc: racewalk: instrument returnsfromheap params
2012-11-07 Dmitriy Vyukovcmd/gc: racewalk: do not double function calls
2012-11-07 Dmitriy Vyukovcmd/gc: refactor racewalk
next