]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-03-05 Brad Fitzpatricknet/http: deflake a test
2014-03-05 Brad Fitzpatrickdoc: update links in contribute.html
2014-03-05 Brad Fitzpatricknet/http: minor fixes and optimization for Response.TLS
2014-03-05 Russ CoxCONTRIBUTORS: add David Covert (Google CLA)
2014-03-05 Russ CoxA+C: Manoj Dayaram (Moov Corporation, corporate CLA)
2014-03-05 Paul A Quernanet/http: Add TLS Connection State to Responses.
2014-03-05 Brad FitzpatrickA+C: Paul A Querna (individual CLA)
2014-03-05 Shenghou Masyscall: add mmap constants for NetBSD/ARM.
2014-03-05 Robert Griesemerspec: shadowed return parameters may be disallowed
2014-03-05 Shenghou Macmd/dist: support building pkg/runtime/*.
2014-03-05 Kelsey Hightowerencoding/gob: improve interface assignment error message
2014-03-05 Shawn Smithencoding/xml: add test for EncodeToken
2014-03-05 Shenghou Macmd/ld: don't include padding length in size of the...
2014-03-05 Alberto García... cmd/go: add support for coverage in CgoFiles
2014-03-05 Russ Coxcmd/dist: use vfprintf on Windows, same as on Unix
2014-03-05 Chris Manghanecmd/gc: allow append and complex builtins to accept...
2014-03-05 Jan Ziakcmd/dist: respect system CFLAGS/LDFLAGS
2014-03-05 Russ Coxruntime: handle Go calls C calls Go panic correctly...
2014-03-05 Joel Singsyscall: regenerate z-files for dragonfly
2014-03-05 Joel Singsyscall: fix mksysnum_dragonfly.pl
2014-03-05 Joel Singnet: disable "udp" to IPv6 unicast address loopback...
2014-03-05 Joel Singnet: fix non-blocking connect handling on dragonfly
2014-03-05 Patrick Mézardos: try openFile before openDir in windows os.OpenFile
2014-03-04 Robert Griesemergo/parser: better error position for non-invoked gp...
2014-03-04 Mike Andrewsnet/smtp: set ServerName in StartTLS, as now required...
2014-03-04 Brad Fitzpatricknet/http: improve Client.Timeout docs, quiet test
2014-03-04 Russ Coxliblink: fix arm build
2014-03-04 Matt Aimonettinet/http: make Request.ParseForm parse form-urlencoded...
2014-03-04 Brad Fitzpatricknet/http: fix test failure on some Windows machines
2014-03-04 Russ Coxruntime: fix arm build (B not JMP)
2014-03-04 Russ Coxcmd/ld: clear unused ctxt before morestack
2014-03-04 Brad Fitzpatricknet/http: deflake another alloc test
2014-03-04 Brad Fitzpatrickcrypto/cipher: fix AEAD.Open documentation nit
2014-03-04 Kelsey Hightowerpath/filepath: ensure Glob does not ignore broken symlinks
2014-03-04 Brad Fitzpatricknet/http: disable an alloc test under the race detector
2014-03-04 Brad FitzpatrickA+C: Matt Aimonetti (individual CLA)
2014-03-04 Brad FitzpatrickA+C: Mike Andrews (individual CLA)
2014-03-04 Brad FitzpatrickA+C: Kelsey Hightower (individual CLA)
2014-03-04 Russ Coxruntime: fix finalizer flakiness
2014-03-04 Dmitriy Vyukovcmd/go: fix data race on buildLdflags
2014-03-04 Rémy Oudomphengcmd/gc: use a register to checknil constants.
2014-03-04 Russ Coxruntime: fix traceback on Windows
2014-03-04 Robert Griesemerspec: clarify what is considered a function call for...
2014-03-04 Brad Fitzpatricknet/http: fix location of StateHijacked and StateActive
2014-03-04 Mikio Haradoc: add freebsd items
2014-03-04 Russ Coxmath/rand: speed up Float32, Float64
2014-03-04 Russ Coxcmd/gc: fix internal crash
2014-03-04 Mikio Haranet: enable fast socket creation with close-on-exec...
2014-03-04 Mikio Harasyscall: add Accept4 for freebsd
2014-03-04 Mikio Haraos: handle file creation with close-on-exec flag correc...
2014-03-04 Mikio Harasyscall: add support for FreeBSD 10
2014-03-04 Mikio Haraapi: add FreeBSD 10 exceptions
2014-03-04 Mikio Harasyscall: regenerate z-files on FreeBSD 10
2014-03-03 Dave Cheneyruntime: update CBARGS macro for nacl/amd64p32
2014-03-03 Brad Fitzpatricknet/http: in Client, consume small redirect bodies...
2014-03-03 Graham Kingcmd/ld: DWARF opcode base to 10
2014-03-03 Adam Langleycrypto/tls: split connErr to avoid read/write races.
2014-03-03 Shenghou Matest/run: add /usr/pkg/bin to PATH.
2014-03-03 David du Colombiercmd/ld: fix warning on Plan 9
2014-03-03 Brad Fitzpatricknet/http: add Client.Timeout for end-to-end timeouts
2014-03-03 Andrew Gerrandtag go1.2.1
2014-03-03 Andrew Gerrandmisc/makerelease: use windows installer resources from...
2014-03-03 Andrew Gerranddoc: document Go 1.2.1
2014-03-02 Mikio Haranet: remove the dreg of solaris merge
2014-03-02 Mikio Hararuntime: make SIGSYS notifiable on FreeBSD
2014-03-02 Richard Crowleynet/http: ensure ConnState for StateNew fires before...
2014-03-02 Brad FitzpatrickA+C: Richard Crowley (individual CLA)
2014-03-01 Shenghou Masyscall: workaround Dragonfly BSD kernel exec bug
2014-03-01 Dave Cheneysync/atomic: skip broken tests on freebsd/arm and netbs...
2014-03-01 Dave Cheneyruntime: small Native Client fixes
2014-02-28 Brad Fitzpatrickdoc: add more go1.3.txt items, sort.
2014-02-28 Brad Fitzpatricknet/http: de-flake ConnState test
2014-02-28 Brad Fitzpatricknet/http: add Server.ErrorLog; log and test TLS handsha...
2014-02-28 Josh Bleecher... cmd/ld: fix misgenerated pcln file numbers
2014-02-28 Brad Fitzpatrickos: don't allow Process.Kill after Process.Release
2014-02-28 Brad Fitzpatricknet/http: add Server.SetKeepAlivesEnabled
2014-02-28 Adam Langleycrypto/tls: add DialWithDialer.
2014-02-28 Dave Cheneycmd/dist: add missing Native Client bits
2014-02-28 Nigel Taoimage/jpeg: return a FormatError when hitting an unexpe...
2014-02-28 Robert Sesekdebug/macho: Define CPU constants for other common...
2014-02-28 Brad Fitzpatricknet/http: add optional Server.ConnState callback
2014-02-28 Russ Coxall: final merge of NaCl tree
2014-02-28 Andrew Gerrandgo/misc/makerelease: pin go-tour repo to a specific...
2014-02-27 Nigel Taoimage/jpeg: fix progressive decoding when the DC compon...
2014-02-27 Keith Randallruntime: move stack shrinking until after sweepgen...
2014-02-27 Brad Fitzpatricksyscall: add some paranoia in Linux's Accept4
2014-02-27 Brad Fitzpatricknet/http: make Transport.CancelRequest work for request...
2014-02-27 Robert Griesemergo/printer: measure lines/construct in generated output...
2014-02-27 Brad Fitzpatrickbufio: in Reader.WriteTo, try to use target's ReaderFrom
2014-02-27 William Orrsyscall: add mlock, munlock, mlockall, munlockall and...
2014-02-27 Brad FitzpatrickA+C: Graham King (individual CLA)
2014-02-27 Robert Griesemercmd/gofmt: minor internal cleanups
2014-02-27 Robert Griesemerspec: slightly rephrased wording on parsing ambiguity...
2014-02-27 Dmitriy Vyukovruntime: fix and improve comments
2014-02-27 Joel Singruntime: disable TestSetPanicOnFault for dragonfly/386
2014-02-27 Keith Randallruntime: disable stack copying
2014-02-27 David du Colombierruntime: fix build on Plan 9
2014-02-27 Keith Randallruntime: grow stack by copying
2014-02-27 Rémy Oudomphengcmd/gc: do not nop-convert equivalent but different...
2014-02-27 Brad FitzpatrickA+C: William Orr (individual CLA)
next