]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2012-01-11 Adam Langleycrypto/openpgp: assorted cleanups
2012-01-11 Russ Coxcmd/go: kill test.out after 1 minute
2012-01-11 Shenghou Maruntime: runtime.usleep() bugfix on darwin/amd64 and...
2012-01-11 Andrew Gerrandbuilder: pass through TMPDIR env var, drop DISABLE_NET_...
2012-01-11 Russ Coxos: work around inlining bug (issue 2678)
2012-01-11 Russ Coxgo: rely on exit code to tell if test passed
2012-01-11 Russ Coxgc: enable inlining by default
2012-01-11 Alex Brainmannet: fix windows build
2012-01-11 Russ Coxruntime: make garbage collector faster by deleting...
2012-01-11 Robert Griesemergo/scanner: fix documentation
2012-01-11 Robert Griesemergo/ast: predeclared objects have the Universe/Unsafe...
2012-01-11 Mikio Harasyscall: fix windows build
2012-01-11 Nigel Taoimage: rename image.Tiled to image.Repeated.
2012-01-11 Mikio Haranet: add IP-level socket option helpers for Unix variants
2012-01-10 Brad FitzpatrickA+C: add Yoshiyuki Kanno (Individual CLA)
2012-01-10 Nigel Taohtml: propagate foreign namespaces only when adding...
2012-01-10 Maxim Pimenovruntime: fix typo in comment
2012-01-10 Brad Fitzpatrickexp/sql: close Rows on EOF
2012-01-10 Luuk van Dijkgc: test that asserts closures are not wrapped when...
2012-01-10 Luuk van Dijkgc: inlining fixes
2012-01-10 Russ Coxruntime: distinct panic message for call of nil func...
2012-01-10 Brad FitzpatrickA+C: add Shenghou Ma (Individual CLA)
2012-01-10 Dave Cheneyruntime: regenerate defs_darwin_{386,amd64}.h
2012-01-10 Maxim Pimenovgo: fix typo in comment
2012-01-10 Luuk van Dijkgc: Nicer errors before miscompiling.
2012-01-10 Luuk van Dijkgc: disallow declaration of variables outside package.
2012-01-10 Luuk van Dijkgc: fix stray %#N in error message
next