]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-05-24 Gerasimos Dimitriadisasn1: Stricter checks for DER encoded booleans
2013-05-24 Adam LangleyA+C: Gerasimos Dimitriadis (individual CLA)
2013-05-24 Dmitriy Vyukovlog/syslog: fix deadlock in test
2013-05-24 Dave Cheneymisc/cgo/testso: use bash to run test.bash
2013-05-24 Ian Lance Taylorcmd/cgo: change GoStringN and GoBytes from intgo to...
2013-05-24 Ian Lance Taylorcmd/cgo: use intgo, not int, for string and slice struc...
2013-05-24 Rob Piketest/bench/shootout/timing.log: update to Go 1.1
2013-05-23 Frederick Kelly... runtime: faster range on empty map
2013-05-23 Brad FitzpatrickA+C: Frederick Kelly Mayle III (individual CLA)
2013-05-23 Brad Fitzpatrickcodereview: close the head tag
2013-05-23 Dominik Honnefmisc/emacs: Do not modify kill ring when programmatical...
2013-05-23 Daniel Morsingio: Prioritize WriterTos over ReaderFroms in Copy.
2013-05-23 Nan Dengcrypto/rsa: implement PSS signatures.
2013-05-23 Mikio Harasyscall: add IPv6 socket options for Unix variants
2013-05-23 Alex Brainmancmd/go: check GOROOT directory is present before acting
2013-05-22 Francesc Campoycodereview.py: improve error message when user is not...
2013-05-22 Robert Griesemergo/doc: fix build
2013-05-22 Adam LangleyA+C: Nan Deng (individual CLA)
2013-05-22 Rémy Oudomphengtest: add test for issue 3888.
2013-05-22 Shenghou Matest/errchk: use "#!/usr/bin/env perl" shebang line
2013-05-22 Shenghou Mabufio: fix SplitFunc docs
2013-05-22 Robert Griesemergo/ast: fix FuncType.Pos() impl. and FuncType.Params...
2013-05-22 Ian Lance Taylordoc: GCC 4.8.1 is not updated to Go 1.1
2013-05-22 Rob Pikelog/syslog: report errors from write
2013-05-22 Daniel Morsingcmd/cc: reject unions containing pointers
2013-05-22 Dmitriy Vyukovruntime: properly synchronize GC and finalizer goroutine
2013-05-22 Dmitriy Vyukovruntime: detect deadlocks in programs using cgo
2013-05-22 Shenghou Macmd/go: use "go get" instead of "go install" to install vet
2013-05-22 Rob Pikeundo CL 9658043 / ac7877558dce
2013-05-22 Dmitriy Vyukovruntime: fix and speedup malloc stats
2013-05-22 Rob Pikelog/syslog: report errors from Fprintf
2013-05-22 Shenghou Mainclude: add a README file
2013-05-22 Dmitriy Vyukovruntime: simplify MCache
2013-05-22 Rob Pikecmd/go: support new location for vet
2013-05-22 David Symondsdoc/go_faq: fix example.
2013-05-22 Brad Fitzpatricknet/http: add another Hijacker test
2013-05-21 Brad Fitzpatrickbufio: reuse Writer buffers after Flush
2013-05-21 Brad Fitzpatricknet/http: don't send Accept-Encoding on HEAD requests
2013-05-21 Brad Fitzpatrickdatabase/sql: remove extra RemoveDep call
2013-05-21 Brad Fitzpatricktime: remove Time.FormatAppend
2013-05-21 Daniel Morsingcmd/gc: fix confusing error with broken types and defer/go
2013-05-21 Shenghou Macmd/go: fix LDFLAGS handling, enable misc/cgo/testso...
2013-05-21 Brad Fitzpatrickapi: update next.txt
2013-05-21 Brad Fitzpatrickcodereview: add khr as a person
2013-05-21 Adam Langleycrypto/tls: don't send NPN extension if NextProtos...
2013-05-21 Shenghou Macmd/api: add more platforms
2013-05-21 Brad Fitzpatricknet/http: use WriteString directly when possible
2013-05-20 Rémy Oudomphengcmd/gc: clear n->list of OFOR range loop after walk.
2013-05-20 Rémy Oudomphengcmd/gc: eliminate a useless bounds check in inlined...
2013-05-20 Robert Griesemerspec: removed old or invalid TODOs
2013-05-20 Robert Griesemerspec: fix language about "range" clause
2013-05-20 Shenghou Mamisc/dashboard/builder: handle Plan 9 in defaultSuffix()
2013-05-20 Adam Langleycrypto/x509: provide better error messages for X.509...
2013-05-20 Dmitriy Vyukovtest: do not run the test that relies on precise GC...
2013-05-20 Brad Fitzpatricknet/http: simplify transfer body; reduces allocations too
2013-05-20 Mikio Harasyscall: prefer PATH environment variable in bootstrap...
2013-05-20 Mikio Hararuntime: integrated network poller for freebsd/amd64...
2013-05-20 Alex Brainmannet: move system common global variables into fd_unix.go
2013-05-20 Dmitriy Vyukovruntime: zeroize g->fnstart to not prevent GC of the...
2013-05-20 Brad Fitzpatricknet/http: fewer allocations in the server path
2013-05-20 Alex Brainmanruntime: change PollDesc.fd from int32 to uintptr
2013-05-19 Dmitriy Vyukovruntime: properly set G status after syscall
2013-05-19 Dave Cheneymisc/dashboard: add go.tools to list of subrepos
2013-05-18 Anthony Martinruntime, cmd/gc: clean up function protoypes
2013-05-18 Anthony Martinruntime: mark usleep as NOSPLIT on Plan 9
2013-05-18 Anthony Martinruntime: fix newproc debugging print
2013-05-18 Keith Randallcompress/flate: faster version of forwardCopy
2013-05-18 Dominik Honnefcmd/go: Update documentation of go run to match current...
2013-05-17 Brad Fitzpatrickbufio: make Reader buffer transient
2013-05-17 Rob Pikecmd/vet: delete; it now lives in the go.tools subrepo
2013-05-17 Keith Randallruntime: faster x86 memmove (a.k.a. built-in copy())
2013-05-17 Shenghou Mamisc/cgo/test: deflake TestParallelSleep once more
2013-05-17 Shenghou Macmd/ld: emit .tbss section when doing dynamic internal...
2013-05-17 Alex Brainmanos: clarify windows read console code
2013-05-17 Alex Brainmanruntime: revert 3c2cddfbdaec
2013-05-17 Alex Brainmanruntime: do not mark os memory as executable on windows
2013-05-16 Carl Shapiroruntime: fix scanning of not started goroutines
2013-05-16 Adam Langleycrypto/tls: fix flakey test.
2013-05-16 Alex Brainmanos: use small buffer when reading from windows console
2013-05-16 Rémy Oudomphengcmd/gc: repair make(T) in export data for inlining.
2013-05-16 Brad Fitzpatricktime: add Time.FormatAppend
2013-05-15 Robert Henckereflect: use visit structure for map key in DeepEqual
2013-05-15 Dmitriy Vyukovruntime: fix GC scanning of slices
2013-05-15 Rob Pikemisc/dashboard/codereview: add cshapiro and mpvl to...
2013-05-15 Dmitriy Vyukovruntime: add simple malloc benchmarks
2013-05-15 Keith Randallruntime: Optimize aeshash a bit. Use a better predicte...
2013-05-15 Dmitriy Vyukovruntime: transfer whole span from MCentral to MCache
2013-05-15 Adam Langleycrypto/rsa: check for minimal PKCS#1 v1.5 padding.
2013-05-15 Adam Langleycrypto/tls: ignore empty TLS records.
2013-05-15 Adam Langleymath/big: save some copies in binaryGCD.
2013-05-15 Dmitriy Vyukovruntime: unset m->locks after actual lock unlock
2013-05-15 Dmitriy Vyukovruntime: use enums instead static vars for debugging
2013-05-15 Dmitriy Vyukovruntime: inline size to class conversion in malloc()
2013-05-15 Alex Brainmanmisc/cgo/test: add missing import
2013-05-15 Shenghou Mamisc/cgo/test: test for issue 5337.
2013-05-15 Brad Fitzpatrickcmd/godoc: don't warn about HEAD requests
2013-05-15 Shenghou Macmd/yacc: don't emit line comment when -l is given
2013-05-15 Alexey Borzenkovos/user: faster user lookup on Windows
2013-05-15 Dominik Honnefmisc/emacs: Add support for methods with unnamed receiver
2013-05-15 Jonathan Hseutesting/quick: fix for aliased types, delete duplicate...
next