]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-01-10 Nicholas Katsarosnet: add SetKeepAlivePeriod for windows
2014-01-10 Anthony Martinliblink: adjust format verbs to avoid collisions
2014-01-10 Rémy Oudomphengcmd/gc: mark OGOTO as a statement for formatters.
2014-01-10 Russ Coxcmd/link: Mach-O (OS X) file formatter
2014-01-10 Russ Coxcmd/link: intial skeleton of linker written in Go
2014-01-09 Brad Fitzpatricknet/http: use TCP keep-alives for ListenAndServe and...
2014-01-09 Ian Lance Taylorruntime: fix 32-bit malloc for pointers >= 0x80000000
2014-01-09 Robert Griesemergo/parser: slightly improved error message by adding...
2014-01-09 Brad Fitzpatrickapi: update next.txt
2014-01-09 Shenghou Matesting: document that ResetTimer also zeros the alloca...
2014-01-09 Adam Langleycrypto/tls: support renegotiation extension.
2014-01-09 Brad FitzpatrickA+C: Nicholas Katsaros (individual CLA)
2014-01-09 Rowan Worthruntime: co-exist with NPTL's pthread_cancel.
2014-01-09 Ian Lance TaylorA+C: sqweek (individual CLA)
2014-01-09 Aram Hăvărneanuos, os/exec, os/user: add support for GOOS=solaris
2014-01-09 Ian Lance Taylorruntime: change errorCString to a struct
2014-01-09 Russ Coxdebug/goobj: add String methods for SymID and SymKind
2014-01-09 Russ Coxlibmach: use different names for different Ureg types
2014-01-08 Rob Pikecmd/nm: add -sort=size
2014-01-08 David du Colombier libmach: use Go's ureg headers on Plan 9
2014-01-08 Keith Randallruntime: deallocate specials before deallocating the...
2014-01-08 Ian Lance Taylorruntime: handle gdb breakpoint in x86 traceback
2014-01-08 Jeff Sickelplan9: lookup query must seek to offset 0 before reading or
2014-01-08 Brad Fitzpatrickarchive/zip: new test for earlier zip64 fix
2014-01-08 Aram Hăvărneanuall: add solaris build tags
2014-01-08 Michael Hudson... cmd/go: test: do not put object files where later steps...
2014-01-07 Keith Randallruntime: use special records hung off the MSpan to
2014-01-07 Brad Fitzpatricknet/http: fix data race when sharing request body betwe...
2014-01-07 Shawn Smithencoding/csv: test that carriage return is handled...
2014-01-07 Rémy Oudomphengcmd/gc: add missing dupok flag for interface method...
2014-01-07 Joel Singcrypto/sha512: avoid duplicate block declaration on 386
2014-01-07 Rémy Oudomphengcmd/gc: do not omit wrapper for expression (interface...
2014-01-07 Joel Singcrypto/sha512: block implementation in amd64 assembly
2014-01-07 Aram Hăvărneanulib9, libmach, cmd/dist, go/build: add support for...
2014-01-07 Joel Singsyscall: include mmap constants in netbsd zerror* files
2014-01-07 Russ Coxcmd/gc: use 100x less memory for []byte("string")
2014-01-06 Adam Langleycrypto/rsa: support unpadded signatures.
2014-01-06 Brad Fitzpatrickundo CL 44150043 / 198bdc0984dd
2014-01-06 Brad Fitzpatrickarchive/zip: fix bug reading zip64 files
2014-01-06 Matthew Cottinghamnet/http: Add more call order tests for request form...
2014-01-06 Bill Thiedehash/fnv: fix overview link currently returning 404.
2014-01-06 Shawn Smithtime: add tests for Tick, NewTicker with negative duration
2014-01-06 Joel Singcrypto/sha256: block implementation in 386 assembly
2014-01-06 Volker Doblernet/http: remove todos from cookie code
2014-01-06 Volker Doblernet/http/cookiejar: document format of domain in Public...
2014-01-06 Emil Hessmanruntime: Fix panic when trying to stop CPU profiling...
2014-01-06 Dominik Honnefmisc/emacs: fontify type switch correctly
2014-01-06 Dominik Honnefmisc/emacs: minor cleanups
2014-01-05 Joel Singcrypto/sha1, crypto/sha256, crypto/sha512: use copy...
2014-01-04 Shawn Smithcontainer/list: improve test coverage
2014-01-04 Jeff Sickelruntime: plan 9 does have /dev/random
2014-01-04 Rob Pikespec: s/and/or/ for correctness and parallelism
2014-01-04 Keith Randallruntime: Fix race detector checks to ignore KindNoPoint...
2014-01-04 Emil Hessmanspec: Fix broken type identity link
2014-01-03 Dave Cheneyos: add tests for operations on nil *File methods
2014-01-03 Dave Cheneyos: return ErrInvalid if receiver is nil.
2014-01-03 Daniel Morsingcmd/gc: silence assignment errors to undefined symbols
2014-01-03 Emil Hessmanencoding/json: Fix missing error when trying to unmarsh...
2014-01-03 Joel Singsyscall: handle varied path lengths for unix sockets
2014-01-02 David Symondsruntime: increase attempt count for map iteration order...
2014-01-02 David Symondsruntime: add a test for randomised map iteration order.
2014-01-02 Brad FitzpatrickA+C: Pavel Zinovkin (individual CLA)
2014-01-02 Shawn Smithencoding/hex: add Decode error test case
2014-01-02 Shawn Smithtime: add tests for Duration.Nanoseconds, Duration...
2014-01-01 Dave Cheneyencoding/json: add tests for InvalidUnmarshalError
2014-01-01 Shawn Smithbufio: improve NewReaderSize, Peek, and UnreadByte...
2014-01-01 Shawn Smithencoding/json: improve omitempty test coverage
2014-01-01 Shawn Smithos: improve Readdir and Readdirnames test coverage
2014-01-01 Shawn Smithencoding/hex: add Decode test case with uppercase hex...
2013-12-31 Michael Stapelbergdebug/elf: add C source for testdata executables
2013-12-31 Shawn Smithcrypto/sha256: add tests for Size() and BlockSize()
2013-12-31 David Symonds2014: Year of the Gopher.
2013-12-31 Shawn Smithcrypto/sha1: add tests for Size() and BlockSize()
2013-12-31 Shawn Smithcontainer/ring: add test for Move with empty Ring
2013-12-31 Mikio Haranet: fix typo
2013-12-31 Shawn Smithcrypto/sha512: add tests for Size() and BlockSize()
2013-12-31 Josh Bleecher... text/template: don't panic when using AddParseTree...
2013-12-30 Mihai Boroboceaspec: example shows wrong value for complex constant
2013-12-30 Brad FitzpatrickA+C: Mihai Borobocea (individual CLA)
2013-12-30 Keith Randallcmd/6g: inline copies of up to 4 words in length.
2013-12-30 Keith Randallruntime: use readrange instead of read to check for...
2013-12-30 Richard Musiolreflect: fixed method name in Slice3 error message
2013-12-30 Shawn Smithreflect: add DeepEqual slice of slice inequality test
2013-12-29 Shawn Smithdoc/contribute: golang-dev -> golang-codereviews
2013-12-29 Shawn Smithreflect: remove length check for arrays in deepValueEqual
2013-12-29 Shawn Smithio: add tests for SectionReader ReadAt and Size
2013-12-29 Shawn Smithcrypto/hmac: add tests for Size() and BlockSize()
2013-12-29 Dave Cheneyruntime: load runtime.goarm as a byte, not a word
2013-12-28 Ian Lance Taylornet: work around Solaris connect issue when server...
2013-12-28 Shawn Smithbytes: add test for Contains
2013-12-28 Shawn Smitharchive/tar: add test case for passing nil to FileInfoH...
2013-12-27 Martin Olssonall: fix a few spelling errors in source comments
2013-12-27 Ian Lance TaylorA+C: Martin Olsson (individual CLA)
2013-12-27 Ian Lance Taylornet: use DialTimeout in TestSelfConnect
2013-12-27 Shawn Smithstrconv: add tests for FormatBool and AppendBool
2013-12-27 Shawn Smithstrconv: remove unused atof32int function
2013-12-27 Shawn Smithcrypto/cipher: remove unused shift1 function
2013-12-26 Brad Fitzpatricknet/http: quiet distracting test spam
2013-12-26 Brad Fitzpatricknet/http: fix data race in benchmark
2013-12-26 John Newlinnet/http: Release reference to chunkWriter's bufio...
next