]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-11-23 Adam Langleycrypto/openpgp/packet: fix private key checksum
2011-11-23 Dave Cheneyexp/ssh: add simple tcpip.go functional tests
2011-11-23 Dave Cheneyexp/ssh: remove unused forwarding methods in Server...
2011-11-22 Robert Griesemergo/printer: remove "written" result value - is never...
2011-11-22 Robert Griesemergo/printer, gofmt: 20 to 30% faster gofmt
2011-11-22 Andrew Balholmhtml: on EOF in a comment, ignore final dashes (up...
2011-11-22 Andrew Gerranddashboard: new Go dashboard data structure design
2011-11-22 Rob Piketutorial: update go_tutorial.html
2011-11-22 Russ Coxencoding/xml: fix copy bug
2011-11-22 Russ Coxallow direct conversion between string and named [...
2011-11-22 Russ Coxos: make ReadAt comment clearer
2011-11-22 Dmitriy Vyukovcgo: add support for callbacks from dynamic libraries
2011-11-22 Andrew Balholmhtml: copy attributes from extra <html> tags to root...
2011-11-21 Andrew Balholmhtml: ignore whitespace before <head> element
2011-11-21 Andrew Gerrandgoinstall: support googlecode subrepos and add repo...
2011-11-21 Adam Langleycrypto/x509, crypto/tls: support PKCS#8 private keys.
2011-11-21 Benny Siegertbcrypt: Correct typo in package comment.
2011-11-21 Brad Fitzpatrickjson: speed up encoding, caching reflect calls
2011-11-21 Charles L.... math: faster Cbrt
2011-11-21 Lucio De Resyscall: fix for Plan 9 build
2011-11-21 Russ Coxgofix: test and fix missorted renames
2011-11-20 Brad Fitzpatricksql: more driver docs & tests; no functional changes
2011-11-20 Dave Cheneyexp/ssh: alter Session to match the exec.Cmd API
2011-11-20 Andrew Balholmhtml: refactor parse test infrastructure
2011-11-20 Nigel Taoexp/gui: delete exp/gui and exp/gui/x11. They are moving to
2011-11-19 Sébastien Paolaccisyscall: add SUSv3 RLIMIT/RUSAGE constants
2011-11-19 Robert Griesemergo/printer: cleanup more string/byte conversions
2011-11-19 Mikio HaraA+C: Sébastien Paolacci (individual CLA)
2011-11-19 Lucio De Relibmach: fix for Plan 9 build
2011-11-19 Robert Griesemergo/printer: remove gratuitous string/[]byte conversions
2011-11-19 Scott Lawrencemisc/osx: Add scripts to create OS X package and disk...
2011-11-18 Andrew Gerrandhtml/template: fix documentation formatting
2011-11-18 Lucio De Rehtml/template, net/http, websocket: fix import paths...
2011-11-18 Rémy Oudomphengcgo: document export of Go functions to C.
2011-11-18 Rob Piketemplate/parse: rename Set to Parse
2011-11-18 Adam Langleycrypto/x509: fix documentation typos
2011-11-18 David Crawshawcodereview: gofmt check for non-src/ files
2011-11-18 Andrew Gerrandtag weekly.2011-11-18
2011-11-18 Andrew Gerrandweekly.2011-11-18 weekly.2011-11-18
2011-11-18 Russ Coxcodereview: put message back in post-commit mails
2011-11-18 Lucio De Resyscall: fix env routines for Plan 9
2011-11-18 Russ Coxcodereview: undo last night's rollback
2011-11-18 John Beisleyexp/ssh: Add support for (most) of the ciphers from...
2011-11-18 Adam LangleyAdd huin@google.com to the CONTRIBUTORS
2011-11-18 Dmitriy Vyukovexp/terminal: fix Makefile formatting for deps.bash
2011-11-18 Andrew Gerrandundo CL 5395044 / d88e746d3785
2011-11-18 Rob Piketext/template: refactor set parsing
2011-11-18 Russ Coxcodereview: cleanup + basic tests
2011-11-18 Andrew Gerranddoc: link to Chinese translation of A Tour of Go
2011-11-18 Gustavo Niemeyerexp/terminal: fix build after os.Errno changes
2011-11-18 Anthony Martinruntime: add nanotime for Plan 9
2011-11-18 Gustavo Niemeyerhtml: fix doc after Err method name change
2011-11-18 Alex Brainmanmime: remove ".wav" from tests (to fix build)
2011-11-17 Joe Poiriermisc/windows packager development intermediate check-in
2011-11-17 Alex Brainmanmime: implement TypeByExtension for windows
2011-11-17 Robert Griesemergodoc: provide mode for flat (non-indented) directory...
2011-11-17 Joel Singos: re-enable hostname test on openbsd
2011-11-17 Joel Singsyscall: hostname/domainname fix for openbsd
2011-11-17 Joel Singsyscall: implement nametomib for openbsd.
2011-11-17 Andrew Balholmhtml: parse <isindex>
2011-11-17 Andrew Gerrandhttp: fix serving from CWD with http.ServeFile
2011-11-17 Alex Brainmanexp/ssh: change test listen address, also exit test...
2011-11-17 Russ Coxreflect: make Value an opaque struct
2011-11-16 Russ Coxgofmt: do not stop test.sh after 1 error
2011-11-16 Andrew Balholmhtml: parse </optgroup> and </option>
2011-11-16 Russ Coxexp/ssh: fix test?
2011-11-16 Russ Coxgo/printer: make //line formatting idempotent
2011-11-16 Lucio De Resyscall, os, time: fix Plan 9 build
2011-11-16 Christopher... exp/ssh: add to pkg Makefile
2011-11-16 Anthony Martingc: support for building with Plan 9 yacc
2011-11-16 Robert Griesemergo/ast: remove unused receiver names (cleanup)
2011-11-16 Lucio De Recov: fix for Plan 9 build
2011-11-16 Gustavo Niemeyernet/http: fix EOF handling on response body
2011-11-16 Brad Fitzpatrickfcgi: fix server capability discovery
2011-11-16 Rob Pikehtml/template: indirect top-level values before printing
2011-11-16 Dave Cheneyexp/ssh: fix unmarshal test
2011-11-16 Andrew Balholmhtml: parse <optgroup> tags
2011-11-16 Andrew Balholmhtml: parse <caption> elements
2011-11-16 Yasuhiro Matsumotoexp/sql: NumInput() allow -1 to ignore checking.
2011-11-15 Brad Fitzpatricksql: document that for drivers, io.EOF means no more...
2011-11-15 Mikio Haranet, syscall: add missing copyright notices
2011-11-15 Russ Coxos: fix comment per CL 5370091
2011-11-15 Russ Coxos: fix windows build
2011-11-15 Russ Coxencoding/json: make BenchmarkSkipValue more consistent
2011-11-15 Bobby Powersmisc/emacs: add delete builtin
2011-11-15 Russ Coxtesting: print test results to standard output
2011-11-15 Russ Coxmisc/benchcmp: benchmark comparison script
2011-11-15 Alex Brainmansyscall: make windows build again after d3963c0fca78...
2011-11-15 Russ Coxallow copy of struct containing unexported fields
2011-11-15 Russ Coxstrconv: make Ftoa faster
2011-11-15 Russ Coxruntime: avoid allocation for make([]T, 0)
2011-11-15 Russ Coxstrconv: add Ftoa benchmarks
2011-11-15 Russ Coxencoding/json: add marshal/unmarshal benchmark
2011-11-15 Mikio Haranet/http: fix build
2011-11-15 Andrew Balholmhtml: auto-close <p> elements when starting <form>...
2011-11-15 Mikio Haraxml: fix build
2011-11-15 Mikio Harago/build: fix build
2011-11-15 Andrew Balholmhtml: parse and render <plaintext> elements
2011-11-14 Robert Griesemermath/big: replace nat{} -> nat(nil)
2011-11-14 Brad Fitzpatrickcgi: make test code more readable
next