]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2011-05-26 Robert Griesemerstrings: implement UnreadByte, UnreadRune
2011-05-26 William Chanhttp/spdy: redo interfaces, flesh out implementation...
2011-05-26 Brad FitzpatrickCONTRIBUTORS: add William Chan (Google CLA)
2011-05-26 Brad Fitzpatrickencoding/binary: add a non-reflect fast path for Read
2011-05-26 Yasuhiro Matsumotoexp/eval: fix compile error.
2011-05-26 Brad Fitzpatrickmime/multipart: misc code/doc fixes
2011-05-25 Brad Fitzpatrickhttp: Transport hook to register non-http(s) protocols
2011-05-25 Brad Fitzpatrickencoding/base64: add DecodeString and EncodeToString
2011-05-25 Ian Lance Taylornet: If we stop polling, remove any pending events...
2011-05-25 Robert Griesemergo/scanner: use strconv.QuoteRune now that it is available
2011-05-25 Robert Griesemertest: test cases for issue 1708.
2011-05-25 Russ Coxquietgcc: fix typo, respect $TMPDIR
2011-05-25 Brad Fitzpatrickio, net, http: sendfile support
2011-05-25 Russ Coxgc: typo
2011-05-25 Russ Cox5g: alignment fixes
2011-05-25 Russ Cox5l: fix build
2011-05-25 Russ Coxld: add -w to disable dwarf, make errors obviously...
2011-05-25 Wei Guangjing8l: emit resources (.rsrc) in Windows PE.
2011-05-25 Rob Pikefmt: make %q work for integers, printing a quoted chara...
2011-05-25 Ian Lance Tayloros: Fix test to work on Solaris.
2011-05-25 Rob Pikestrconv: add QuoteRune, which is analogous to Quote...
2011-05-25 Andrew Gerranddoc: mention go/printer instead of container/vector...
2011-05-25 Rob Pikespec: delete spurious tag.
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
next