]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2012-01-12 Russ Coxgo/build: pass CgoLDFLAGS at end of link command
2012-01-12 Brad Fitzpatricknet/http: don't ignore Request.Write's Flush error
2012-01-12 Rémy Oudomphengstrconv: implement fast path for rounding already short...
2012-01-12 Russ Coxgo/doc: move CommentText to ast.CommentGroup's Text...
2012-01-12 Russ Coxstrconv: fix round up corner case
2012-01-12 Brad Fitzpatricksql: fix potential corruption in QueryRow.Scan into...
2012-01-12 Russ Coxdashboard: add deployment comment to app.yaml
2012-01-12 Russ Coxgo/build: allow colon in #cgo flags
2012-01-12 Rob Pikedashboard: use build.golang.org as the domain
2012-01-12 Russ Coxld: parse but do not implement -X flag
2012-01-12 Russ Coxtesting: fix defer race
2012-01-12 Russ Coxcmd/go: fix linker arguments
2012-01-12 Dmitriy Vyukoveffective_go: provide reference to runtime.NumCPU()
2012-01-12 Shenghou Madoc: trivial comment typo fix
2012-01-12 Shenghou Magoyacc: fix units.y build breakage
2012-01-12 Rémy Oudomphenggc: avoid false positives when using scalar struct...
2012-01-12 Andrew Gerrandnet/textproto: always copy the data from bufio to avoid...
2012-01-12 Russ Coxruntime: delete duplicate implementation of pcln walker
2012-01-12 Russ Coxgc: inlining bug
2012-01-11 Mike Samuelhtml/template: reenable testcases and fix mis-escaped...
2012-01-11 Russ Coxgc: fix inlining bug
2012-01-11 Robert Griesemergo/scanner: 17% faster scanning
2012-01-11 Andrew Gerranddoc: update "How to Write Go Code" to use the go tool
2012-01-11 Olivier Duperraymisc/dashboard/builder: fix comment in http.go
2012-01-11 Russ Coxgc: fix inlining bug
2012-01-11 Russ Coxcmd/go: change deadline to 10 minutes
2012-01-11 Luuk van Dijkgc: export nil literals without inferred type.
2012-01-11 Robert Griesemergo test: align "no test files" message
2012-01-11 Robert Griesemergo/scanner: remove (exported) InsertSemis mode
2012-01-11 Dmitriy Vyukovcmd/go: fix test documentation
2012-01-11 Robert Griesemergo/printer: don't crash if AST contains BadXXX nodes
2012-01-11 Adam LangleyMakefile: update openpgp/error -> openpgp/errors
next