]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-03-07 Dave Cheneycmd/6a: add support for nacl/amd64p32
2014-03-07 Dave Cheneycmd/gc, cmd/5g, cmd/6g, cmd/8g: introduce linkarchinit...
2014-03-07 Rob Pikeencoding/gob: document that Decode returns EOF at EOF
2014-03-07 Rob Pikestrconv: document value returned by ParseInt when there...
2014-03-07 Robert Griesemerspec: clarify when constant slice indices must be in...
2014-03-07 Keith Randallruntime: shrink bigger stacks without any copying.
2014-03-06 Russ Coxcmd/go: add test case for cgo coverage
2014-03-06 Russ Coxruntime: fix malloc page alignment + efence
2014-03-06 Dave Cheneycmd/5c: fix arm build
2014-03-06 Dave Cheneycmd/cc, cmd/5c, cmd/6c, cmd/8c: introduce linkarchinit...
2014-03-06 Dmitriy Vyukovruntime: print goroutine header on fault
2014-03-06 David du Colombierruntime: fix warnings on Plan 9
2014-03-06 Dmitriy Vyukovruntime: use custom thunks for race calls instead of cgo
2014-03-06 Brad Fitzpatricknet/http/cgi: kill child CGI process on copy error
2014-03-06 Robert Griesemerspec: clarify value passed for final parameter of varia...
2014-03-06 Dmitriy Vyukovruntime: fix bad g status after copystack
2014-03-06 Dmitriy Vyukovruntime: fix runaway memory usage
2014-03-06 Dmitriy Vyukovnet/http: make TestUseProxy repeatable
2014-03-06 Dmitriy Vyukovrun.bash: explain why we set GOMAXPROCS for runtime...
2014-03-06 Shenghou Maapi: update next.txt
2014-03-06 Shenghou Maapi: add NetBSD/ARM EABI exceptions.
2014-03-06 Shenghou Macmd/dist: enable GOARM>5 on NetBSD/ARM.
2014-03-06 Shenghou Masyscall: update NetBSD/ARM port to EABI.
2014-03-06 Robert Griesemerspec: be more precise about underlying types of predecl...
2014-03-06 Rob Pikedoc/go_faq.html: reference the new wiki page titled...
2014-03-06 Brad Fitzpatricknet/rpc/jsonrpc: add temporarily-disabled failing test
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
next