]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-06-06 Rob PikeCONTRIBUTORS: C+A for David Jakob Fritz and Jeffrey...
2011-06-06 David Symondsmail: address list parsing.
2011-06-06 Andrew Gerrandcrypto/twofish: fix Reset index overflow bug.
2011-06-06 Benny Siegertimage/tiff: support for bit depths other than 8.
2011-06-06 Andrew Gerranddoc: don't insert paragraphs inside pre blocks
2011-06-06 Andrew Gerranddashboard: bug fix
2011-06-06 Alex Brainmango/build: fix windows build by commenting out reference...
2011-06-05 Andrew Gerrandgo/build: exclude cgo test from arm
2011-06-05 Nigel Taoimage/draw: move exp/draw to image/draw and exp/gui.
2011-06-04 Andrew Gerrandgo/build: new package for building go programs
2011-06-03 Rob Pikeunicode: for consistency with MaxRune, s/Latin1Max...
2011-06-03 Rob Pikeunicode: add the first few property tests for printing.
2011-06-03 Robert Griesemerebnf: update comment
2011-06-03 Brad Fitzpatrickhttp: don't fail on accept hitting EMFILE
2011-06-03 Mikio Haranet: fix windows build
2011-06-03 Mikio Haranet: add network interface identification API
2011-06-03 Russ Cox8g: compute register liveness during regopt
2011-06-03 Dmitriy Vyukovtesting: check that tests and benchmarks do not affect...
2011-06-03 Lucio De Re8l, ld: Initial adjustments for Plan 9 native compilati...
2011-06-03 Luuk van Dijkgc: renamed walkdef to typecheckdef and moved from...
2011-06-03 Andrew Gerranddashboard: add favicon.ico
2011-06-03 Nigel Taoimage: rename Contains and ContainsRectangle to In.
2011-06-03 Luuk van Dijkgc: allow tags on parameters in export section of objec...
2011-06-03 Nigel Taoexp/draw: fix clipping bug where sp/mp were not shifted...
2011-06-03 Andrew Gerrandtag weekly.2011-06-02
2011-06-03 Andrew Gerrandweekly.2011-06-02 weekly.2011-06-02
2011-06-02 Andrew Gerranddoc: add Belarusian FAQ translation
2011-06-02 Rob Pikefmt: fix bug in UnreadRune: must clear memory of previous
2011-06-02 Rob Pikeexec: change exec.PathError to exec.Error
2011-06-02 Brad Fitzpatrickhttp: ServeFile shouldn't send Content-Length when...
2011-06-02 Robert Griesemerbig: remove some unnecessary conversions
2011-06-02 Brad Fitzpatrickhttp: catch panics
2011-06-02 Robert Griesemerbig: do not modify divisor
2011-06-02 Brad Fitzpatrickexec: add Cmd methods StdinPipe, StdoutPipe, StderrPipe
2011-06-02 Russ Coxsync/atomic: fix check64
2011-06-02 Brad Fitzpatrickexec: missing docs, errors
2011-06-02 Luuk van Dijkgc: typecheck the whole tree before walking. preparati...
2011-06-02 Russ Coxpath/filepath: skip permission test in all.bash
2011-06-02 Dmitriy Vyukovtesting: fix MB/s computation, documentation
2011-06-02 Mikio Haranet, syscall: update IP multicast socket options for...
2011-06-02 Rob Piketemplate: explain that fields must be exported.
2011-06-02 Russ Coxcompress/flate: do not use background goroutines
2011-06-02 Nigel Taoimage: add a SubImage method.
2011-06-02 Alex Brainmanruntime: do not garbage collect windows callbacks
2011-06-02 Andrew Gerranddoc: add link to App Engine docs to front page
2011-06-02 Rob Pikefmt: return EOF when out of input in Scan*.
2011-06-02 William Chanhttp/spdy: reorganize package.
2011-06-01 Gustavo Niemeyersync: always wake up previously sleeping goroutines...
2011-06-01 Robert Griesemerbig: fix broken overflow test
2011-06-01 Brad Fitzpatrickexec: new API, replace Run with Command
2011-06-01 Robert Griesemerfix build: remove non-portable test case
2011-06-01 Robert Griesemergodoc: basic setup for running godoc on local app engin...
2011-06-01 Robert Griesemerbig: ~8x faster number scanning
2011-06-01 Russ Coxundo CL 4557058 / b4c2ffae7034
2011-06-01 Adam Langleycrypto/openpgp: add support for symmetrically encryptin...
2011-06-01 Mikkel Krautzasn1: fix marshalling of empty optional RawValues
2011-06-01 Luuk van Dijkgc: make merely referencing an outer variable in a...
2011-06-01 Rob Pikepath/filepath: clean up a triple negative.
2011-06-01 David Symondsmail: new package.
2011-06-01 Yuval Pavel... Make unix Readdir and windows Readdirnames return parti...
2011-06-01 Rob Pikefilepath: remove string constants. They are unnecessary.
2011-06-01 Andrew Gerrandgobuilder: include file missing from change, fix build
2011-06-01 Andrew Gerrandgoinstall: document GOPATH and support relative/absolut...
2011-05-31 Rob Pikeunicode: guarantee that the 32-bit range tables contain...
2011-05-31 Rob Pikegophertool: make the keyword 'golang'
2011-05-31 William Chanhttp/spdy: fix data race in header decompression.
2011-05-31 Brad Fitzpatrickgophertool: also permit typing "go [whatever]" in omnibox
2011-05-31 Russ Coxnet: stop Mac popups
2011-05-31 Russ Coxgc: fix m[x], _ = y.(T)
2011-05-31 Anthony Martingc: disallow ... in type conversions
2011-05-31 Adam Langleyencoding/hex: don't try to print DEL.
2011-05-31 Russ Coxgc: implement new shift rules
2011-05-31 Luuk van Dijkgc: elide call to runtime.closure for function literals...
2011-05-31 Russ Coxmisc/cgo: remove reference to 'destroy' function
2011-05-31 Russ Coxundo CL 4515163 / 42c3cfa4d64f
2011-05-31 Dave Cheneyruntime: use HOST_CC to compile mkversion
2011-05-31 Anthony Martingc: check parameter declarations in interface fields
2011-05-31 Adam Langleyencoding/hex: add hex dumping.
2011-05-31 Brad Fitzpatrickhttp: have client set Content-Length when possible
2011-05-31 Christopher... net: name-based destination address selection
2011-05-31 Dmitriy Vyukovruntime: reset GOMAXPROCS during tests
2011-05-31 Vincent Vanackeresyscall : add ProcAttr field to pass an unescaped comma...
2011-05-31 Alexey Borzenkovruntime: save cdecl registers in Windows SEH handler
2011-05-31 Gustavo Niemeyerfilepath: Abs must always return a clean path
2011-05-30 Rob Pikeunicode: make the tables smaller.
2011-05-30 Russ Coxgoinstall: skip standard packages
2011-05-30 Gustavo Niemeyertemplate: fix and clean interaction between quotes...
2011-05-30 Andrew Gerrandgobuilder: remove some windows-specificity
2011-05-30 Robert Henckepkg: spelling tweaks, I-Z
2011-05-30 Alex Brainmangoinstall: use bash to execute gomake
2011-05-30 Yasuhiro Matsumotosrc: Make.pkg don't create $(TARGDIR) with goinstall.
2011-05-30 Yasuhiro Matsumotomisc/vim: limit Fmt command to Go buffers.
2011-05-30 Andrew Gerranddashboard: send notification emails when the build...
2011-05-30 Alex Brainmangobuilder: fixes for windows
2011-05-30 Nigel Taoimage/png: fix encoding of images that don't start...
2011-05-30 David Symondsgob: fix documentation on Decoder.Decode.
2011-05-29 Brad Fitzpatrickhttp: let Transport use a custom net.Dial function
2011-05-29 Rob Piketemplate: cosmetic cleanups.
2011-05-29 Gustavo Niemeyertemplate: fix quote-handling with formatters
2011-05-29 Yasuhiro Matsumotoos: fix os.MkdirAll with backslash path separator.
next