]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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...
2012-01-17 Rob Piketext/template: fix nil error on redefinition
2012-01-17 Brad Fitzpatricknet/http/cgi: increase a flaky test timeout
2012-01-17 Rob Pikecmd/go: remove mentions of 'gotest' from the documentation
2012-01-17 Rob Pikecontainer/heap: better package documentation
2012-01-17 Brad Fitzpatrickmime: make FormatMediaType take full type for consistency
2012-01-17 Rob Pikefmt: enable and fix malloc test
2012-01-17 Brad Fitzpatrickexp/sql: copy when scanning into []byte by default
2012-01-17 Scott Lawrencedoc/docs: fix broken links
2012-01-17 Jongmin Kimdoc: I have modified the broken links.
2012-01-17 Shenghou Mabuildscripts: move to buildscript directory
2012-01-17 Luuk van Dijkgc: give esc.c's sink an orig so -mm diagnostics work...
2012-01-17 Luuk van Dijkgc: fix infinite recursion for embedded interfaces
2012-01-17 Dmitriy Vyukovold/netchan: fix data race on client hashmap
2012-01-17 Alex Brainmanpkg: add missing godoc comments to windows versions
2012-01-17 Alex Brainmango/build: no back slash in FindTree returned pkg name
2012-01-17 Gustavo Niemeyerexp/proxy: fix build after URL changes
2012-01-17 Gustavo Niemeyernet/url: cleaned up URL interface (v2)
2012-01-17 Mikio Haranet: fix unintentional error variable shadowing
2012-01-17 Shenghou Ma5l: remove redundant code
2012-01-16 Scott Lawrencemath/rand: document default initial seed for global...
2012-01-16 Scott Lawrencegc: don't fault on return outside function
2012-01-16 Russ Coxexp/terminal: fix build on non-Linux using Makefiles
2012-01-16 David Symondsdoc: fix anchor tag for latest weekly.
2012-01-16 Jeff Hodgesnet/http: send cookies in jar on redirect
2012-01-16 Shenghou Maruntime: implement runtime.usleep for FreeBSD/386 and...
2012-01-16 Christopher... exp/ssh: rename (some) fields
next