]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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.
2011-03-09 Brad Fitzpatrickhttp: change ResponseWriter.SetHeader(k,v) to Header...
2011-03-09 Lorenzo Stoakesgc: fix comments in go.h
2011-03-09 Russ Coxld: preserve symbol sizes during data layout
2011-03-09 David Andersonsyscall: implement Mount and Unmount for linux.
2011-03-09 David Andersonsyscall: implement Reboot for linux.
2011-03-09 Nigel Taocompress/lzw: benchmark a range of input sizes.
2011-03-09 Andrew Gerranddoc: update codelab wiki to fix template.Execute argume...
2011-03-09 Robert Griesemerbig: implemented custom Gob(En/De)coder for Int type
2011-03-08 Rob Pikegovet: handle '*' in print format strings.
2011-03-08 Anthony Martin5l, 8l: output missing section symbols
2011-03-08 Rob PikeFAQ: hello, world is now 1.1MB, down from 1.8MB
2011-03-08 Russ Cox5l, 6l, 8l: omit symbols for type, string, go.string
2011-03-08 Russ Coxnm: document -S flag
next