]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2011-04-13 Russ Coxbuild: tidy intermediate files during build
2011-04-13 Russ Coxbuild: use gcc -Werror
2011-04-13 Russ Coxos/inotify: use _test for test files, not _obj
2011-04-13 Adam Langleybufio: add ReadLine
2011-04-13 Brad Fitzpatrickio: clarify that ReadAt shouldn't move the seek offset
2011-04-13 Robert Griesemergofmt: avoid endless loops
2011-04-13 Robert Griesemergo/ast: fixed bug in NotNilFilter, added test
2011-04-13 Andrew Gerrandbuilder: fix documentation s/\.gobuilder/.gobuildkey/
2011-04-13 Dmitry Chestnykhmisc/vim: add plugin with Fmt command.
2011-04-13 David Symondsarchive/tar: fix example's handling of os.EOF.
2011-04-13 Gustavo Niemeyergodashboard: Show packages at launchpad.net
2011-04-12 Fazlul Shahriaros: fix Readdir in Plan 9
2011-04-12 Lucio De Re8l: correct Plan 9 compiler warnings
2011-04-12 Rob Pikefmt: allow %U for unsigned integers.
2011-04-12 Lucio De Reld: ELF header function declarations.
2011-04-12 Rob PikeC+A: Add Lucio De Re
2011-04-12 Brad Fitzpatrickhttp: client gzip support
2011-04-12 Gustavo Niemeyeropenpgp: Fix improper := shadowing
2011-04-12 Nigel Taoimage/ycbcr: new package.
2011-04-12 Nigel Taonet: fix laddr typo in test code.
2011-04-11 Luuk van Dijkld: fix dwarf decoding of strings for struct's fieldnames
2011-04-11 Robert Henckehttp: fix incorrect prints found by govet
2011-04-11 Fazlul Shahriarsyscall: fix StartProcess in Plan 9
2011-04-11 Mikkel Krautzcrypto/x509: expose complete DER data
2011-04-11 Luit van Drongelenasn1: Implement correct marshalling of length octets
2011-04-11 Russ CoxA+C: Luit van Drongelen (individual CLA)
2011-04-11 Dave Cheneynet: disable multicast tests by default.
2011-04-10 David Symondsmisc/vim: update type highlighting for new reflect...
2011-04-10 Dmitry Chestnykharchive/zip: add new type ReadCloser, make OpenReader...
2011-04-09 Russ Coxld: 25% faster
2011-04-08 Robert Griesemergo/printer, gofmt: use blank to separate import rename...
2011-04-08 Adam Langleybig: don't crash when printing nil ints
2011-04-08 Russ Cox8g: optimize byte mov
next