]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-01-22 Robert Griesemerbytes.Buffer: remove dead code, complete documentation
2012-01-21 Rob Pikebytes.Buffer: restore panic on out-of-memory
2012-01-21 Ivan Krasincompress/flate: fix a typo, improve compression rate...
2012-01-21 Mikio Haranet: Dial, ListenPacket with "ip:protocol" network...
2012-01-21 David Symondsgc: test case for recursive interface bug.
2012-01-21 Russ Coxcmd/go: every test imports regexp
2012-01-21 Ivan Krasincompress/flate: make lazy matching work.
2012-01-21 Anthony Martinos: fix Plan 9 build after more FileMode changes
2012-01-20 Robert Griesemerbytes: simplified logic
2012-01-20 Rob Pikedoc/go1: flag, runtime, testing
2012-01-20 Stefan Nilssondoc: fix typo in Go for C++ programmers
2012-01-20 Rob Pikedoc/go1: rearrange a bit, sort the packages
2012-01-20 Russ Coxgc: undo most of 'fix infinite recursion for embedded...
2012-01-20 Rob Pikebytes.Buffer: turn buffer size overflows into errors
2012-01-20 Robert Griesemerencoding/varint: deleted WriteXvarint
2012-01-20 Robert Griesemerdoc/go1.html: fix broken links
2012-01-20 Shenghou Mago run: correctly handle -n and -x flags
2012-01-20 Jeff R. Allengc: do not try to add a key with incorrect type to...
2012-01-20 Shenghou Malibmach: cross compiling support
2012-01-20 Russ CoxA+C: Berengar Lehr (individual CLA)
2012-01-20 Scott Lawrencego/ast: respect ImportSpec.EndPos
2012-01-20 Russ Coxgo/doc: avoid the name 'a.out' in the testdata
2012-01-20 Rob Pikegoyacc: fix indexing bug when yydebug >= 2
2012-01-20 Shenghou Mamisc/xcode/go.xclangspec: fix typo
2012-01-20 Dmitriy Vyukovruntime: add type algorithms for zero-sized types
2012-01-20 Nigel Taotag weekly.2012-01-20
2012-01-20 Nigel Taoweekly.2012-01-20 weekly.2012-01-20
2012-01-20 Mikio Haranet: fix linux build
2012-01-20 Alex Brainmanmisc/cgo/test: make tests run on windows
2012-01-20 Brad Fitzpatrickdatabase/sql: move from exp/sql
2012-01-19 Gustavo Niemeyerhtml/template: fix docs after API changes
2012-01-19 Brad Fitzpatrickos: use FileMode instead of uint32 in various functions
2012-01-19 Nigel Taoimage: change the YCbCr image's pixel buffers to start...
2012-01-19 Mikio Haranet: fix windows build
2012-01-19 Mikio Haranet: fix broken setDefaultSockopts
2012-01-19 Luit van Drongelencrypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and...
2012-01-19 David Symondsgc: don't emit pkgpath for error type.
2012-01-19 Brad Fitzpatricknet/http: log handler panic before closing HTTP connection
2012-01-19 Gustavo Niemeyeros/exec: trivial allocation removal in LookPath
2012-01-19 Gustavo Niemeyerencoding/xml: marshal/unmarshal xml.Name in field
2012-01-19 Shenghou Madoc: update out-of-date comments about runtime/cgo
2012-01-19 Robert Griesemergo/parser: expressions may have comments
2012-01-19 Rob Piketext/template/parse: use human error prints
2012-01-19 Dave Cheneyruntime: madvise and SysUnused for Darwin
2012-01-19 Andrew Gerrandgodoc: support canonical Paths in HTML metadata
2012-01-19 Evan Shawos: add ModeSticky
2012-01-19 Shenghou Matesting: do not recover example's panic
2012-01-19 Olivier Duperraypkg: Add & fix Copyright of "hand generated" files
2012-01-19 Brad Fitzpatrickexp/sql: rename NullableString to NullString and allow...
2012-01-19 Robert Griesemergo/doc, godoc: don't shadow receiver
2012-01-19 Christoph Hacknet/http: the documentation should call NewRequest...
2012-01-19 Adam Langleycrypto/x509: remove explicit uses of rsa.
2012-01-19 Adam Langleycrypto/elliptic: add constant-time P224.
2012-01-19 Dmitriy Vyukovmath/rand: decrease test duration in short mode
2012-01-19 Andrew Gerrandgodoc: add anchors to cmd documentation headings
2012-01-19 Nigel Taohtml: in foreign content, check for HTML integration...
2012-01-19 Mikio Haraencoding/json: fix comments, tweak tests for tag names
2012-01-19 Russ Coxregexp: add SubexpNames
2012-01-19 Mikio Harasyscall: fix plan9 build
2012-01-19 Andrew Gerrandgodoc: remove "need more packages?" link
2012-01-19 Stefan Nilssondoc/codewalk: update urlpoll to use time.Duration.
2012-01-19 Andrew GerrandA+C: add Stefan Nilsson's gmail account
2012-01-19 Robert Griesemergo/doc: collect imports
2012-01-19 Brad Fitzpatrickcmd/go: skip _obj directories in package scans
2012-01-19 Mikio Haranet: fix plan9 build
2012-01-19 Mikio Haranet: fix comments
2012-01-19 Brad Fitzpatricknet/http: update the Client docs a bit
2012-01-19 Brad Fitzpatricksyscall: add Unix method to TimeSpec, TimeVal
2012-01-19 Brad Fitzpatrickencoding/json: allow / and % in tag names
2012-01-19 Sanjay Menakurupath: added examples
2012-01-19 Nigel Taoimage: add PixOffset methods; use them in image/draw...
2012-01-19 Brad Fitzpatricknet: use NewTimer, not NewTicker, in fd_windows.go
2012-01-19 Andrew Gerrandgodoc: specify HTML page metadata with a JSON blob
2012-01-19 Brad Fitzpatricknet: change SetTimeout to SetDeadline
2012-01-19 Ian Lance Taylortest: split golden.out into expected output per test
2012-01-18 Robert Griesemerfix windows build: always use / in filenames of go...
2012-01-18 Robert Griesemerdoc/go1.*: documented changes to go/* package tree
2012-01-18 Benny Siegertimage/color: rename modelYCbCr to yCbCrModel.
2012-01-18 Ian Lance Taylortest: change several tests to not print
2012-01-18 Robert Griesemergo/doc: rewrote and completed test framework
2012-01-18 Robert Griesemergo/token: replaced Files() with Iterate()
2012-01-18 Ian Lance Taylortest: gofmt a few tests
2012-01-18 Sameer Ajmanitime: add Since, which returns the time elapsed since...
2012-01-18 Adam Langleyexp/ssh: handle versions with just '\n'
2012-01-18 Shenghou Macrypto/tls: add FreeBSD root certificate location
2012-01-18 Olivier Duperraypkg/bytes: add the usual copyright notice to example_te...
2012-01-18 Olivier Duperraygo/scanner: fix example
2012-01-18 Luuk van Dijkgc: fieldnames in structliterals in exported inlines...
2012-01-18 Russ Coxdoc/go1.html: add notes about hash.Hash
2012-01-18 Luit van Drongelencrypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512
2012-01-18 Luuk van Dijkgc: handle printing of string/arrayrune conversions
2012-01-18 Alex Brainmanos: remove old note about NewSyscallError being special
2012-01-18 Ian Lance Taylortest: match gccgo error messages for bug345
2012-01-18 Ian Lance Taylortest: fix bug364 to actually run
2012-01-18 David Symondsencoding/json: document angle bracket escaping.
2012-01-17 Nigel Taoimage: fix typo in Rectangle.Sub comment.
2012-01-17 Rob Pikefmt: fix Malloc test
2012-01-17 Rob Pikeutf8.String: move to exp/utf8string.String
2012-01-17 Rob Piketesting: document examples
2012-01-17 David Symondsnet/http: change test to use override param instead...
next