]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2012-01-16 Maxim Pimenovruntime: fix typo in comment
2012-01-16 Dmitriy Vyukovnet/http: fix data race in test
2012-01-16 Dmitriy Vyukovsync/atomic: fix data race in tests
2012-01-16 Dmitriy Vyukovexp/inotify: fix data race in linux tests
2012-01-16 Mikio Haranet: consistent log format in test
2012-01-16 David Crawshawimage/color: simplify documentation
2012-01-16 Jonathan Pittmanexp/ssh: add marshal functions for uint32 and uint64...
2012-01-16 Adam LangleyCONTRIBUTORS: add Johnathan Pittman
2012-01-15 Andrew Gerrandtag weekly.2012-01-15
2012-01-15 Andrew Gerrandweekly.2012-01-15 weekly.2012-01-15
2012-01-15 Adam Langleyexp/terminal: still trying to unbreak non-Linux builds.
2012-01-15 Adam Langleyexp/terminal: add to level Makefile for the (non-Linux...
2012-01-15 Adam Langleyexp/ssh: patching in the last change lost that a file...
2012-01-15 Adam Langleyexp/ssh: remove duplicated terminal code.
2012-01-15 Volker Doblerhttp: Allow cookies with negative Max-Age attribute...
2012-01-15 Mikio Haranet: platform-dependent default socket options
2012-01-14 Rob Pikego/doc: print only one newline between paragraphs
2012-01-14 Shenghou Madoc: fix comments referring to removed API funcs
2012-01-14 Rémy Oudomphenggc: do not compile switch on interface values into...
2012-01-14 Adam Langleyexp/terminal: add SetPrompt and handle large pastes.
2012-01-14 Adam Langleyexp/proxy: new package
2012-01-14 Mikio Haranet: make use of the kernel state to listen on TCP...
2012-01-14 Olivier Duperraycmd/gofmt: fix simplify.go by running gofmt on cmd...
2012-01-14 Scott Lawrencego/doc: remove duplicate package comment
2012-01-14 Olivier Duperraypkg/go/doc: fix undefined: doc.NewPackageDoc in headscan.go
2012-01-13 Brad Fitzpatrickexp/sql: add time.Time support
2012-01-13 Scott Lawrencego/ast: fix typo
2012-01-13 Brad Fitzpatrickexp/sql: fix statement leak
2012-01-13 Rémy Oudomphengstrconv: faster FormatFloat(x, *, -1, 64) using Grisu3...
2012-01-13 Rob Piketemplate: for range on a map, sort the keys if feasible.
2012-01-13 Mikio Harasrc: make use of runtime.GOOS, GOARCH instead of syscal...
2012-01-13 Rob Pikespec: change the wording regarding select statement...
2012-01-13 Brad Fitzpatrickbytes: make Write and WriteString code look the same
2012-01-13 Rob Piketime: delete unused buffer.WriteByte method
2012-01-13 Dmitriy Vyukovcmd/go: fix data race during build
2012-01-13 Robert Griesemergodoc: make ?m=src mode deterministic
2012-01-13 Gustavo Niemeyerxml: major Go 1 fixup
2012-01-13 Robert Griesemergodoc: fix missing name change
2012-01-13 Robert Griesemergo/doc: streamlined go/doc API
2012-01-13 Robert Griesemergo/doc: initial testing support
2012-01-13 Robert Griesemergo/doc: don't ignore anonymous non-exported fields
2012-01-13 Robert Griesemergo/parser: Remove unused Parse* functions. Simplified...
2012-01-13 Robert Griesemergo/ast: remove unnecessary result value from ast.Fprint...
2012-01-12 Russ Coxcmd/go: use relative paths in go fix, go fmt, go vet...
2012-01-12 Russ Coxcmd/go: handle path to cmd directory
2012-01-12 Russ Coxfix build
2012-01-12 Russ Coxcmd/go: handle cgo pkg-config pragmas
2012-01-12 Russ Coxcgo: write _cgo_export.h to object directory, not sourc...
2012-01-12 Brad Fitzpatrickbuild: don't use a fixed filename in temp
2012-01-12 Brad Fitzpatrickjson: better error messages when the ,string option...
next