]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2012-02-15 Nigel Taofix: add fix for bufio, gzip, zlib NewWriterXxx changes. weekly.2012-02-14
2012-02-15 Yasuhiro Matsumotocmd/dist: xprintf() can't output whole of 'dist env'.
2012-02-15 Brad Fitzpatrickos/exec: add some examples
2012-02-15 Andrew Gerranddoc: fix snapshot notes
2012-02-15 Andrew Gerrandweekly.2012-02-14
2012-02-15 Lai Jiangshanreflect: fix panic strings
2012-02-15 Andrew Gerrandstrings: add Bernardo O'Higgins example
2012-02-15 Lai Jiangshandoc: fix codewalk/markov.go
2012-02-15 Andrew GerrandA+C: Lai Jiangshan
2012-02-15 Andrew Gerranddoc: add playground.js
2012-02-15 Andrew Gerranddoc: add App Engine docs to 'learn' and 'reference...
2012-02-15 Brad Fitzpatrickbytes,strings: make *Reader implement io.ReaderAt
2012-02-15 Gustavo Niemeyerlib/godoc: fix subdirectories html reference
2012-02-15 Gustavo Niemeyerruntime: fix grsec support
2012-02-15 Brad Fitzpatrickbytes: add Reader
2012-02-15 Brad Fitzpatricknet/http: make strace test more robust
2012-02-14 Andrew Gerranddoc: grey out line numbers
2012-02-14 David Symondsbuild: create the correct $GOTOOLDIR.
2012-02-14 Robert Griesemergodoc: make godoc go work
2012-02-14 David Symondsbuild: fix sudo.bash.
2012-02-14 Russ Coxcmd/go: a raft of fixes
2012-02-14 Maxim Pimenovgc: fix comment in mkbuiltin
2012-02-14 Rémy Oudomphengruntime, time: accelerate tests in short mode.
2012-02-14 Rémy Oudomphengcgo: add support for returning errno with gccgo.
2012-02-14 Anthony Martinos: rename SyscallError.Errno to SyscallError.Err
2012-02-14 Russ Coxsyscall: linux Tgkill takes a Signal too
2012-02-14 Robert Griesemergo/doc: treat predeclared error interface like an expor...
2012-02-14 Mikio Haranet: prefer an IPv4 listen if no address given
2012-02-14 Shenghou Macmd/vet: give warning for construct 'Println(os.Stderr...
2012-02-14 Russ Coxtime: use "2006-01-02 15:04:05.999999999 -0700 MST...
2012-02-14 Adam Langleygo1.tmpl: fix merge
2012-02-14 Russ Coxbuilder: fix windows environment
2012-02-14 Russ Coxruntime: on 386, fix FP control word on all threads...
2012-02-14 Andrew Gerrandgo/doc, godoc: regard lone examples as "whole file...
2012-02-14 Russ Cox5g: fix memory corruption
2012-02-14 Brad Fitzpatricknet/http: more robust test
2012-02-14 Andrew Gerranddoc: update install.html for binary distros, add instal...
2012-02-14 Mikio Haranet: fix windows build
2012-02-14 Mikio Harasyscall: regenerate z-files for openbsd
2012-02-14 Russ Coxnet: avoid Shutdown during Close
2012-02-14 Ian Lance Taylornet: disable multicast test on Alpha GNU/Linux
2012-02-14 Russ Coxcmd/dist: exclude cov and prof from releases
2012-02-14 Daniel Krechcmd/go: go get scheme detection
2012-02-14 Russ CoxA+C: Daniel Krech (individual CLA)
2012-02-14 Russ Coxnet: disable TestDialTimeout on Windows
2012-02-14 Brad Fitzpatricknet/http: re-enable test
2012-02-14 Russ Coxruntime: use startpanic so that only one thread handles...
2012-02-14 Russ Coxruntime/debug: fix build
2012-02-14 Brad Fitzpatricknet/http: don't spin on temporary accept failure
2012-02-14 Russ Coxbuild: fix windows build
2012-02-14 Rob Piketesting: let runtime catch the panic.
2012-02-14 Andrew Gerrandgodoc: list examples in index
2012-02-14 Robert Griesemergo/parser: better error messages for missing commas
2012-02-14 Russ Coxbuild: set $PATH during make.bash
2012-02-14 Russ Coxcmd/dist: cross-compiling fixes
2012-02-14 Russ Coxnet/http: disable buggy test
2012-02-14 Alex Brainmanruntime, syscall, os/signal: fix windows build
2012-02-14 Mikio Harasyscall: update BSD variants to sync with new os/signal
2012-02-14 Brad Fitzpatricknet/http: fix client goroutine leak with persistent...
2012-02-14 Brad Fitzpatrickmime: unexport some internal details
2012-02-14 Nigel Taocmd/api: fix typo.
2012-02-14 Shenghou Mafix build for Linux/ARM.
2012-02-14 Andrew Gerranddoc: color comments
2012-02-13 Andrew Gerrandarchive/zip: hide Write method from *Writer type
2012-02-13 Andrew Gerrandruntime, syscall: fix freebsd-386 build
2012-02-13 Brad Fitzpatricknet/http: add a Linux-only sendfile test
2012-02-13 Andrew Gerrandruntime, syscall: fix freebsd build
2012-02-13 Russ Coxcmd/cgo: omit //line in -godefs, -cdefs output
2012-02-13 Russ Coxfix: add fix for crypto type change
2012-02-13 Russ Coxgc: delete old unsafe functions
2012-02-13 Robert Griesemergo/doc: don't lose exported consts/vars with unexported...
2012-02-13 Rob Piketext/template: drop reference to os.EPERM in the test
2012-02-13 Robert Griesemergo/printer, gofmt: don't indent line directives
2012-02-13 Shenghou Maexp/norm: fix typo
2012-02-13 Ian Lance Taylorspec: clarify implementation restrictions on untyped...
2012-02-13 Shenghou Maall: update 'gotest' to 'go test'
2012-02-13 Darren Elwood8a, 8l: add LFENCE, MFENCE, SFENCE
2012-02-13 Russ CoxA+C: Darren Elwood (individual CLA)
2012-02-13 Russ Coxos/signal: selective signal handling
2012-02-13 Adam Langleycrypto/...: more fixes for bug 2841
2012-02-13 Marcel van... exp/norm: merged charinfo and decomposition tables...
2012-02-13 Rob Pikespec: strings are more slices than arrays
2012-02-13 Andrew Gerrandgodoc: new design
2012-02-13 Andrew Gerrandmisc/dist: add binary distribution packaging script...
2012-02-13 Anthony Martingc, 8g, 8l: fix a handful of warnings
2012-02-13 Ian Lance Taylorsync/atomic: disable hammer pointer tests on wrong...
2012-02-13 Russ Coxstrconv: disable issue 2917 test
2012-02-13 Russ Coxsyscall: make linux Dup2 match other systems
2012-02-13 Russ Coxcmd/fix: warn about exp, old, deleted packages
2012-02-13 Hong Ruiqinet/http: use mtime < t+1s to check for unmodified
2012-02-13 Hong RuiqiA+C: Hong Ruiqi (individual CLA)
2012-02-13 Russ Coxtesting: use runtime/debug to format panics
2012-02-13 Russ Coxtesting: use runtime/debug to format panics
2012-02-13 Russ Coxruntime: delete Type and implementations (use reflect...
2012-02-13 Russ Coxnet: avoid TCP self-connect
2012-02-13 Russ Coxstrconv: add tests for issue 2917
2012-02-13 Rob Pikenet/http/pprof: link to blog post
2012-02-13 Russ Coxnet/http: fix http_proxy parsing
2012-02-13 Russ Coxcmd/go: respect test -timeout flag
2012-02-13 Russ Coxcmd/dist: encoding/gob is no longer required for cmd/go
next