]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2011-02-25 Alex Brainmanruntime: add empty windows/signals.h file to fix build
2011-02-24 Nigel Taocompress/lzw: implement an encoder.
2011-02-24 Russ Coxreflect: add pointer word to CommonType
2011-02-24 Russ Coxruntime: fix signal stack bug
2011-02-24 Russ Coxld: weak symbols
2011-02-24 Russ Coxhttp: remove debugging log statement
2011-02-24 Robert Griesemergodoc: fix writeFileAtomically utility function
2011-02-24 Robert Griesemergodoc: log errors when reading filter files
2011-02-24 Rob Pikefmt: stop giving characters to the Scan method of Scanner
2011-02-24 Alex Brainman8l/6l: new -Hwindowsgui flag allows to build windows...
2011-02-24 Dave Cheneybuild: remove unused nacl conditional from make.bash
2011-02-23 Alex Brainmannet: *netFD.Read to return os.EOF on eof (fixes windows...
2011-02-23 Brad Fitzpatrickhttp: set method GET on Get() requests
2011-02-23 Russ Coxbuild: remove _gcc_main.c during make clean
2011-02-23 Russ Coxruntime: always run stackalloc on scheduler stack
2011-02-23 Russ Coxruntime: omit breakpoint during terminal panic
2011-02-23 Brad Fitzpatrickhttp: introduce start of Client and ClientTransport
2011-02-23 Russ Coxruntime: pass to signal handler value of g at time...
2011-02-23 Russ Coxruntime: traceback through active lessstack
2011-02-23 Russ Cox5g: fix optimizer bug
2011-02-23 Robert Griesemersync: make package comment appear
2011-02-23 Rob Pikegob: protect against pure recursive types.
2011-02-23 Adam Langleycompress/bzip2: fix bugs
2011-02-23 Gustavo Niemeyercodereview: fix clpatch with empty diffs
2011-02-23 Roger Peppejson: use base64 to encode []byte
2011-02-23 Adam Langleycompress/bzip2: add package.
2011-02-23 Nigel Taocompress/lzw: implement a decoder.
2011-02-23 Petar Maymounkovhttp: introduce Header type, implement with net/textproto
2011-02-23 Kyle ConsalusMake.pkg, doc: Replace references to "-benchmarks"...
2011-02-23 Robert Griesemergo/parser: if and switch statements still can have...
2011-02-23 Alex Brainmannet: refactor windows code
2011-02-23 Alex Brainman5l/6l/8l: use enums for header type and symbolic string...
2011-02-23 Robert Griesemerexp/eval, go/printer: fix build
2011-02-23 Russ Coxarm: fix build
2011-02-23 Robert Griesemergo/ast, parser: condition in if statement is mandatory
2011-02-22 Robert Griesemergo spec: make condition mandatory in if statements
2011-02-22 Russ Coxgc: require if condition
2011-02-22 Russ Coxtest: do not depend on implicit if condition
2011-02-22 Russ Coxld: detect stack overflow due to NOSPLIT
2011-02-22 Andrew Gerrandmisc/dashboard/builder: talk to hg with utf-8 encoding...
2011-02-22 Gustavo Niemeyer.hgignore: add *.cgo*.{c,go}
2011-02-22 Rob Pikegob: compute information about a user's type once.
2011-02-22 Robert Griesemergo spec: fix local link
2011-02-22 Rob Pikereflect: add a secret method to ArrayOrSliceType.
next