]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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)
2014-02-27 Shenghou Maruntime: use monotonic clock for timers on dragonfly.
2014-02-26 Keith Randallruntime: get rid of the settype buffer and lock.
2014-02-26 Robert Griesemergo/printer: refine handling of one-line functions
2014-02-26 Josh Bleecher... cmd/gc: fix bad checknil with ints on 32 bit compilers
2014-02-26 Dave Cheneycmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd...
2014-02-26 Ian Lance Taylorcmd/gc: minor code simplification
2014-02-26 Robert Griesemergo/parser: report error if ParseExpr argument contains...
2014-02-26 Russ Coxruntime, net: fixes from CL 68490043 review
2014-02-26 Ian Lance Taylorruntime: remove unnecessary cast in alg.goc
2014-02-26 Ian Lance Taylorinclude: fix comment in link.h
2014-02-26 Ian Lance Taylorcmd/6g, cmd/8g: simplify calls to gvardef
2014-02-26 Joel Singruntime: use monotonic clock for openbsd/386 and openbs...
2014-02-26 Andrew Gerrandcmd/go: remove 'go tool benchcmp' and corresponding...
2014-02-26 Rob Pikelib9/utf: bring C environment up to Unicode 6.3.0
2014-02-26 Mikio Haranet: clean the dregs of NaCL merge
2014-02-26 Mikio Hararuntime: use monotonic clock for timers on freebsd...
2014-02-25 Josh Bleecher... 5g, 8g: remove dead code
2014-02-25 Rob Pikespec: libraries and implementation are now at Unicode 6.3
2014-02-25 Russ Coxall: nacl import round 2
2014-02-25 Dave Cheneysyscall: fix solaris build
2014-02-25 Keith Randallruntime: add prototype for panicdivide
2014-02-25 Brad Fitzpatrickcrypto/sha1: restore accidental removal of arm build tag
2014-02-25 Robert Griesemerspec: clarify default "true" condition/tag in for/switc...
2014-02-25 Russ Coxruntime: fix 386, arm build
2014-02-25 Russ Coxcmd/go: fix bug in remote package discovery
next