]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2014-01-27 Ian Lance Taylordebug/dwarf, debug/elf: add support for reading DWARF...
2014-01-27 Dmitriy Vyukovruntime: fix buffer overflow in stringtoslicerune
2014-01-27 Dmitriy Vyukovruntime: smarter slice grow
2014-01-27 David du Colombiertime: increase timeout of TestOverflowRuntimeTimer...
2014-01-25 Jeff Sickelruntime/pprof: plan9 fails the TestGoroutineSwitch...
2014-01-25 Dmitriy Vyukovsync: support Pool under race detector
2014-01-24 Dmitriy Vyukovruntime: combine small NoScan allocations
2014-01-24 Dmitriy Vyukovsync: scalable Pool
2014-01-24 Dmitriy Vyukovruntime: do not zero terminate strings
2014-01-24 Russ Coxcmd/gc: add zeroing to enable precise stack accounting
2014-01-24 Russ Coxliblink, runtime: fix cgo on arm
2014-01-24 Rob Pikeeffective_go: move 'Type switch' section into 'Control...
2014-01-23 Keith Randallruntime: Print elision message if we skipped frames...
2014-01-23 Dmitriy Vyukovbufio: fix benchmarks behavior
2014-01-23 Russ Coxlib/codereview: add LGTM= line to commit messages
2014-01-23 Dmitriy Vyukovundo CL 45770044 / d795425bfa18
2014-01-23 Dmitriy Vyukovruntime: increase page size to 8K
2014-01-22 Rob Pikecmd/gc: add the word 'archive' to the documentation...
next