]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-04-06 Andrew Gerrandhttp: allow override of Content-Type for ServeFile
2011-04-05 Adam Langleycrypto/rsa: add support for precomputing CRT values.
2011-04-05 Dmitry Chestnykhcrypto/ecdsa, crypto/rsa: use io.ReadFull to read from...
2011-04-05 Russ CoxA+C: Dmitry Chestnykh (individual CLA)
2011-04-05 Rob Pikegotest: fix windows build.
2011-04-05 Rob Pikeroadmap: add sections on tools, packages.
2011-04-05 Rob Pikegotest: fix a bug in error handling.
2011-04-05 Adam Langleycrypto/des: cleanups
2011-04-05 Adam Langleycrypto/block: remove deprecated package.
2011-04-05 Peter Mundygotest: fixes for [^.]_test file pattern
2011-04-05 Rob Pikespec: add parens missing from "protect" example.
2011-04-05 Russ Coxgofix: don't rewrite O_APPEND opens
2011-04-05 Yasuhiro Matsumotocrypto/des: new package providing implementations of...
2011-04-05 Rob Pikeos: fix windows build
2011-04-05 Rob Pikeos: New Open API.
2011-04-05 Andrew Gerrandtag weekly.2011-04-04
2011-04-05 Andrew Gerrandweekly.2011-04-04 weekly.2011-04-04
2011-04-05 Brad Fitzpatrickhttp: ignore Transfer-Encoding on HEAD responses
2011-04-05 Brad Fitzpatrickhttp: fix Transport connection re-use race
2011-04-05 Mikio Haranet: fix typo
2011-04-05 Gustavo Niemeyerfilepath: new Abs function
2011-04-04 Brad Fitzpatrickhttp: fix hanging bug with HEAD responses
2011-04-04 Brad Fitzpatrickos: add Seek whence constants
2011-04-04 Russ Coxgotest: fix build
2011-04-04 Rob Pikepath/filepath.Glob: add an error return.
2011-04-04 Evan Shawbufio: Write and WriteString cleanup
2011-04-04 Matt Joneshttp: use upper case hex in URL escaping
2011-04-04 Russ CoxCONTRIBUTORS: add Matt Jones (Google CLA)
2011-04-04 Russ Coxcodereview: only retry on HTTP 500 error
2011-04-04 Albert Strasheimos: Fix MkdirAll("/thisdoesnotexist").
2011-04-04 Mikio Harasyscall: add BPF support for freebsd/386, freebsd/amd64
2011-04-04 Brad Fitzpatrickhttptest: add NewTLSServer
2011-04-04 Brad Fitzpatrickhttp: make triv.go example compile again
2011-04-04 Andrew Gerrandversion.bash: strip changeset hash from 'hg tags' output
2011-04-03 Andrey Mirtchovskipath/filepath: add support for plan9
2011-04-03 Andrey Mirtchovskios: add a few missing plan9 errors
2011-04-03 Ian Lance TaylorMake.pkg: increase test timeout to 120 seconds.
2011-04-02 Yuval Pavel... os: Plan 9 support.
2011-04-02 Yuval Pavel... R=rsc, brainman, ality, r2, r
2011-04-02 Robert Griesemergo/parser: package name must not be the blank identifier
2011-04-02 Evan Shawsyscall: make Rawsyscall6 pass 6th arg on linux/386
2011-04-02 Russ Coxgc: avoid saying same error 3 times
2011-04-02 Evan Shawsyscall: make Syscall6 pass 6th arg on linux/386
2011-04-01 Rob Pikepath/filepath.Glob: don't drop known matches on error.
2011-04-01 Anthony Starksmisc/notepadplus: add syntax and completion support...
2011-04-01 Alex Brainmangotest: another attempt to make it run on Windows
2011-03-31 Alex Brainmangotest: execute gomake properly on Windows
2011-03-31 Ian Lance Taylortesting: add -test.timeout option.
2011-03-31 Rob Pikefmt: implement precs for %q.
2011-03-31 Rob Pikeroadmap: remove description of implementation of garbag...
2011-03-31 Brad Fitzpatrickhttp: add Transport.MaxIdleConnsPerHost
2011-03-31 Alexey Borzenkovnet, syscall: fix windows build
2011-03-31 Rob Pikegotest: another try at flags.
2011-03-31 Russ Coxgopack: comment out debugging print
2011-03-31 Russ Coxgopack: add P flag to remove prefix from filename infor...
2011-03-31 Russ Coxfmt: remove uintptrGetter type checks
2011-03-30 Robert Griesemergotype: support for more tests, added one new test
2011-03-30 Robert Griesemerscanner: treat line comments like in Go
2011-03-30 Ian Lance Taylortest: don't require specific GOARCH values.
2011-03-30 Robert Griesemergotest: exclude . files when parsing directories (per...
2011-03-30 Roger Peppego/parser: fix scoping for local type declarations
2011-03-30 Andrew Gerrandgodoc: remove errant space in HTML tag
2011-03-30 Robert Griesemergo/printer/gofmt: remove special case for multi-line...
2011-03-30 Andrew Gerrandtime: make TestAfterQueuing retry 3 times before declar...
2011-03-29 Ian Lance Taylortest: add test for interfaces with unexported methods.
2011-03-29 Ian Lance Taylortest: adjust bug324 to expect run-time failure, not...
2011-03-29 Adam Langleycrypto/tls: extend NPN support to the client.
2011-03-29 Rob Pikeprints: fix a couple of formatting errors caught by...
2011-03-29 Rob Pikegotest: replace the shell script with the compiled...
2011-03-29 Rob Pikegovet: fix bug introduced at 4313054
2011-03-29 Rob Pikegotry: move into its own directory, separate from gotest.
2011-03-29 Rob Pikengotest: correctly handle packages with tests outside...
2011-03-29 Adam Langleycrypto/cipher: bad CTR IV length now triggers panic
2011-03-29 Albert Strasheimsyscall: StartProcess Chroot and Credential.
2011-03-29 Alexey Borzenkovnet: move bind back to sock.go
2011-03-29 David Forsytheos: fix FileInfo.Name returned by Stat
2011-03-29 Russ CoxA+C: David Forsythe (individual CLA)
2011-03-29 Rob Pikedebug/gosym: remove need for gotest to run preparatory...
2011-03-29 Rob Pikengotest: a new gotest command, written in Go.
2011-03-29 Robert GriesemerCL 4291070: incorporating rsc's feedback
2011-03-29 Mikkel Krautzcrypto/x509: Parse Extended Key Usage extension
2011-03-29 Adam Langleyasn1: extensions needed for parsing Kerberos
2011-03-29 Ian Lance Taylortest: adjust bugs/bug322 to match current spec.
2011-03-29 Ian Lance Taylortest: avoid undefined error in syntax/if.go.
2011-03-29 Ian Lance Taylortest: match gccgo error messages for syntax/chan.go.
2011-03-29 Evan Shawbytes, strings: simplify Join
2011-03-29 Evan Shawkate: reorganize, remove closed()
2011-03-29 Alexey Borzenkovnet: implement non-blocking connect
2011-03-29 Russ Coxfix build
2011-03-29 Russ Coxgofix: netdial
2011-03-29 Russ Coxupdate tree for package net changes
2011-03-29 Russ Coxnet: drop laddr from Dial, cname from LookupHost; new...
2011-03-29 Andrew Gerrandtag release.2011-03-28
2011-03-29 Andrew Gerrandweekly.2011-03-28 weekly.2011-03-28
2011-03-29 Robert Griesemergo/printer, gofmt: rely on existing line breaks when...
2011-03-28 Robert Griesemergo/scanner: return literal as string instead of []byte
2011-03-28 Robert Griesemergodoc: fix spelling error
2011-03-28 Ian Lance Taylordoc: gccgo now supports method expressions and multiple...
2011-03-28 Robert Griesemergo/token: use array instead of map for token->string...
2011-03-28 Ian Lance Taylornet: let OS-specific AddFD routine wake up polling...
next