]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2011-03-01 Rob Pikegoyacc: provide -p flag to set prefix for names.
2011-02-28 Dave Cheneybuild: convert src/cmd to use make directly and simplif...
2011-02-28 Russ Coxgc: bug325 / issue 1566
2011-02-28 Russ Coxbuild: move $GOBIN ahead of /bin, /usr/bin in build...
2011-02-28 Chris Dollinxml: permit nested directives
2011-02-28 Rob Piketemplate: document the delimiters better
2011-02-28 Mikio Harasyscall: regenerate zerrors_freebsd_amd64.go
2011-02-28 Russ Coxruntime: idle goroutine
2011-02-26 Nigel Taocompress/lzw: don't use a closure in NewReader, which...
2011-02-25 Nigel Taocompress/lzw: fix the stupidity of allocating and zeroi...
2011-02-25 Rob Pikecrypto/openpgp: fix test prints
2011-02-25 Russ Coxruntime: omit breakpoint during terminal panic
2011-02-25 Russ Coxsync/atomic: make BUG comment godoc-compatible
2011-02-25 Russ Coxruntime: use kernel-supplied cas on linux/arm
2011-02-25 Russ Coxsync: use sync/atomic
2011-02-25 Russ Coxsync/atomic: new package
2011-02-25 Russ CoxA+C: Chris Dollin (individual CLA)
2011-02-25 Rob Pikegob: make recursive map and slice types work.
2011-02-25 Russ Cox8a, 8l: add CMPXCHG8B, XADDB, XADDL, XADDW
2011-02-25 Russ Cox5a, 5l: add LDREXD, STREXD
2011-02-25 Robert Griesemerbug324.go: test case for issue 1550
2011-02-25 Andrew Gerrandtag release.2011-02-24
2011-02-25 Andrew Gerrandrelease.2011-02-24 weekly.2011-02-24
2011-02-25 Adam Langleycrypto/openpgp: add package
2011-02-25 Robert Griesemergodoc: accept symbolic links as path names provided...
next