]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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.
2011-05-29 Alex Brainmanos: fix windows version of Readdir(0)
2011-05-28 Alex Brainmangotest, pkg/exec: use bash instead of sh to execute...
2011-05-27 Evan Shawgo/scanner: don't allow "0x" and "0X" as integers
2011-05-27 Brad Fitzpatrickhttp: client+server benchmark
2011-05-27 Brad Fitzpatrickencoding/binary: add a non-reflect fast path for Write
2011-05-27 Evan Shawbig: make Int and Rat implement fmt.Scanner
2011-05-27 Rob Piketime: midnight is 12AM.
2011-05-27 Brad Fitzpatrickos: yet more Readdir tests and fix earlier regression
2011-05-27 Brad Fitzpatrickos: improve Readdir test coverage, fix Readdir(0) on EOF
2011-05-27 Brad Fitzpatrickhttp: propagate Set-Cookie in reverse proxy
2011-05-27 Brad Fitzpatrickhttp/spdy: temporarily disable some failing tests
2011-05-27 Rob Piketime: fix Format bug: noon is 12PM, not 0PM.
2011-05-27 Gustavo Niemeyercgo: restrict #cgo directives to prevent shell expansion
2011-05-27 Rob Pikecrypto/tls/generate_cert.go: fix misspelling of O_CREATE.
2011-05-27 Alex Brainmanos: another attempt to handle OpenFile flag parameter...
2011-05-27 Andrew Gerranddoc: put Release History link on 'Documentation' page
2011-05-27 Dmitry Chestnykhruntime: fix mmap error return on linux.
2011-05-27 Gustavo Niemeyercgo: support pkg-config for flags and libs
2011-05-27 Mikio Harasyscall: add routing messages support for BSD variants
2011-05-26 Alex Brainmanos: TestMkdirAll should not fail to delete _test/_TestM...
2011-05-26 Mikio Harasyscall: add routing messages support for Linux
2011-05-26 Ivan Krasincompress/flate: fix Huffman tree bug
2011-05-26 Robert Griesemerfix build: temporarily disable the use of strings.Reade...
2011-05-26 Ian Lance Taylorgc: patch y.tab.c to fix build when using Bison 2.5
2011-05-26 Robert Griesemerio: add ByteScanner, RuneScanner interfaces
next