]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-05-24 Russ Cox6l, 8l: fix Mach-O binaries with many dynamic libraries
2011-05-24 Anthony Martingc: relax assignability of method receivers
2011-05-24 Robert Griesemergo/scanner: remove some code
2011-05-24 Robert Griesemergo spec: be precise with the use of the informal ellips...
2011-05-24 Rob Pikedocs: remove some prose-unworthy empty parentheses.
2011-05-24 Rob Pikespec: add missing comma.
2011-05-24 Brad Fitzpatrickhttp: Client test for streaming responses (no code...
2011-05-24 Brad Fitzpatrickhttp: fix Set-Cookie date parsing
2011-05-24 Rob Pikeencoding/line: delete package.
2011-05-24 Andrew Gerrandgodoc: display advert for the package dashboard on...
2011-05-24 Eric Eisnermisc/emacs: don't select the mark after gofmt
2011-05-24 Rob Pikeimage/gif: simplify blockReader.Read.
2011-05-23 Brad Fitzpatrickgophertool: also accept commit form 8486:ab29d2698a47
2011-05-23 Robert Griesemergo spec: clarify rules for shifts
2011-05-23 Brad Fitzpatrickgophertool: Chrome extension to aid in Go development
2011-05-23 Kyle Consalustime: Remove unnecessary call to Nanoseconds() in after().
2011-05-23 Andrew Gerrandtag weekly.2011-05-22
2011-05-23 Andrew Gerrandweekly.2011-05-22 weekly.2011-05-22
2011-05-23 Brad Fitzpatrickhttp: add docs/warning on incorrect use of NewChunkedWriter
2011-05-22 Mikio Harasyscall: add IPv6 scope zone ID support
2011-05-22 Mikio Haranet: re-enable wildcard listening
2011-05-22 Dave Cheneyruntime: fix function args not checked warning on arm
2011-05-22 Evan Shawdoc: close paragraph tags in FAQ
2011-05-22 Andrew Gerrandflag: fix build
2011-05-21 Robert Henckecrypto/x509: fix incorrect prints found by govet
2011-05-21 Rob Pikeflags: allow distinct sets of flags.
2011-05-21 Dave Cheney5l: fix set but not used warnings
2011-05-21 Brad Fitzpatrickhttp: include Host header in requests, even with proxies
2011-05-20 Evan Shawfmt: scanning doc fix
2011-05-20 Brad Fitzpatricksyscall: sendfile
2011-05-20 Alexander Orlovmisc: syntax highlighting support on IntelliJ IDEA
2011-05-20 Adam Langleyasn1: add big support.
2011-05-20 Adam Langleycrypto/openpgp: add key generation support.
2011-05-20 Brad Fitzpatrickmime/multipart: add a multipart Writer
2011-05-20 Andrew Gerrandgodoc: remove paragraph tags around navigation div
2011-05-20 Andrew Gerrandgodoc: don't display navigation list with only 1 element
2011-05-20 Robert Griesemergo/printer, gofmt: fix formatting of expression lists...
2011-05-19 Robert GriesemerA+C: Alexander Orlov (individual CLA)
2011-05-19 Gustavo Niemeyertemplate: support string, int and float literals
2011-05-19 David Symondsflag: fix docs on flag.Var.
2011-05-19 Anthony Martincrypto/rand: add utility functions for number generation
2011-05-19 Brad Fitzpatrickhttp: Client.Do should follow redirects for GET and...
2011-05-18 Mikio Harasyscall: add netlink support for linux/386, linux/amd64...
2011-05-18 Nigel Taoimage/jpeg: small memory layout optimization for encoding.
2011-05-18 Jonathan Allie crypto/x509: add support for parsing and verifying...
2011-05-18 Robert Griesemerfmt: fix minor documentation nits
2011-05-18 Russ Coxcgo: use packed struct to fix Windows behavior
2011-05-18 Robert Griesemerbig: support %v and # modifier, better handling of...
2011-05-18 Nigel Taoimage/jpeg: make writeDQT do fewer array copies.
2011-05-18 Mikio Harasyscall: adjust freebsd syscalls.master URL properly
2011-05-18 Robert Henckepkg: spelling tweaks, A-H
2011-05-18 Wei Guangjing6l: fix emit windows dwarf sections
2011-05-18 Brad Fitzpatrickhttp: add Transport.ProxySelector
2011-05-18 Mikio Harasyscall: add TODO about required manual corrections
2011-05-17 Nigel Taoimage/jpeg: fix bounds calculation for grayscale JPEG...
2011-05-17 Robert Griesemerbig: better support for string conversions
2011-05-17 Brad Fitzpatrickhttp: add http.SetCookie(ResponseWriter, *Cookie)
2011-05-17 Roger Peppebig: add Int methods to act on numbered bits.
2011-05-17 Robert Griesemergo/ast resolver: properly maintain map of package globa...
2011-05-17 Rob Pikereflect: make allocation test less fragile.
2011-05-17 Andrew Gerranddoc: add Korean Go site
2011-05-17 Robert Henckepkg: fix new incorrect prints found by govet
2011-05-17 Andrew Gerranddoc: add I/O 2011 talks to talks/, docs.html, and front...
2011-05-17 Mikio Haranet, http: add and make use of IP address scope identif...
2011-05-17 Alex Brainmanfilepath: make EvalSymlinks work on Windows
2011-05-17 Anthony Martin8g: fix conversion from float to uint64
2011-05-16 Rob Pikeimage/gif: enable images with <8 bits per pixel.
2011-05-16 Rob PikeGIF: support decoding of interlaced images.
2011-05-16 Gary Burdnet: sort records returned by LookupSRV
2011-05-16 Russ CoxA+C: Gary Burd (individual CLA)
2011-05-16 Russ Coxdoc/go_mem.html: close happens before receive on closed...
2011-05-16 Mikio Haranet: protocol family adaptive address family selection
2011-05-16 Alexey Borzenkovruntime: make StackSystem part of StackGuard
2011-05-16 Russ Coxld: do not emit reference to dynamic library named ""
2011-05-16 Russ Cox5c, 5g: another attempt at silencing gcc
2011-05-16 Russ Cox5l: delete pre-ARMv4 instruction implementations
2011-05-16 Adam Langleycrypto/x509: support DSA public keys in X.509 certs.
2011-05-16 Brad Fitzpatrickos: fix Windows build from earlier readdir change
2011-05-16 Nigel Taoimage/jpeg: decode grayscale images, not just color...
2011-05-16 Brad Fitzpatrickos: make Readdir & Readdirnames return os.EOF at end
2011-05-15 Nigel Taospec: fix copy to return "number of elements copied...
2011-05-15 Nigel Taostrings: make Reader.Read use copy instead of an explic...
2011-05-15 Robert Henckegofmt: skip bug340.go in test.sh
2011-05-15 Robert Henckepkg: fix incorrect prints found by govet
2011-05-14 Brad Fitzpatrickunicode: build maketables during testshort too
2011-05-14 Adam Langleycrypto/openpgp: change PublicKey.Serialize to include...
2011-05-14 David Symondsmisc/vim: drop indent support for jump labels.
2011-05-14 Brad Fitzpatrickfix windows build: http.Get finalURL removal missed...
2011-05-14 Robert Griesemergo/types: fix (some) builds
2011-05-13 Rob Pikecontrib*.html: make "golang-dev" the default reviewer.
2011-05-13 Brad Fitzpatrickhttp: add Request.SetBasicAuth method
2011-05-13 Luuk van Dijkgc: generalize dst = append(src,...) inlining to arbitr...
2011-05-13 Robert Griesemergo/types: type checker API + testing infrastructure
2011-05-13 Robert Griesemergo spec: fix error in production syntax
2011-05-13 Rob Piketiming: update numbers for regex-dna
2011-05-13 Russ Cox5c, 5g: fix build with too-smart gcc
2011-05-13 Russ Coxdashboard: delay hg pull until needed
2011-05-13 David Symondsmisc/vim: new Vim indentation script.
2011-05-13 Eivind Uggedalhttp: make HEAD client request follow redirects
2011-05-13 Russ Coxcodereview: handle 'null as missing field' in rietveld...
next