]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-02-25 Russ Coxruntime: fix 386, arm build
2014-02-25 Russ Coxcmd/go: fix bug in remote package discovery
2014-02-25 Brad Fitzpatricknet/http: add Transport.TLSHandshakeTimeout; set it...
2014-02-25 Adam Langleydoc/go1.3: note a couple more crypto changes.
2014-02-25 Russ Coxcmd/go: document new -exec flag on run/test
2014-02-25 Dave Cheneyall: merge NaCl branch (part 1)
2014-02-25 Mikio Hararuntime: use monotonic clock for timers on linux/arm
2014-02-25 Mikio Harasyscall: add mmap test
2014-02-25 Dmitriy Vyukovsync: use RunParallel in benchmarks
2014-02-25 Aram Hăvărneanusyscall: add support for GOOS=solaris
2014-02-25 Aram Hăvărneanusyscall: generate zfiles for GOOS=solaris
2014-02-25 Aram Hăvărneanuruntime, net: add support for GOOS=solaris
2014-02-25 Robert Griesemergo/printer: fix alignment of comments in labeled statements
2014-02-24 Brad Fitzpatricknet/http: use TCP Keep-Alives on DefaultTransport's...
2014-02-24 Adam Langleycrypto/tls: report TLS version in ConnectionState.
2014-02-24 Adam Langleycrypto/tls: pick ECDHE curves based on server preference.
2014-02-24 Russ Coxbuild: comment possible ulimit failure in run.bash
2014-02-24 Brad Fitzpatricknet: add Dialer.KeepAlive option
2014-02-24 Shenghou Macmd/ld: fix build for ARMv5.
2014-02-24 Rémy Oudomphengcmd/gc: fix walkcompare bugs.
2014-02-24 Lucio De Recmd/go: Plan 9 compatible "env" output
2014-02-24 Rob Pikecrypto/md5,sha1: add examples for Sum
2014-02-24 Dmitriy Vyukovtesting: fix bogus benchmark
2014-02-24 Dmitriy Vyukovtesting: improve diagnosis of a potential misuse of...
2014-02-24 Dmitriy Vyukovruntime: fix heap memory corruption
2014-02-24 Dmitriy Vyukovruntime: fix potential memory corruption
2014-02-24 Dmitriy Vyukovruntime: use RunParallel in more benchmarks
2014-02-24 Dmitriy Vyukovtime: use RunParallel in benchmarks
2014-02-24 Dmitriy Vyukovmath/big: use RunParallel in benchmarks
2014-02-24 Dmitriy Vyukovfmt: use RunParallel in benchmarks
2014-02-24 Mikio Harasyscall: regenerate Flock_t to make it compliant with...
2014-02-24 Dmitriy Vyukovtesting: diagnose a potential misuse of RunParallel
2014-02-24 Dmitriy Vyukovnet/http: use RunParallel in benchmarks
2014-02-24 Dmitriy Vyukovnet/rpc: use RunParallel in benchmarks
2014-02-24 Dmitriy Vyukovruntime: fix double symbol definition
2014-02-24 Dave Cheneyruntime: stack allocate Panic structure during runtime...
2014-02-24 Jay Weisskopfruntime: use monotonic clock for timers (linux/386...
2014-02-24 Patrick Mézardtime: explicitely mention Tickers have to be stopped
2014-02-24 Shane Hansengdb: Add partial python3 + go1.2 support to runtime...
2014-02-24 Patrick Mézardcodereview: remove unused upload_options.revision
2014-02-24 Robert Daniel... net/http: don't pile up defers in b.N loop
2014-02-24 Dmitriy Vyukovruntime/race: fix finalizer tests
2014-02-24 Mikio Harasyscall: add fcntl test
2014-02-24 Mikio Harasyscall: make mkerrors.sh work with clang
2014-02-24 Mikio Harasyscall: consolidate test cases for Unix-like systems
2014-02-24 Anfernee Yongkun Guinet/http: fix comment in connectMethod's key format
2014-02-24 Shenghou Mamisc/cgo/testso: don't use TLS variables on Darwin...
2014-02-23 Shenghou Macmd/gc: diagnose "make([]T, non-integer)" correctly.
2014-02-23 Shenghou Macmd/ld: don't emit unreachable dynimport symbols in...
2014-02-23 Patrick Mézardos/exec: explicitly mention Cmd.Wait() has to be called...
2014-02-23 Rob PikeA+C: Patrick Mézard (individual CLA)
2014-02-21 Rob Piketesting: improve introduction to package comment
2014-02-21 Adam Langleycrypto/tls: enforce that either ServerName or InsecureS...
2014-02-21 Russ CoxA+C: Jay Weisskopf (individual CLA)
2014-02-21 Russ Coxreflect: better error for walking through nil embedded...
2014-02-21 Brad FitzpatrickA+C: Apisak Darakananda (individual CLA)
2014-02-20 Russ Coxruntime/debug: add SetPanicOnFault
2014-02-20 Russ Coxruntime: use goc2c as much as possible
2014-02-20 Russ Coxcmd/pack: fix match
2014-02-20 Russ Coxcmd/gc: explain 'nointerface' method failure
2014-02-20 Chris Manghanecmd/gc: make embedded, unexported fields read-only.
2014-02-20 Josh Bleecher... cmd/ld: fix off-by-one error in DWARF .debug_line trans...
2014-02-20 David du Colombieros: fix Rename on Plan 9
2014-02-20 Alex Brainmannet/http: remove tmp file created in TestMultipartReade...
2014-02-20 Rob Pikesyscall: terminate error string in exec package on...
2014-02-20 Alex Brainmancmd/pack: provide executable name in TestHello
2014-02-20 Rob Pikecmd/pack: another attempt to fix the build for TestHello
2014-02-19 Rob Pikecmd/pack: don't look for " in output from go env
2014-02-19 Rob Pikecmd/pack: dump output of command of "go env" command...
2014-02-19 Russ Coxcmd/gc, runtime: enable precisestack by default
2014-02-19 Russ Coxcmd/5g, cmd/8g: zero ambiguously live values on entry
2014-02-19 Russ Coxcmd/pack: add 'c' command to create archive
2014-02-19 Russ Coxapi: update next.txt
2014-02-19 Rob Pikecmd/gc: fix printf format in typecheck.c
2014-02-19 Rob Pikecmd/pack: use log.SetPrefix to make log calls more...
2014-02-19 Russ Coxcmd/addr2line: reimplement in Go
2014-02-19 Rick Arnoldcmd/gc: fix array index out of bounds error message
2014-02-19 Adam Langleycrypto/x509: add example of using a custom root list.
2014-02-19 Adam Langleycrypto/tls: improve documentation for ServerName.
2014-02-19 Russ Coxcmd/go: skip writing dwarf debug info for ephemeral...
2014-02-19 Russ Coxcmd/ld: drop gcargs, gclocals symbols from symbol table
2014-02-19 Rémy Oudomphengcmd/gc: fix handling of append with -race.
2014-02-19 Rémy Oudomphengcmd/gc: reject incorrect use of fallthrough.
2014-02-19 Rob Pikereflect: improve documentation of IsNil
2014-02-19 Russ Coxcmd/ld: remove Plan 9 symbol table
2014-02-19 Dominik Honnefmisc/emacs: add support for ff-find-other-file
2014-02-19 Dominik Honnefmisc/emacs: actually use point argument that is passed...
2014-02-19 Rick Arnoldcmd/link: change cloneProg to return the cloned value
2014-02-18 Brad Fitzpatrickcrypto/rc4: test the portable version too
2014-02-18 Brad Fitzpatrickapi: whitelist change to unicode.Version
2014-02-18 Rob Pikedoc/go1.3.txt: unicode upgrade to 6.3.0
2014-02-18 Marcel van... unicode: upgrade to Unicode 6.3.0
2014-02-18 Alex Brainmanrun.bat: use double-colon to comment text
2014-02-18 Andrew Gerrandgo/doc: document the conditions where examples are...
2014-02-18 Russ Coxundo CL 64100044 / 04d062c2e81c
2014-02-18 Nigel Taocmd/link: fix comment typo.
2014-02-18 Russ Coxcmd/gc, runtime: enable precisestack by default
2014-02-18 Russ Coxruntime: clear f, arg to avoid leak in timerproc
2014-02-17 Dave Cheneyundo CL 64820044 / 4f9dee8402af
2014-02-17 ChaiShushancrypto/md5: add example for Sum
next