]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2011-03-08 Gustavo NiemeyerMake.cmd: also clean _test*
2011-03-08 Brad Fitzpatrickstrings: better benchmark names; add BenchmarkIndex
2011-03-08 Brad Fitzpatrickstrings: add IndexRune tests, ASCII fast path
2011-03-08 Peter Mundytime: fix Time.ZoneOffset documentation
2011-03-08 Luuk van Dijk6l,8l: fix gdb crash.
2011-03-08 Robert Henckecodereview.py: do not suggest hg change -d if current...
2011-03-08 Brad Fitzpatrickcgi: child support (e.g. Go CGI under Apache)
2011-03-08 Rob Pikegob: finish up GobEncoder/Decoder by providing indirection
2011-03-08 Robert Henckeflag: failf documentation nit
2011-03-08 Andrew Gerrandhttp: add test for recently fixed HTTP/1.0 keep-alive...
2011-03-08 Ross Lightmisc/vim: Add indent script for Vim
2011-03-08 Robert Henckeflag: replace fail with failf
2011-03-08 Russ Coxgc: fix handling of return values named _
2011-03-08 Robert Griesemergo spec: clarify return statement rules
2011-03-07 Ian Lance Taylornet: fix test for Solaris: gopher and http are not...
2011-03-07 Ian Lance Tayloros: adjust test: /bin is a symlink, not a directory...
2011-03-07 Ian Lance Taylorruntime: remove unused declarations from mgc0.c.
2011-03-07 Russ Coxgc: unsafe.Pointer is not a pointer
2011-03-07 Rob Pikegob: support GobEncoder for type T when the receiver...
2011-03-07 Brad Fitzpatrickhttp: change Hijacker to return a net.Conn
2011-03-07 Russ Coxhttp: fix cookie_test
2011-03-07 Robert Griesemergo/ast, go/parser: populate identifier scopes at parse...
2011-03-07 Robert Griesemermisc/dashboard/builder/doc.go: gofmt it
2011-03-07 Gustavo Niemeyergoinstall: handle .c files with gc when cgo isn't used
next