]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-04-12 Gustavo Niemeyeropenpgp: Fix improper := shadowing
2011-04-12 Nigel Taoimage/ycbcr: new package.
2011-04-12 Nigel Taonet: fix laddr typo in test code.
2011-04-11 Luuk van Dijkld: fix dwarf decoding of strings for struct's fieldnames
2011-04-11 Robert Henckehttp: fix incorrect prints found by govet
2011-04-11 Fazlul Shahriarsyscall: fix StartProcess in Plan 9
2011-04-11 Mikkel Krautzcrypto/x509: expose complete DER data
2011-04-11 Luit van Drongelenasn1: Implement correct marshalling of length octets
2011-04-11 Russ CoxA+C: Luit van Drongelen (individual CLA)
2011-04-11 Dave Cheneynet: disable multicast tests by default.
2011-04-10 David Symondsmisc/vim: update type highlighting for new reflect...
2011-04-10 Dmitry Chestnykharchive/zip: add new type ReadCloser, make OpenReader...
2011-04-09 Russ Coxld: 25% faster
2011-04-08 Robert Griesemergo/printer, gofmt: use blank to separate import rename...
2011-04-08 Adam Langleybig: don't crash when printing nil ints
2011-04-08 Russ Cox8g: optimize byte mov
2011-04-08 Russ Coxgc: fix weird error message
2011-04-08 Robert Henckeio: fixes for Read with n > 0, os.EOF
2011-04-08 Russ Coxbug327: document what's being tested
2011-04-08 Russ Coxld: fix arm build
2011-04-08 Russ Coxhttp: do not listen on 0.0.0.0 during test
2011-04-08 Russ Coxcodereview: automatically port old diffs forward
2011-04-08 Rob Pikegotest: Fix fix for \r\n on windows.
2011-04-08 Russ Coxupdate go tree for reflect changes
2011-04-08 Russ Coxgofix: reflect changes
2011-04-08 Russ Coxgofix: add -diff, various fixes and helpers
2011-04-08 Russ Coxreflect: new Type and Value definitions
2011-04-08 Russ Coxgofix: be more conservative about rewrite to os.Create
2011-04-08 Alex Brainmangotest: handle \r\n returned by gomake on Windows ...
2011-04-08 Robert Griesemergo/types: fix build: use the right compiler to compile...
2011-04-08 Robert Griesemergotype: use go/types GcImporter
2011-04-08 Robert Griesemergo/types: New Go type hierarchy implementation for...
2011-04-08 Robert Griesemerscanner: better TokenString output
2011-04-08 John DeNeroA codewalk through a simple program that illustrates...
2011-04-08 Alex Brainmantest/bench: enable build and test on Windows
2011-04-08 Alex Brainmanmisc/cgo/life: enable build and test on Windows
2011-04-08 Alex Brainmansyscall: fix Windows Signalled
2011-04-07 Russ Coxgc: bug327
2011-04-07 Russ Coxsyscall: fix freebsd/386 again
2011-04-07 Russ Coxsyscall: freebsd/386 Syscall9 (fix build)
2011-04-07 Mikio Harasyscall: fix build
2011-04-07 Mikkel Krautzld: fix Mach-O X86_64_RELOC_SIGNED relocations
2011-04-07 Mikkel Krautzld: fix Mach-O bss bug
2011-04-07 Russ Coxcodereview: fix clpatch
2011-04-07 Russ Coxcodereview: drop Author: line on self-clpatch
2011-04-07 Dave Cheneysyscall: fix typo in mmap comment
2011-04-07 Russ Coxcodereview: recognize code URL without trailing slash
2011-04-06 Russ Coxsyscall: add Mmap, Munmap on Linux, FreeBSD, OS X
2011-04-06 Albert Strasheimsyscall: Add DT_* and MADV_* constants on Linux.
2011-04-06 Russ Coxos, syscall: refactor Unix directory parsing
2011-04-06 Rob Pikeexec: add a little package commentary explaining its
2011-04-06 Russ Coxfix build (sorry)
2011-04-06 Russ Coxsrc/pkg/Makefile: trim per-directory make output except...
2011-04-06 Rob Pikelog: generalize getting and setting flags and prefix.
2011-04-06 Adam Langleycrypto/rsa: add 3-prime support.
2011-04-06 Adam Langleycrypto/rsa: flip the CRT code over so that it matches...
2011-04-06 Alex Brainmanpkg/path: enable tests on Windows
2011-04-06 Andrew Gerrandhttp: allow override of Content-Type for ServeFile
2011-04-05 Adam Langleycrypto/rsa: add support for precomputing CRT values.
2011-04-05 Dmitry Chestnykhcrypto/ecdsa, crypto/rsa: use io.ReadFull to read from...
2011-04-05 Russ CoxA+C: Dmitry Chestnykh (individual CLA)
2011-04-05 Rob Pikegotest: fix windows build.
2011-04-05 Rob Pikeroadmap: add sections on tools, packages.
2011-04-05 Rob Pikegotest: fix a bug in error handling.
2011-04-05 Adam Langleycrypto/des: cleanups
2011-04-05 Adam Langleycrypto/block: remove deprecated package.
2011-04-05 Peter Mundygotest: fixes for [^.]_test file pattern
2011-04-05 Rob Pikespec: add parens missing from "protect" example.
2011-04-05 Russ Coxgofix: don't rewrite O_APPEND opens
2011-04-05 Yasuhiro Matsumotocrypto/des: new package providing implementations of...
2011-04-05 Rob Pikeos: fix windows build
2011-04-05 Rob Pikeos: New Open API.
2011-04-05 Andrew Gerrandtag weekly.2011-04-04
2011-04-05 Andrew Gerrandweekly.2011-04-04 weekly.2011-04-04
2011-04-05 Brad Fitzpatrickhttp: ignore Transfer-Encoding on HEAD responses
2011-04-05 Brad Fitzpatrickhttp: fix Transport connection re-use race
2011-04-05 Mikio Haranet: fix typo
2011-04-05 Gustavo Niemeyerfilepath: new Abs function
2011-04-04 Brad Fitzpatrickhttp: fix hanging bug with HEAD responses
2011-04-04 Brad Fitzpatrickos: add Seek whence constants
2011-04-04 Russ Coxgotest: fix build
2011-04-04 Rob Pikepath/filepath.Glob: add an error return.
2011-04-04 Evan Shawbufio: Write and WriteString cleanup
2011-04-04 Matt Joneshttp: use upper case hex in URL escaping
2011-04-04 Russ CoxCONTRIBUTORS: add Matt Jones (Google CLA)
2011-04-04 Russ Coxcodereview: only retry on HTTP 500 error
2011-04-04 Albert Strasheimos: Fix MkdirAll("/thisdoesnotexist").
2011-04-04 Mikio Harasyscall: add BPF support for freebsd/386, freebsd/amd64
2011-04-04 Brad Fitzpatrickhttptest: add NewTLSServer
2011-04-04 Brad Fitzpatrickhttp: make triv.go example compile again
2011-04-04 Andrew Gerrandversion.bash: strip changeset hash from 'hg tags' output
2011-04-03 Andrey Mirtchovskipath/filepath: add support for plan9
2011-04-03 Andrey Mirtchovskios: add a few missing plan9 errors
2011-04-03 Ian Lance TaylorMake.pkg: increase test timeout to 120 seconds.
2011-04-02 Yuval Pavel... os: Plan 9 support.
2011-04-02 Yuval Pavel... R=rsc, brainman, ality, r2, r
2011-04-02 Robert Griesemergo/parser: package name must not be the blank identifier
2011-04-02 Evan Shawsyscall: make Rawsyscall6 pass 6th arg on linux/386
2011-04-02 Russ Coxgc: avoid saying same error 3 times
2011-04-02 Evan Shawsyscall: make Syscall6 pass 6th arg on linux/386
next