]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-03-18 Russ Coxbuild: diagnose Ubuntu's buggy copy of gold
2011-03-18 Ian Lance Taylornet: Use preallocated buffer for kqueue/kevent.
2011-03-18 Robert Griesemercgo: fix index-out-of-bounds bug
2011-03-18 Rob Pikerpc: keep free lists of Request and Response structures.
2011-03-18 Ian Lance Taylornet: Use preallocated buffer for epoll.
2011-03-18 Yasuhiro Matsumotogodoc: No need to use filepath.IsAbs()
2011-03-18 Yasuhiro Matsumotogodoc: fix path problem for windows.
2011-03-17 Ken Thompsonsinit.c: recursion in sinit
2011-03-17 Alex Brainmanfilepath: do not run TestEvalSymlinks on Windows
2011-03-17 Robert Griesemergo/parser: fix memory leak by making a copy of token...
2011-03-17 Rob Pikeflag: fix example in doc comment.
2011-03-17 Ian Lance Taylornet: Don't force epoll/kqueue to wake up in order to...
2011-03-17 Alex Brainmango/scanner: to interpret line comments with Windows...
2011-03-17 Caine Tigheos: remove fstat TODO
2011-03-17 Rob Pikegob: eliminate two more allocations in decode.
2011-03-17 Russ Coxtime: isolate syscall reference in sys.go
2011-03-17 Evan Shaw.hgignore: Ignore all goinstalled packages
2011-03-17 Andrew Gerranddoc: mention godoc in "implements" FAQ
2011-03-17 Andrew Gerrandpath/filepath: add EvalSymlinks function
2011-03-17 Andrew Gerranddoc: explain release and weekly tags in install.html
2011-03-17 Ian Lance Taylorsyscall: Permit non-blocking syscalls.
2011-03-17 Russ Coxgc: fix crash when using -u
2011-03-17 Rob Pikegob: remove a few more allocations.
2011-03-16 Yasuhiro Matsumotopath: work for windows.
2011-03-16 Andrew Gerrandgofix: httpserver - rewrite rw.SetHeader to rw.Header.Set
2011-03-16 Andrew Gerrandcodereview: permit CLs of the form weekly.DATE
2011-03-16 Brad Fitzpatrickhttp: add NewProxyClientConn
2011-03-16 Robert Griesemergo/ast: merge CaseClause and TypeCaseClause
2011-03-16 Alex Brainmango/scanner: use filepath
2011-03-16 Rob Piketesting: compile regexp only once
2011-03-16 Rob Piketesting: fix build
2011-03-16 Rob Piketesting: add -test.memprofile and -test.memprofilerate...
2011-03-16 Adam Langleycrypto/openpgp: add DSA signature support.
2011-03-16 Adam Langleycrypto/ecdsa: truncate hash values.
2011-03-16 Andrew Gerranddoc: fix line wrapping for release.html
2011-03-16 Andrew Gerrandtag weekly.2011-03-15
2011-03-16 Andrew Gerrandweekly.2011-03-15 weekly.2011-03-15
2011-03-16 Rob Pikegob: keep free lists of encoder and decoder states.
2011-03-16 Alex Brainmangofix: fix godoc doc
2011-03-16 Russ Coxgofix: fix procattr registration, tests
2011-03-16 Russ Coxgofix: procattr
2011-03-16 Robert Griesemergo/printer: output tuning for gofix
2011-03-16 Rob Pikegob: move benchmarks to a new timing_test.go file.
2011-03-15 Russ Coxdebug/proc: fix build
2011-03-15 Rob Pikerpc: add the ability to write out a memory profile...
2011-03-15 Rob Pikerpc: add benchmarks
2011-03-15 Evan Shawlib9, libmach: Change GOOS references to GOHOSTOS
2011-03-15 Roger Peppeos, syscall: add ProcAttr type. Change StartProcess...
2011-03-15 Russ Coxgofix: new command for updating code to new release
2011-03-15 Russ Coxgc: diagnose unused labels
2011-03-15 Russ Coxremove unused labels
2011-03-15 Russ Coxgofmt: simpler walkDir
2011-03-15 Russ Coxspec: disallow unused labels
2011-03-15 Brad Fitzpatrickhttptest: default the Recorder status code to 200 on...
2011-03-15 Brad Fitzpatrickopenpgp: add PublicKey KeyId string accessors
2011-03-15 Rob Pikerpc: add buffering to the encode path.
2011-03-14 Dave Cheneylibmach: correct string comparison to revive 6cov on...
2011-03-14 Russ Cox5l: fix build
2011-03-14 Russ Coxgc: include all dependencies in export metadata
2011-03-14 Robert Henckebuild: remove duplicate dependency in Make.cmd
2011-03-13 Dave Cheneycrypto/tls: fix compile error
2011-03-13 Brad Fitzpatrickioutil: add NopCloser
2011-03-12 Brad Fitzpatrickhttp: use Header.Del not empty Set(k, "")
2011-03-12 Rob Pikeruntime/proc.c: which to that
2011-03-12 Ian Lance Taylorruntime: reduce lock contention via wakeup on scheduler...
2011-03-12 Ian Lance Taylornet: don't loop to drain wakeup pipe.
2011-03-12 Rob Pikegob: use bufio on the decode to avoid a system call...
2011-03-12 Robert Griesemergotype: clean handling of stdin, added tests
2011-03-11 Robert Griesemergo/typechecker: fix build
2011-03-11 Robert Griesemergo/parser: first constant in a constant declaration...
2011-03-11 Russ Coxbuild: run gotest in misc/cgo/test
2011-03-11 Russ Coxruntime: split non-debugging malloc interface out of...
2011-03-11 Russ Coxgo code: replace closed(c) with x, ok := <-c
2011-03-11 Russ Coxgc, runtime: replace closed(c) with x, ok := <-c
2011-03-11 Russ Coxspec: remove closed from language, replaced by x, ok...
2011-03-11 Brad Fitzpatrickhttp: rename interface Transport to RoundTripper
2011-03-11 Robert Griesemergotype: commandline tool to typecheck go programs
2011-03-11 Brad Fitzpatrickhttp: fix transport crash when request URL is nil
2011-03-11 Russ Coxgopack: omit time stamps
2011-03-11 Andrew Gerrand.hgtags: s/release/weekly/
2011-03-11 Robert Griesemerio/ioutil: clean-up of ReadAll and ReadFile
2011-03-11 Robert Griesemergo/ast: fix printing of maps
2011-03-10 Robert Griesemergo/ast: ast.Print needs a file set to print position...
2011-03-10 Robert Griesemergofmt: remove -trace and -ast flags
2011-03-10 Rob Pikeflag: visit the flags in sorted order, for better messages.
2011-03-10 Brad Fitzpatrickhttp: run tests even with DISABLE_NET_TESTS=1
2011-03-10 Brad Fitzpatrickhttp: don't hit external network in client_test.go
2011-03-10 Brad Fitzpatrickhttp: move RemoteAddr & UsingTLS from ResponseWriter...
2011-03-10 Adam Langleycrypto/openpgp: s/serialise/serialize/
2011-03-10 Brad Fitzpatricktls: move PeerCertificates to ConnectionState
2011-03-10 Adam Langleycrypto/openpgp: bug fixes and fix misnamed function.
2011-03-10 Adam Langleycrypto/elliptic: add the N value of each curve.
2011-03-10 Adam Langleycrypto/ecdsa: add package.
2011-03-10 Rob Pikegob: turn two panics into errors because they can be...
2011-03-10 Rob Pikefmt: heaven forfend we export EOF = -1
2011-03-10 Rob PikeEffective Go: some small cleanups.
2011-03-09 Ian Lance Taylorsyslog: split Unix domain support from network support.
2011-03-09 Brad Fitzpatrickhttp: add Flusher type; remove Flush from ResponseWriter
2011-03-09 Rob Pikerpc: delete unused field from InvalidRequest struct.
2011-03-09 Roger Peppefmt: make ScanState.Token more general.
next