]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-09-04 Ian Lance Taylorcmd/cgo: don't let #cgo directives mess up line numbering
2013-09-04 Rob Piketext/template: allow eq to take more than two arguments
2013-09-04 Mikio Haranet/http: remove dreg of obsoleted network poller
2013-09-03 Adam Langleydoc/go1.2.txt: crypto/{x509,tls} changes
2013-09-03 Brad Fitzpatricknet/http: sniff less
2013-09-02 Mikio Haranet: fix TestFirstFavoriteAddr failure on single IP...
2013-08-31 Keith Randallruntime: clean up map code. Remove hashmap.h.
2013-08-31 Joel Singcmd/8l: add support for dragonfly/386
2013-08-31 Joel Singruntime, syscall: add support for dragonfly/386
2013-08-31 Joel Singsyscall: z* files for dragonfly/386
2013-08-31 Keith Randallruntime: record type information for hashtable internal...
2013-08-31 Joel Singcmd/5l,cmd/6l,cmd/8l: fix dragonflydynld path
2013-08-31 Mikio Haranet: keep lookup IP stuff close
2013-08-31 Mikio Haranet: make resolveInternetAddr return a list of addresses
2013-08-31 Brad Fitzpatrickdoc/go1.2.txt: add compress/gzip and database/sql lines
2013-08-30 Brad Fitzpatrickcompress/gzip: add Writer.Reset
2013-08-30 Tad Glinesdatabase/sql: add SetMaxOpenConns
2013-08-30 Adam Langleycrypto/x509: expose arbitary X.509 extensions.
2013-08-30 Dmitriy Vyukovlibbio, all cmd: consistently use BGETC/BPUTC instead...
2013-08-30 Nigel Taogo/build: fix deps_test for Plan 9's os/user dependenci...
2013-08-30 Nigel Taoimage/color/palette: move Plan9Palette and WebSafePalet...
2013-08-30 Rob Pikedoc/go1.2.txt: compress/flate changes
2013-08-30 Mikio Haranet: add addrList
2013-08-30 Brad Fitzpatrickundo CL 10726044 / c9bea548fb6f
2013-08-30 Tad Glinesdatabase/sql: add SetMaxOpenConns
2013-08-30 Brad FitzpatrickA+C: Tad Glines (individual CLA)
2013-08-30 Emil Hessmanmisc/dist: remove Xcode files from the darwin binary...
2013-08-30 Mikio Haranet: add netaddr interface
2013-08-29 Brad Fitzpatrickmisc/pprof: work with either LWP::UserAgent or curl
2013-08-29 Keith Randallruntime: jump to badmcall instead of calling it.
2013-08-29 Brad Fitzpatrickregexp/syntax: optimize EmptyOpContext
2013-08-29 Adam Langleycrypto/tls: support AES-GCM.
2013-08-29 Brad Fitzpatrickregexp: fix a benchmark case
2013-08-29 Shenghou Manet/http: redirect handlers from mux.Handler() shouldn...
2013-08-29 Carl Shapiroruntime: check bitmap word for allocated bit in markonly
2013-08-29 Keith Randallcmd/cc,runtime: change preprocessor to expand macros...
2013-08-29 Rémy Oudomphengcompress/flate: implement Reset method on Writer.
2013-08-29 Brad Fitzpatrickmisc: add linkcheck tool
2013-08-29 Daniel Morsingcmd/gc: make method names for function scoped types...
2013-08-29 Lucio De Recmd/8g: add descriptions for some missing instructions.
2013-08-29 Rémy Oudomphengcmd/gc: fix detection of initialization loop.
2013-08-29 Rémy Oudomphengcmd/gc: fix method values whose receiver is an unnamed...
2013-08-29 Rob Pikecmd/go: make it work for code.google.com cloned reposit...
2013-08-29 Robert Daniel... net: make channel-based semaphore depend on receive...
2013-08-29 Andrew Gerrandundo CL 13180043 / 318540e7857f
2013-08-29 Andrew Gerrandos/exec: return idempotent Closer from StdinPipe
2013-08-29 Andrew Gerrandencoding/json: add "overflow" struct tag option
2013-08-29 Dave Cheneysort: use a very fast random generator for benchmarks
2013-08-29 Rob Pikeruntime: re-enable TestParForParallel
2013-08-28 Mikio Haranet: make protocol-specific Dial and Listen return...
2013-08-28 Mikio Haranet: BUG section for ReadFrom, ReadFromIP methods of...
2013-08-29 Rob Pikecmd/go: add -race flag to 'go list'
2013-08-29 Rob Pikedoc/go1.2.txt: text/template's if-else
2013-08-28 Robin Eklindfmt: Remove some unnecessary conversions.
2013-08-28 Brad Fitzpatricktime: add more docs on Sleep
2013-08-28 Rob Piketext/template: allow {{else if ... }} to simplify if...
2013-08-28 Josh Bleecher... sync: improve once.Do documentation readability
2013-08-27 Andrew GerrandC: add Asim Shankar (Google CLA)
2013-08-27 Brad Fitzpatricknet/http: document Request.Body more
2013-08-27 Brad Fitzpatricknet/smtp: clarify that SendMail's auth param is optional
2013-08-27 Rémy Oudomphengcmd/gc: tag builtin error, byte, rune to avoid exportin...
2013-08-27 Rémy Oudomphengcmd/5g: avoid clash between R13 and F3 registers.
2013-08-27 Shivakumar GNmisc/pprof: pprof http used with net/http/pprof not...
2013-08-27 Caleb Sparego/ast: fix comment formatting
2013-08-27 Volker Doblersort: harden limit in stable test
2013-08-27 Alan Donovanmisc/emacs: allow users to customize path of 'go' tool.
2013-08-27 Volker Doblercmd/gc: mark panicslice as unlikely
2013-08-27 Mathieu Lonjaretencoding/binary: use bytes.Reader in read example
2013-08-27 Alex Brainmannet: have separate read and write processing threads...
2013-08-27 Rob Pikedoc/go1.2.txt: dereference pointer values when evaluati...
2013-08-27 Rob Piketext/template: make the escapers for HTML etc. handle...
2013-08-26 Mikio Haranet: enable PacketConn test for raw IP network on Windows
2013-08-26 Evan Shawbytes, strings: use copy in Repeat
2013-08-26 Adam LangleyC: add JP Sugarbroad (Google CLA)
2013-08-26 Volker Doblernet/http: do not send leading dot in cookie domain...
2013-08-25 Rob Pikedoc/go_faq.html: fix non-grammatical sentence
2013-08-24 Mikio Harasyscall: update routing socket parser for NetBSD 6...
2013-08-24 Brad Fitzpatrickbytes: clarify Equal docs
2013-08-24 Brad Fitzpatrickcmd/api: be more robust against OS deleting temp files
2013-08-24 Brad Fitzpatrickcmd/api: ignore GOARCH when building cmd/api.
2013-08-24 Mikio Haranet: allow TestDialFailPDLeak run in long-mode test
2013-08-24 Nicolas Owensos/user: Current support on Plan 9
2013-08-24 Rémy Oudomphengsyscall: add Cloneflags to Linux SysProcAttr.
2013-08-24 Keith Randallruntime: rename FlagNoPointers to FlagNoScan. Better...
2013-08-24 Keith Randallcmd/gc: Reset haspointers computation. When converting...
2013-08-23 Carl Shapiroos/exec: remove flaky TestExtraFilesFDShuffle test
2013-08-23 Rémy Oudomphengsyscall: define CLONE_* constants on Linux.
2013-08-23 Joel Singall: dragonfly support
2013-08-23 Joel Singnet: dragonfly support
2013-08-23 Joel Singos: dragonfly support
2013-08-23 Joel Singsyscall: dragonfly/amd64 z-files
2013-08-23 Joel Singsyscall: dragonfly/amd64 support
2013-08-23 Joel Singruntime: add dragonfly/amd64 port
2013-08-23 Jan Mercldoc: correct a minor go_mem.html mistake
2013-08-23 Brad FitzpatrickA+C: Jan Mercl (individual CLA)
2013-08-23 Joel Singcmd/5l,cmd/8l: unbreak arm and 386 linkers
2013-08-23 Joel Singall: compiler/bootstrap for dragonfly/amd64
2013-08-23 Mikio Haranet: fix dial to raw IP networks on Windows
2013-08-23 Mikio Haranet: fix race in TestDNSThreadLimit
2013-08-23 Alex Brainmannet: wait longer before failing TestVariousDeadlines4Pr...
next