]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-04-20 Russ Coxrun.bash: remove redundant rebuilds
2011-04-20 Rob Pikegob: have errorf always prefix the message with "gob: "
2011-04-20 Russ Coxnet: fix windows build
2011-04-20 Rob Pikegob: use new Implements and AssignableTo methods in...
2011-04-20 Brad Fitzpatrickhttp: don't proxy loopback addresses
2011-04-20 Russ Coxld: remove MachoLoad limit
2011-04-20 Russ Coxreflect: add Type.Implements, Type.AssignableTo, Value...
2011-04-20 Russ Coxgc: fix error for +string
2011-04-20 Russ Coxnet: use C library resolver on FreeBSD, Linux, OS X...
2011-04-20 Russ Coxreflect: update CanAddr, CanSet documentation
2011-04-20 Robert Griesemergofix, gofmt: update documentation
2011-04-20 David Crawshawgofmt: add -diff
2011-04-20 Andrew Gerrandgoinstall: support building executable commands
2011-04-19 Nigel Taosrc/pkg: make package doc comments consistently start...
2011-04-19 Robert Griesemergo spec: attempt at clarifying language for "append"
2011-04-19 Rob Pikegob: fix trivial bug in map marshaling.
2011-04-19 Russ CoxCONTRIBUTORS: add David Crawshaw (Google CLA)
2011-04-19 Adam Langleycrypto/openpgp: better handling of keyrings.
2011-04-19 Adam Langleycrypto/x509: fix build
2011-04-19 Adam Langleycrypto: move certificate verification into x509.
2011-04-19 Nigel Taoimage/jpeg: add an encoder.
2011-04-19 Russ Coxreflect: allow Slice of arrays
2011-04-18 Russ Cox5c: make alignment rules match 5g, just like 6c matches 6g
2011-04-18 Russ Coxhttp: fix IP confusion in TestServerTimeouts
2011-04-18 Russ Coxchanges for more restricted reflect.SetValue
2011-04-18 Russ Coxreflect: more efficient; cannot Set result of NewValue...
2011-04-18 Brad Fitzpatrickmime: add a TODO, fix the format of an error
2011-04-18 Brad Fitzpatrickmime: RFC 2231 continuation / non-ASCII support
2011-04-18 Rob Piketutorial: modernize the definition and use of Open.
2011-04-18 Russ Coxgc: fix complex move again
2011-04-18 Rob Piketest/bench: update timings; moving to new machine.
2011-04-18 Quan Yong Zhainet: fix dialgoogle_test.go
2011-04-18 Nigel TaoCONTRIBUTORS: Raph Levien (Google CLA)
2011-04-17 Russ Coxruntime: fix arm5 softfloat
2011-04-17 Russ Coxcodereview: add 'hg undo' command
2011-04-17 Dave Cheneywebsocket: fix socket leak in test
2011-04-16 Dmitry Chestnykhmisc/goplay: fix Tab and Shift+Enter in Firefox.
2011-04-15 Brad Fitzpatrickmime: bunch more tests, few minor parsing fixes
2011-04-15 Russ Coxundo 4439044
2011-04-15 Ross Lightcompress/zlib: add FDICT flag in Reader/Writer
2011-04-15 Russ Coxgc: fix complex move bug
2011-04-15 Russ Coxgc: print of unsafe.Pointer
2011-04-15 Ian Lance Taylor5g: correct size of reg array.
2011-04-15 Brad Fitzpatrickhttp: handler timeout support
2011-04-15 Dmitry Chestnykhgodoc: use "search" input type for search box.
2011-04-15 Rob Pike6l: fix another "set and not used".
2011-04-15 Russ Coxnet: disable one more external network test
2011-04-15 Brad Fitzpatrickjson: keep track of error offset in SyntaxError
2011-04-15 Brad Fitzpatrickhttp: reverse proxy handler
2011-04-15 Russ Coxgc: printing of multiple assignment
2011-04-15 Ian Lance Taylorgob: when decoding a string, allocate a string, not...
2011-04-15 Lorenzo Stoakesmake: prevent rm provoking 'text file busy' errors.
2011-04-15 Russ Coxbuild: remove DISABLE_NET_TESTS
2011-04-15 David Symondsexpvar: add Func for functions that return values that...
2011-04-15 Russ Coxos: turn EPIPE exit into panic
2011-04-15 Dave Cheneylibmach: fix warnings.
2011-04-15 Quan Yong Zhainet: fix ParseIP
2011-04-15 Russ CoxA+C: Quan Yong Zhai (individual CLA)
2011-04-15 Brad Fitzpatrickhttp: add NewRequest helper
2011-04-15 Russ Coxgopack: fix prefix bug
2011-04-15 Dave Cheneygobuilder: respect MAKEFLAGS if provided
2011-04-15 Andrew Gerrandgobuilder: permit builders of the form goos-goarch-foo
2011-04-15 Rob Pikegob: fix handling of indirect receivers for GobDecoders.
2011-04-15 Ian Lance Taylorgob: test case for indirection to large field.
2011-04-15 Robert Griesemergofmt: exclude test case that doesn't compile w/o errors
2011-04-14 Robert Griesemergofmt: gofmt test harness bug fix
2011-04-14 Petar Maymounkovhttp: don't quote Set-Cookie Domain and Path
2011-04-14 Robert Griesemergofmt: don't crash when rewriting nil interfaces in...
2011-04-14 Brad Fitzpatrickhttp: be clear when failing to connect to a proxy
2011-04-14 Rob Pikefor GCC4.6: fix a bunch of set-and-not-used errors.
2011-04-14 Lucio De Repkg/runtime/plan9: Warning remediation, for Plan 9...
2011-04-14 Brad Fitzpatrickgotest: generate gofmt-compliant code
2011-04-14 Adam Langleycrypto/tls: add server-side OCSP stapling support.
2011-04-14 Brad Fitzpatrickhttp: consume request bodies before replying
2011-04-14 Brad Fitzpatrickhttp: fix race in transport_test
2011-04-14 Russ Coxgotest: add timing, respect $GOARCH
2011-04-14 Russ Coxld: defend against some broken object files
2011-04-14 Russ Coxcompress/flate: dictionary support
2011-04-14 Russ Coxgc: fix use of typekind array in error messages
2011-04-14 Luuk van Dijkruntime: fix gdb support for channels.
2011-04-14 Dave Cheneyruntime: fix set and not used in chan.c
2011-04-14 Rob Pikelib9/create.c: delete unused variable
2011-04-14 Andrew Gerrandtag weekly.2011-04-13
2011-04-14 Andrew Gerrandweekly.2011-04-13 weekly.2011-04-13
2011-04-14 Russ Coxruntime: drop chan circular linked list in favor of...
2011-04-14 Russ Coxpkg: manual cleanup of some gofixed code
2011-04-14 Russ Coxgc: fix func syntax error
2011-04-14 Corey Thomassonnet: sort records returned by LookupMX
2011-04-14 Andrew Gerranddoc/install.html: document use of libc6-dev-i386
2011-04-13 Rob Pikegovet: make name-matching for printf etc. case-insensitive.
2011-04-13 Nigel Taoimage: allow "?" wildcards when registering image formats.
2011-04-13 Robert Griesemergofmt: gofmt -s -w src misc
2011-04-13 Rob Pikelibmach: fix the windows build.
2011-04-13 Robert Griesemerfix build: disable gofmt test script, enable gotest...
2011-04-13 Brad Fitzpatrickhttp: flesh out server Expect handling + tests
2011-04-13 Robert Griesemergofmt: add test framework in Go
2011-04-13 Robert Griesemergofmt: minor refactor to permit easy testing
2011-04-13 Russ Coxreflect: inline method implementations
2011-04-13 Rob Pikegofix: fix embarrassing typo in osopen.go
2011-04-13 Russ Coxlibmach: fix freebsd compiler errors
next