]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2011-05-13 Russ CoxA+C: Eivind Uggedal (individual CLA)
2011-05-13 Brad Fitzpatrickdoc: auto-generated html change missing from 7ee7980ea06d
2011-05-13 Sameer Ajmanimisc/emacs: bug fix: use UTF-8 when invoking gofmt...
2011-05-13 Brad Fitzpatrickhttp: remove finalURL from Client.Get; move to Response
2011-05-13 Mikio Haranet: remove unused functions
2011-05-13 Alex Brainman6l, 8l: emit windows dwarf sections similar to other...
2011-05-13 Robert Henckestrconv: document and test True and False for Atob
2011-05-13 Robert Henckegotest: document unit of time for elapsed()
2011-05-13 Robert Griesemergo/*: various small fixes
2011-05-13 Russ Coxcodereview: fix clpatch
2011-05-13 Benny Siegertimage/tiff: Reject images with SampleFormat != 1.
2011-05-12 Brad Fitzpatrickhtml: parse empty, unquoted, and single-quoted attribut...
2011-05-12 Robert Griesemergo spec: clarify semantics of range clause
2011-05-12 Robert Griesemergo/printer: more accurate comment for incomplete struct...
2011-05-12 Robert Griesemergo/ast: consider anonymous fields and set Incomplete...
2011-05-12 Robert Griesemergo/doc, godoc: when filtering for godoc, don't remove...
2011-05-12 Russ Coxdashboard: fix for branches
2011-05-12 Johan Euphrosinedoc/codelab: correct typo.
2011-05-12 Russ CoxCONTRIBUTORS: add Johan Euphrosine (Google CLA)
2011-05-12 Russ Cox5l, 8l: add ELF symbol table to binary
2011-05-12 Anthony Martinld: fix alignment of rodata section on Plan 9
2011-05-12 Lorenzo Stoakesgc: fix type switch error message for invalid cases.
2011-05-12 Russ Coxcodereview: fetch metadata using JSON API, not XML...
2011-05-12 Anthony Martinmake: add nuke target for C commands and libs
2011-05-12 Brad Fitzpatrickhttp: fix two Transport gzip+persist crashes
2011-05-11 Adam Langleycompress/zlib: actually use provided dictionary.
2011-05-11 Christian Himpelhttp: write cookies according to RFC 6265
2011-05-11 Brad Fitzpatrickhttp: fix transport bug with zero-length bodies
2011-05-11 Nigel Taoimage/bmp: implement a BMP decoder.
2011-05-11 Nigel Taoimage/gif: minor fixes.
2011-05-11 Rob Pikeeffective go: explain about values/pointers in String...
2011-05-11 Adam Langleycrypto/x509/crl: add package
2011-05-11 Luuk van Dijkgc: inline append when len<cap
2011-05-11 Brad Fitzpatrickhttp: don't Clean query string in relative redirects
2011-05-11 Andrew Gerranddoc/roadmap: put "App Engine support" under "Done".
2011-05-10 Russ Coxgc: fix unsafe.Sizeof
2011-05-10 Robert Griesemergo/ast, go/doc, godoc: consider struct fields and inter...
2011-05-10 Albert Strasheimruntime: add newline to "finalizer already set" error
2011-05-10 Nigel Taoimage/jpeg: speed up decoding by inlining the clip...
2011-05-09 Robert Griesemergo/printer, gofmt: fix alignment of "=" in const/var...
2011-05-09 Robert Griesemergo/parser: always introduce an ast.Object when declarin...
2011-05-09 Rob Pikegif: fix build
2011-05-09 Rob Pikeimage/gif: implement transparency.
2011-05-08 Rob Pikego spec: fix up HTML glitches.
2011-05-08 Rob Pikeeffective go: update to new Open signature.
2011-05-08 Alex Brainmansyscall: change Overlapped.HEvent type, it is a handle
2011-05-08 Alex Brainmansyscall: fix bug in mksyscall_windows.pl
2011-05-08 Rob Pikeimage/gif: GIF decoder
2011-05-08 Nigel Taocompress/lzw: silently drop implied codes that are...
2011-05-07 Anschel Schaffer... gob: Doc typo fix
2011-05-07 Joe Poirierwindows: reset command var to sh for correct error...
2011-05-06 Roger Peppecgo: put CFLAGS before filename argument
next