]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-22 Joe Tsaiarchive/tar: validate sparse headers in parsePAX
2016-10-22 Brad Fitzpatricknet/http: document Transport.ExpectContinueTimeout...
2016-10-22 Brad Fitzpatricknet: clarify LookupAddr docs on libc's behavior, and...
2016-10-22 Brad Fitzpatricknet/http: add Request.GetBody func for 307/308 redirects
2016-10-21 Robert Griesemercmd/compile: avoid one symbol lookup for qualified...
2016-10-21 Matthew Dempskycmd/compile: fix detection of duplicate cases for integ...
2016-10-21 Matthew Dempskycmd/compile: prevent ICE from misuse of [...]T arrays
2016-10-21 Matthew Dempskycmd/compile: directly construct Fields instead of ODCLF...
2016-10-21 Brad Fitzpatricknet/http: make Redirect escape non-ASCII in Location...
2016-10-21 Adam Langleyvendor/golang_org/x/crypto/curve25519: update to f62085...
2016-10-21 Brad Fitzpatricknet/http: update bundled http2
2016-10-21 Brad Fitzpatricknet: make all Resolver methods respect Resolver.PreferGo
2016-10-21 Brad Fitzpatricknet/http/httptrace: clarify ClientTrace docs
2016-10-21 Joe TsaiRevert "cmd/compile: cleanup toolstash hacks from previ...
2016-10-21 Ian Lance Taylorcmd/cgo: preserve original call arguments when pointer...
2016-10-21 Austin Clementsruntime: fix call* signatures and deferArgs with siz=0
2016-10-21 Austin Clementsruntime: replace *g with guintptr in trace
2016-10-21 Daniel Theophanesdatabase/sql: update the conversion errors to be clearer
2016-10-21 Michael Mundaycmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS...
2016-10-20 David Chasecmd/compile: Repurpose old sliceopt.go for prove phase.
2016-10-20 Klaus Postcompress/gzip, compress/zlib: add HuffmanOnly as compre...
2016-10-20 Robert Griesemercmd/compile: a couple of minor comment fixes
2016-10-20 Nigel Taoimage/color: tweak the formula for converting to gray.
2016-10-20 David Chasecmd/compile: enable flag-specified dump of specific...
2016-10-20 Alberto Donizettiruntime/debug: avoid overflow in SetMaxThreads
2016-10-20 Michael Mundaygo/build: reserve GOOS=zos for IBM z/OS
2016-10-20 Ian Lance Taylorcmd/cgo: correct comment on Package.rewriteCall
2016-10-20 Adam Langleyvendor/golang_org/x/crypto/poly1305: update to 3ded668c...
2016-10-20 David Chasecmd/compile: add patterns to improve PPC64 FP comparisons
2016-10-20 David du Colombiernet/http: remove workaround in TestTransportClosesBodyO...
2016-10-20 Ilya Tocarcmd/compile/internal/amd64: break dependency for CVTS...
2016-10-20 Ilya Tocarcmd/internal/obj/x86: add some missing AMD64 instructions
2016-10-20 Daniel Theophanesdatabase/sql: add missing unlock when context is expired
2016-10-20 Alberto Donizettilib/time: update to IANA release 2016g (September 2016)
2016-10-20 Joe Tsaiarchive/tar: fix parsePAXTime
2016-10-19 Quentin Smithdoc: update install-source.html for SSA in Go 1.8
2016-10-19 Michael Mundayruntime: get s390x vector facility availability from...
2016-10-19 Austin Clementsruntime: keep gcMarkRootCheck happy with spare Gs
2016-10-19 Austin Clementsruntime: don't reserve space for stack barriers if...
2016-10-19 Austin Clementsruntime: update heap profile stats after world is started
2016-10-19 Austin Clementsruntime: remove gcWork flushes in mark termination
2016-10-19 Ian Lance Taylorcmd/cgo: always use a function literal for pointer...
2016-10-19 Ian Lance Taylorcmd/link, cmd/internal/obj: stop exporting various...
2016-10-19 Matthew Dempskycmd/compile: remove -A flag
2016-10-19 Matthew Dempskycmd/compile: rework mkbuiltin.go to generate code
2016-10-19 Edward Mullernet/http/httptrace: add ClientTrace.TLSHandshakeStart...
2016-10-19 Joe Tsaiarchive/tar: fix parsePAX to be POSIX.1-2001 compliant
2016-10-19 Joe Tsaiarchive/tar: compact slices in tests
2016-10-19 Russ Coxtext/template: add support for reflect.Value args,...
2016-10-19 Joe Tsaiarchive/tar: make Reader handle GNU format properly
2016-10-19 Russ Coxsync: throw, not panic, for unlock of unlocked mutex
2016-10-19 Russ Coxhtml/template: adjust ambiguous URL context text
2016-10-19 David Crawshawplugin: mention OS X support and concurrency
2016-10-19 Robert Griesemerspec: slightly more realistic example for type assertions
2016-10-19 Brad Fitzpatricksyscall: make Utimes on Solaris match all the other...
2016-10-19 Brad Fitzpatricknet/http: make NewRequest set empty Body nil, don't...
2016-10-19 Russ Coxreflect: document DeepEqual(nil map, empty non-nil...
2016-10-19 Russ Coxsyscall: for ForkExec on Linux, always use 32-bit setgr...
2016-10-19 Russ Coxreflect: update FieldByNameFunc comment
2016-10-19 Russ Coxhtml/template, text/template: clarify template redefini...
2016-10-19 Russ Coxos: clean up after test
2016-10-19 Ingo Oeserregexp: avoid alloc in QuoteMeta when not quoting
2016-10-19 Emmanuel Odekemath/big: implement Float.Scan, type assert fmt interfa...
2016-10-19 Caio Marcelo... cmd/go, testing: indicate when no tests are run
2016-10-19 Russ Coxcmd/go: make go test -i -o x.test actually write x...
2016-10-19 Russ Coxcmd/go: disable SSH connection pooling to avoid git...
2016-10-19 Russ Coxreflect: correct Type.FieldByNameFunc docs
2016-10-19 Hiroshi Iokaos, syscall: fix incorrect offset calculation in Readli...
2016-10-19 Russ Coxtesting: wrap long comment line
2016-10-19 Russ Coxos: reject Rename("old", "new") where new is a directory
2016-10-18 Robert Griesemerspec: require 16 bit minimum exponent in constants...
2016-10-18 Matthew Dempskycmd/compile: handle unsafe builtins like universal...
2016-10-18 Mohit Agarwalmath: speed up Gamma(+Inf)
2016-10-18 Brad Fitzpatricknet/http: update test to check Content-Length 0 Body...
2016-10-18 Quentin Smithcmd/go: print more env variables in "go env"
2016-10-18 Dhananjay Nakranicmd/compile: fix code duplication in race-instrumentation
2016-10-18 Matthew Dempskycmd/compile: stop treating interface methods like actua...
2016-10-18 Brad Fitzpatricknet/http/internal: don't block unnecessarily in Chunked...
2016-10-18 Michael Mundaycmd/internal/obj/{ppc64,s390x}: mark functions with...
2016-10-18 David du Colombiernet/http: enable TestTransportRemovesDeadIdleConnection...
2016-10-18 David du Colombiernet: enable TestCancelRequestWithChannelBeforeDo on...
2016-10-18 David du Colombiernet: always wake up the readers on close on Plan 9
2016-10-18 Russ Coxencoding/xml: add wildcard support for collecting all...
2016-10-18 Russ Coxbufio: read from underlying reader at most once in...
2016-10-18 David du Colombiernet: close the connection gracefully on Plan 9
2016-10-18 Russ Coxtesting: document that Skip cannot undo Error
2016-10-18 Russ Coxtesting: fix flag usage messages
2016-10-18 Russ Coxtime: revise Timer comments for Stop, Reset
2016-10-18 Russ Coxio: clarify Pipe docs
2016-10-18 Russ Coxos/exec: allow simultaneous cmd.Wait and Write of cmd...
2016-10-18 Russ Coxtime: be consistent about representation of UTC locatio...
2016-10-18 Mikio Haranet: update docs on network interface API
2016-10-18 Daniel Theophanesdatabase/sql: support returning query database types
2016-10-18 Martin Möhrmannfmt: always handle special methods if print operand...
2016-10-18 Brad Fitzpatricknet/http: make Server Handler's Request.Context be...
2016-10-18 Adam Langleycrypto/tls: enable ChaCha20-Poly1305 cipher suites...
2016-10-18 Adam Langleycrypto/tls: add Config.GetConfigForClient
2016-10-18 Russ Coxnet/url: add PathEscape, PathUnescape
2016-10-18 Russ Coxnet/url: document and add example for ParseQuery("x")
2016-10-18 Rob Pikefmt: fix documention for %#v on uints
next