]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2011-03-07 Russ Coxrpc: clean up dregs from June 2010
2011-03-07 Gustavo Niemeyergoinstall: handle .s files with gc
2011-03-07 Petar Maymounkovhttp: adapt Cookie code to follow IETF draft
2011-03-07 Russ Coxruntime: fix windows/386 build
2011-03-07 Russ Coxgoinstall: fix build
2011-03-07 Pascal S. de... hash: new FNV-1a implementation
2011-03-07 Gustavo Niemeyergoinstall: handle $(GOOS) and $(GOARCH) in filenames
2011-03-07 Russ Coxruntime: scheduler, cgo reorganization
2011-03-07 Russ Coxio: reimplement Pipe
2011-03-07 Robert Henckerpc: use httptest.Server for tests
2011-03-07 Andrew Gerrandtag release.2011-03-07.1
2011-03-07 Andrew Gerrandrelease.2011-03-07.1 release.r56 weekly.2011-03-07.1
2011-03-07 Russ Coxhttp: close after responding to HTTP/1.0 request withou...
2011-03-07 Alex Brainmandoc/codelab/wiki: include into windows build
2011-03-07 Russ Coxhttp: use Header type consistently
2011-03-07 Andrew Gerranddoc: amend release.2011-03-07 notes to mention reflect...
2011-03-07 Brad Fitzpatrickhttp: add Hijacker type; remove Hijack from ResponseWriter
2011-03-07 Andrew Gerrandtag release.2011-03-07
2011-03-07 Andrew Gerrandrelease.2011-03-07 weekly.2011-03-07
2011-03-07 Russ Coxio/ioutil: use filepath.Join, handle trailing / in...
2011-03-07 Alex Brainmanpath/filepath: disable test on windows to fix build
2011-03-06 Brad Fitzpatrickmime/multipart: switch from map to MIMEHeader
2011-03-06 Gustavo Niemeyercgo: fix dwarf type parsing
2011-03-06 Gustavo Niemeyerpath/filepath: new OS-specific path support
2011-03-06 Robert Henckewebsocket: use httptest.Server for tests
2011-03-06 Russ Coxbuild: remove old cgo files
2011-03-06 Petar Maymounkovhttp: add cookie support
2011-03-06 Devon H. O... syscall: work around FreeBSD execve kernel bug
2011-03-06 Rob Pikegob: clean up getTypeInfo (address a TODO)
2011-03-06 Russ Coxhttp/cgi: skip test if perl or CGI.pm not available
2011-03-06 Robert Henckefmt: trivial cleanup
2011-03-06 Brad FitzpatrickA+C: Robert Hencke (individual CLA)
2011-03-06 Rob Pikegob: don't send type information about unexported fields.
2011-03-05 Brad Fitzpatrickhttptest: fix docs out-of-sync from earlier renaming
2011-03-05 Brad Fitzpatrickhttptest: introduce TempServer, clean up tests
2011-03-05 Dave Cheneybuild: avoid calling gomake wrapper in recursive make
2011-03-05 Petar Maymounkovhttp: fixed race condition in persist.go
2011-03-05 Russ Coxhttp: fix, use WriteProxy
2011-03-05 Russ Coxcompress/flate: fix test
2011-03-05 Russ Coxcgo: use correct frame size for 0 arguments
2011-03-05 Russ CoxA+C: Pascal S. de Kloe (individual CLA)
2011-03-05 David Symondsgc, gopack: add some missing flags to the docs.
2011-03-05 David Symondstime: split os-dependent part into sys.go.
2011-03-04 Rob Pikegob: enable the GobEncoder and GobDecoder interfaces.
2011-03-04 Brad Fitzpatrickhttp/cgi: skip tests on Windows
2011-03-04 Russ Coxruntime: make printf work on misaligned stack
2011-03-04 Rob Pikegob: beginning of support for GobEncoder/GobDecoder...
2011-03-04 Brad Fitzpatrickhttp: rename ClientTransport to Transport
2011-03-04 Brad Fitzpatrickhttp: add packages http/cgi and http/httptest
2011-03-04 Andrew Gerranddoc: there's no such thing as a .cgo file
2011-03-04 Andrew Gerranddoc: add "implements" question to FAQ
2011-03-04 Andrew Gerranddoc: describe platform-specific conventions in code...
2011-03-04 Robert Griesemergofmt: exclude test file that is not legal Go
2011-03-03 Robert Griesemergo spec: minor clarification of scope rule for functions
2011-03-03 Brad Fitzpatrickhttp: change localhost URL; maybe fix Windows
2011-03-03 Brad Fitzpatrickhttp: allow handlers to send non-chunked responses
2011-03-03 Russ Coxio/ioutil: add TempDir
2011-03-03 Roger Peppetesting: run GC before each benchmark run.
2011-03-03 Roger Peppefmt: make recursive scan more efficient.
2011-03-03 Russ Coxreflect: add PtrTo, add Value.Addr (old Addr is now...
2011-03-03 Russ Coxgc, ld: reflect support for PtrTo
2011-03-03 Russ Coxfix build (observed in wild, not on dashboard)
2011-03-03 Adam Langleybzip2: speed up decompression.
2011-03-03 Nigel Taoimage: add a decoding test for common file formats.
2011-03-03 Andrew Gerranddoc: remove reference to bug count from install.html
2011-03-03 Andrew Gerrandgobuilder: add -package flag to build external packages
2011-03-03 Rob Pikeunsafe: fix the documentation
2011-03-02 Gustavo Niemeyergc: fix init of packages named main
2011-03-02 Dave Cheneyruntime: fix unused variable warning
2011-03-02 Yasuhiro Matsumotoxml: fix typo in test.
2011-03-02 Roger Peppegoinstall: protect against malicious filenames.
2011-03-02 Dave Cheneybuild: simplify clean.bash
2011-03-02 Russ Coxfix build
2011-03-02 Dave Cheneybuild: fix race condition building enam.o
2011-03-02 Roger Peppecgo: put temporary source files in _obj.
2011-03-02 Roger Peppefmt: allow recursive calls to Fscan etc.
2011-03-02 Russ Coxruntime: record goroutine creation pc and display in...
2011-03-02 Brad Fitzpatrickhttp: initialize request Header for the transport
2011-03-01 David Symondshttp: give ParseHTTPVersion a real example.
2011-03-01 Brad Fitzpatrickhttp: expose Client's Transport
2011-03-01 Rob Pikedocs: make "runtime" a word only as a name for the...
2011-03-01 Rob Pikefmt: delete debugging print that crept in to test.
2011-03-01 Rob Pikefmt: make %#p suppress leading 0x
2011-03-01 David Symondshttp: export parseHTTPVersion.
2011-03-01 Andrew Gerranddoc: add FAQ about large binaries and stack vs heap...
2011-03-01 Rob Pikegoyacc: clarify it's package, not binary, that has
next