]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-02-11 Daniel Morsingcmd/6g, cmd/8g, cmd/5g: make the undefined instruction...
2014-02-11 Brad Fitzpatrickarchive/zip: re-use flate.Writers when writing compress...
2014-02-11 Dmitriy Vyukovruntime: do not profile blocked netpoll on windows
2014-02-11 David du Colombierruntime: homogenize panic strings on Plan 9
2014-02-11 Andrew GerrandA+C: Péter Szilágyi (individual CLA)
2014-02-11 Andrew Gerrandarchive/zip: use correct test, fix 32-bit build
2014-02-11 Andrew Gerrandarchive/zip: actually test uncompressed size
2014-02-11 Andrew Gerranddoc: remove "Code that grows with grace" video from...
2014-02-11 Brendan Daniel... cmd/gc: change compile error to "use of package %S...
2014-02-11 Russ CoxA+C: Brendan Daniel Tracey (individual CLA)
2014-02-10 Andrew Gerranddoc: restore race detector manual
2014-02-10 Robert Griesemercontainer/heap: avoid and/or ambiguity in documentation
2014-02-10 David du Colombierruntime: handle "sys: trap: divide error" note on Plan 9
2014-02-10 Russ Coxlib/codereview: allow addca CLs without LGTM
2014-02-10 Dmitriy Vyukovcmd/go: fix comment
2014-02-10 Dmitriy Vyukovruntime: fix crash during cpu profiling
2014-02-10 Dmitriy Vyukovcmd/go: better advice for heap profiling
2014-02-10 Dmitriy Vyukovruntime: do not cpu profile idle threads on windows
2014-02-10 Dmitriy Vyukovmisc/pprof: support web profiles on windows
2014-02-10 Dave Cheneycmd/go: skip $ORIGIN test on darwin systems
2014-02-09 Dave Cheneycmd/go: fix test.bash
2014-02-09 Brad Fitzpatrickarchive/zip: add flate writing benchmark
2014-02-09 Shenghou Mainclude, linlink, cmd/6l, cmd/ld: part 1 of solaris...
2014-02-09 Andrew GerrandC: add Robert Sesek (Google CLA)
2014-02-09 Mikio Harasyscall: add missing include statement to bootstrap...
2014-02-07 Rémy Oudomphengcmd/6g: faster memmove/memset-like code using unaligned...
2014-02-07 David du Colombiercmd/gc: revert CL 60740044
2014-02-07 David du Colombiercmd/gc: fix nil pointer dereference
2014-02-07 Alex Brainmannet: remove superfluous type conversion
2014-02-07 Keith Randallruntime: faster memclr on x86.
2014-02-07 Alex Brainmanos/exec: use filepath.Base in Command
2014-02-07 Mikio Harasyscall: make use of signed char explicit in generating...
2014-02-07 Mikio Harasyscall: regenerate EABI call convention compliant...
2014-02-07 Mikio Harasyscall: fix build on freebsd/arm
2014-02-07 Mikio Hararuntime/cgo: fix build on freebsd/arm
2014-02-07 Mikio Hararuntime: fix build on freebsd/arm
2014-02-06 Jakub Ryszard... net/mail: correctly handle whitespaces when formatting...
2014-02-06 Shenghou Macmd/go: do not create world-writable files.
2014-02-06 Richard Musiolmath/big: replace goto with for loop
2014-02-06 Shenghou Madoc/install.html: get rid of explicit version number...
2014-02-06 Elias Naurcmd/go, cmd/cgo, make.bash: cross compiling with cgo...
2014-02-05 Brad FitzpatrickA+C: Denis Brandolini (individual CLA)
2014-02-05 Shenghou Maencoding/json: mention escaping of '&'
2014-02-04 Josh Bleecher... cmd/go, doc/go1.3.txt: misc/benchcmp has been replaced...
2014-02-04 Josh Bleecher... text/tabwriter: improve panic backtraces
2014-02-04 Anthony Martincrypto/tls: do not send the current time in hello messages
2014-02-04 Dmitriy Vyukovruntime: add more chan benchmarks
2014-02-03 Elias Naurliblink, cmd/5l: restore flag_shared
2014-02-03 Elias Naurliblink, cmd/5a, cmd/5l: restore cgo on older ARM proce...
2014-02-03 Brad Fitzpatrickos/exec: fix Command with relative paths
2014-02-03 Brad Fitzpatricknet/http: make a test fail harder, earlier
2014-02-03 Robert GriesemerA+C: Gordon Klaus (individual CLA)
2014-02-03 Brad FitzpatrickA+C: 申习之 (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Tudor Golubenco (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Travis Cline (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Paul Hammond (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Kelvin Foo Chuan Lyi (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Joshua Chase (individual CLA)
2014-02-02 Brad FitzpatrickA+C: John C Barstow (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Henrik Edwards (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Christoffer Buchholz (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Case Nelson (individual CLA)
2014-02-02 Brad FitzpatrickA+C: Adrien Bustany (individual CLA)
2014-02-02 Dave Cheneytime: use an alternative method of yielding during...
2014-02-01 Ian Lance Taylortime: use names for beginning and end of zone transitio...
2014-01-31 Rob Pikeunicode: delete appearance of unused LowerUpper term...
2014-01-31 Ian Lance Taylortime: correctly handle timezone before first transition...
2014-01-31 Dmitriy Vyukovruntime: fix typos in test
2014-01-31 Nathan John... syscall: add ERROR_MORE_DATA to Windows for os/fsnotify
2014-01-31 Shawn Smithcrypto/rand: add tests for Int, Prime
2014-01-30 Rémy Oudomphengcmd/gc: do not consider length zero arrays as comparable.
2014-01-30 Ian Lance Taylorcmd/ld: fix bug with "runtime/cgo" in external link...
2014-01-30 David du Colombiernet/http: temporarily disable the failing tests on...
2014-01-30 Dmitriy Vyukovruntime: increase page size to 8K
2014-01-30 Brad Fitzpatricknet/http: use a struct instead of a string in transport...
2014-01-30 Rémy Oudomphengencoding/gob: fix two crashes on corrupted data.
2014-01-30 Jeff Sickelnet: net: better IPv4 stack probe on Plan 9
2014-01-30 Rob Pikecmd/8g: don't crash if Prog->u.branch is nil
2014-01-29 Dmitriy Vyukovruntime: prepare for 8K pages
2014-01-29 Brad Fitzpatricknet/http: read as much as possible (including EOF)...
2014-01-29 Brad Fitzpatricknet/http: reuse client connections earlier when Content...
2014-01-29 David du Colombiertest: skip SIGCHLD test on Plan 9
2014-01-29 Mikio Haranet: fix incoming connection's network name handling...
2014-01-28 Adam Langleyencoding/asn1: support set tag when unmarshaling.
2014-01-28 Dmitriy Vyukovruntime: more chan tests
2014-01-28 Dmitriy Vyukovruntime: prefetch next block in mallocgc
2014-01-28 Dmitriy Vyukovruntime: fix buffer overflow in make(chan)
2014-01-28 Dmitriy Vyukovruntime: adjust malloc race instrumentation for tiny...
2014-01-28 Mikio Haranet: make it possible to use FilePacketConn with IPConn
2014-01-28 Andrew Gerrandio: clarify MultiReader documentation
2014-01-28 Michael Hudson... cmd/go: When linking with gccgo pass .a files in the...
2014-01-28 David du Colombierbuild: fix typos in run.rc
2014-01-28 Keith Randallcmd/gc: liveness: don't add fallthough edge after panic
2014-01-27 Fredrik Enestadhttputil: in ReverseProxy, strip hop-by-hop headers...
2014-01-27 Brad FitzpatrickA+C: Fredrik Enestad (individual CLA)
2014-01-27 Vincent Vanackereruntime/debug: fix incorrect Stack output if package...
2014-01-27 Dmitriy Vyukovruntime: fix windows build
2014-01-27 Dmitriy Vyukovruntime: tune P retake logic
2014-01-27 Keith Randallcmd/6a: include MOVQL opcode.
2014-01-27 Brad Fitzpatrickall: use {bytes,strings}.NewReader instead of bytes...
next