index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
Commit message (
Expand
)
Author
Age
Files
Lines
*
exp/ssh: Add Start(cmd string) and Signal(sig string) to Session. Rename Exec...
Gustav Paul
2011-11-29
2
-10
/
+58
*
crypto/tls: add openbsd root certificate location
Joel Sing
2011-11-29
1
-0
/
+1
*
html: spin doctype.go out of parse.go.
Nigel Tao
2011-11-29
3
-147
/
+157
*
runtime: make sure windows/amd64 stack is 16-byte aligned on syscall entry (f...
Alex Brainman
2011-11-29
1
-1
/
+3
*
html: detect quirks mode
Andrew Balholm
2011-11-29
2
-10
/
+109
*
syscall: implement Syscall15
Alex Brainman
2011-11-29
4
-1
/
+39
*
math: update special-conditions comments to use ? symbol
Charles L. Dorian
2011-11-28
6
-16
/
+8
*
exp/ssh: move openChan to NewSession
Dave Cheney
2011-11-28
2
-36
/
+26
*
crypto/tls: don't rely on map iteration order.
Adam Langley
2011-11-28
4
-22
/
+33
*
text/template: address a couple of issues for html/template
Rob Pike
2011-11-28
2
-1
/
+21
*
strings: fix test output
Christopher Wedgwood
2011-11-28
1
-1
/
+1
*
bytes: fix test output
Christopher Wedgwood
2011-11-28
1
-1
/
+1
*
exp/ssh: add safeString error sanitiser
Dave Cheney
2011-11-28
2
-0
/
+39
*
exp/ssh: fix three shift bugs related to packet lengths
Dave Cheney
2011-11-28
2
-8
/
+8
*
http: fix sniffing bug causing short writes
Brad Fitzpatrick
2011-11-28
2
-1
/
+24
*
sql: add Tx.Stmt to use an existing prepared stmt in a transaction
Brad Fitzpatrick
2011-11-28
2
-20
/
+83
*
exp/ssh: fix misleading spelling mistake in comment
Gustav Paul
2011-11-28
1
-2
/
+2
*
filepath/path: fix Rel buffer sizing
Gustavo Niemeyer
2011-11-27
2
-1
/
+13
*
math: fix typo in Log1p comments
Charles L. Dorian
2011-11-27
1
-1
/
+2
*
html: parse <nobr> elements
Andrew Balholm
2011-11-28
2
-1
/
+8
*
math/big: use recursive subdivision for significant speedup
Michael T. Jones
2011-11-27
2
-160
/
+303
*
exp/ssh: messages now contain remote channel's id instead of local id
Gustav Paul
2011-11-27
3
-20
/
+16
*
html: ignore <head> tags in <head> element
Andrew Balholm
2011-11-27
2
-1
/
+4
*
text/template: rename the method Template.Template to Template.Lookup
Rob Pike
2011-11-26
2
-3
/
+3
*
os: fail if Open("") is called on windows
Alex Brainman
2011-11-26
2
-0
/
+11
*
exp/sql/driver: Correct package name in comment.
Benny Siegert
2011-11-25
1
-1
/
+1
*
time: fix timer stop
Dmitriy Vyukov
2011-11-25
2
-3
/
+26
*
html/template: fix documentation indent
Andrew Gerrand
2011-11-25
1
-6
/
+6
*
text/template: fix bug in Clone
Rob Pike
2011-11-24
2
-5
/
+18
*
strings: Add ContainsAny and ContainsRune to correspond to IndexAny etc.
Scott Lawrence
2011-11-23
2
-3
/
+63
*
text/template: new, simpler API
Rob Pike
2011-11-23
16
-724
/
+642
*
html: ingore newline at the start of a <pre> block
Andrew Balholm
2011-11-24
3
-1
/
+28
*
go/ast: trivial cleanup (remove superfluous string conversion)
Robert Griesemer
2011-11-23
1
-1
/
+1
*
html: parse DOCTYPE into name and public and system identifiers
Andrew Balholm
2011-11-24
3
-6
/
+129
*
go/printer, gofmt: more performance tweaks
Robert Griesemer
2011-11-23
1
-98
/
+99
*
fmt: don't check for nil when printing arrays as Go syntax.
R?my Oudompheng
2011-11-23
2
-3
/
+15
*
crypto/openpgp/packet: fix private key checksum
Adam Langley
2011-11-23
1
-7
/
+3
*
exp/ssh: add simple tcpip.go functional tests
Dave Cheney
2011-11-23
1
-0
/
+59
*
exp/ssh: remove unused forwarding methods in Server Listener
Dave Cheney
2011-11-23
1
-13
/
+3
*
go/printer: remove "written" result value - is never used
Robert Griesemer
2011-11-22
3
-9
/
+6
*
go/printer, gofmt: 20 to 30% faster gofmt
Robert Griesemer
2011-11-22
2
-80
/
+58
*
html: on EOF in a comment, ignore final dashes (up to 2)
Andrew Balholm
2011-11-23
3
-2
/
+26
*
encoding/xml: fix copy bug
Russ Cox
2011-11-22
2
-2
/
+5
*
allow direct conversion between string and named []byte, []rune
Russ Cox
2011-11-22
3
-70
/
+68
*
os: make ReadAt comment clearer
Russ Cox
2011-11-22
1
-2
/
+2
*
html: copy attributes from extra <html> tags to root element
Andrew Balholm
2011-11-22
2
-1
/
+5
*
html: ignore whitespace before <head> element
Andrew Balholm
2011-11-22
2
-4
/
+20
*
crypto/x509, crypto/tls: support PKCS#8 private keys.
Adam Langley
2011-11-21
4
-4
/
+78
*
bcrypt: Correct typo in package comment.
Benny Siegert
2011-11-21
1
-1
/
+1
*
json: speed up encoding, caching reflect calls
Brad Fitzpatrick
2011-11-21
1
-23
/
+66
[next]