]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2011-09-07 Andrew Gerrandweekly.2011-09-07 weekly.2011-09-07
2011-09-07 Robert Griesemerundo CL 4964067 / 661cb84cc6f0
2011-09-07 Gustavo Niemeyerpath/filepath: Simplify Walk interface
2011-09-07 Russ Coxgc: add -p flag to catch import cycles earlier
2011-09-07 Russ Coxnet: sync CIDRMask code, doc
2011-09-07 Hector Chu5a, 5c, 6a, 6c, 8a, 8c: fix Windows file paths
2011-09-07 Russ Coxexp/regexp: bug fixes and RE2 tests
2011-09-07 Mikio Haranet: ParseCIDR returns IPNet instead of IPMask
2011-09-07 Lucio De Regc: silence Plan 9 warnings
2011-09-07 Ziad Hatahetsort: use heapsort to bail out quicksort
2011-09-07 Hector Chugopprof: regexp fixes
2011-09-07 Russ CoxA+C: Ziad Hatahet (individual CLA)
2011-09-07 Dmitriy Vyukovsync/atomic: add Store functions
2011-09-07 Russ Coximage/png: check zlib checksum during Decode
2011-09-07 Luuk van Dijkgc: treat DOTMETH like DOT in escape analysis.
2011-09-07 David Symondsweekly.html: remove note about exp/template -> template...
2011-09-06 Robert Griesemercleanup: gofmt -s -w src misc
2011-09-06 Rob Piketemplate: slightly simplify the test for assignability...
2011-09-06 Rob Piketemplate: indirect or dereference function arguments...
2011-09-06 Robert Griesemergo/parser: accept corner cases of signature syntax
2011-09-06 Robert Griesemergofmt: indent multi-line signatures
2011-09-06 Russ Coxurl: handle ; in ParseQuery
2011-09-06 Russ Coxgc: unify stack frame layout
2011-09-05 Alex Brainmanos: use GetFileAttributesEx to implement Stat on windows
2011-09-05 Russ Coxgc: fix zero-length struct eval
2011-09-05 Marcel van... exp/norm: performance improvements of quickSpan
2011-09-05 Joel Singruntime: fix openbsd 386 raisesigpipe
2011-09-05 Mikio Harasyscall: update routing message attributes handling...
2011-09-05 Mike Rossetbuild: clear execute bit from Go files
2011-09-05 Christopher... runtime: add test for multiple concurrent channel consumers
2011-09-05 Andrew Gerrandmisc/goplay: another template fix
2011-09-05 Andrew Gerrandgobuilder: ignore _test.go files when looking for docs...
2011-09-05 Robert Henckewebsocket: fix incorrect prints found by govet
2011-09-04 Andrew Gerrandmisc/goplay: Fix template output
2011-09-03 Gustavo Niemeyergofix: do not convert url in field names
2011-09-03 Hector Churuntime: implement exception handling on windows/amd64
2011-09-03 Nigel Taoexp/template/html: string replacement refactoring.
2011-09-02 Russ Coxgc: introduce temp = nod+tempname
2011-09-02 Russ Coxgc: zero stack-allocated slice backing arrays
2011-09-02 Robert Griesemergodoc: minor tweaks for app-engine use
2011-09-02 Marcel van... exp/norm: added Reader and Writer and bug fixes to...
2011-09-02 Rob Pikefmt/fmt_test.go: count mallocs in a few more cases.
2011-09-02 Rob Piketemplate: fix deadlock.
2011-09-02 Mike Samuelexp/template/html: non-semantics changing tweaks to...
2011-09-02 Andrew Gerrandgoinstall: better usage message
2011-09-01 Dmitriy Vyukovsync/atomic: add LoadUintptr
2011-09-01 Russ Coxgc: fix label recursion bugs
2011-09-01 Dave Cheneylibmach: fix incorrect use of memset
2011-09-01 Nigel Taotag weekly.2011-09-01
2011-09-01 Mike Rossetsudo.bash: print error/exit if problem with /usr/local/bin
2011-09-01 Nigel Taoweekly.2011-09-01 weekly.2011-09-01
2011-09-01 Mike Samuelexp/template/html: Implement grammar for JS.
2011-08-31 Robert Griesemergo spec: update section on Implementation Differences
2011-08-31 Mikio Haraunsafe: update doc
2011-08-31 Russ Coxflag: add Parsed, restore Usage
2011-08-31 Robert Griesemergodoc: more index size reduction
2011-08-31 Dmitriy Vyukovrpc: add benchmark for async rpc calls
2011-08-31 Mikio Harasyscall: handle routing entry in ParseRoutingSockaddr...
2011-08-31 Russ Coxcgo: explain how to free something
2011-08-31 Russ Coxgc: make static initialization more static
2011-08-31 Russ Coxruntime: handle string + char literals in goc2c
2011-08-31 Russ Coxruntime: make arm work on Ubuntu Natty qemu
2011-08-31 Gustavo Niemeyercgo: note that CString result must be freed
2011-08-31 Jaroslavas... exp/wingui: made compatible with windows/amd64
2011-08-31 Brad Fitzpatrickhttp: add file protocol transport
2011-08-31 Robert Griesemergodoc index: first step towards reducing index size
2011-08-30 Jaroslavas... image: add PalettedImage interface, and make image...
2011-08-30 Gustavo Niemeyercgo: fix GoBytes
2011-08-30 Lucio De Regc: fix for Plan 9 build
2011-08-30 Russ Coxdashboard: yet another utf-8 fix
2011-08-30 Russ Coxgc: fix div bug
2011-08-30 Jaroslavas... runtime: windows/amd64 callbacks fixed and syscall...
2011-08-30 Lucio De Regc: fix for Plan 9 build
2011-08-30 Jaroslavas... windows/386: clean stack after syscall (it is necessary...
2011-08-30 Mike Samuelexp/template/html: Added handling for URL attributes.
2011-08-30 Robert Griesemergodoc: support for reading/writing (splitted) index...
2011-08-29 Robert Griesemergodoc: fix bug in zip.go
2011-08-29 Andrew Gerrandgoinstall: select the tag that is closest to runtime...
2011-08-29 Brad Fitzpatrickjson: add struct tag option to wrap literals in strings
2011-08-29 Jaroslavas... doc/progs: fix windows/amd64
2011-08-29 Mateusz Czaplińskilibmach: support reading symbols from Windows .exe...
2011-08-29 Russ CoxA+C: Mateusz Czapliński (individual CLA)
2011-08-29 Mike Rossetarchive/tar: when writing tar Headers write hdr.Linkname
2011-08-29 Brad FitzpatrickC+A: add Mike Rosset (individual CLA)
2011-08-29 Joel Singruntime: add openbsd 386 defs.h
2011-08-29 Russ Coxruntime: add runtime· prefix to showframe
2011-08-29 Mikio Haranet: change the internal form of IPMask for IPv4
2011-08-29 Gustavo Niemeyeros: fix WNOHANG Waitmsg
2011-08-29 Joel Singruntime: add runtime support for openbsd 386
2011-08-29 Yuval Pavel... runtime, syscall: use the vdso page on linux x86 for...
2011-08-29 Joel Singsyscall: add openbsd 386
2011-08-29 Joel Singruntime: openbsd thread tweaks
2011-08-29 Fazlul Shahriartime: fix Plan 9 build
2011-08-29 Lucio De Regc: fix build on Plan 9
2011-08-29 Lucio De Re6g: fix build on Plan 9
2011-08-29 Lucio De Re5g: fix build on Plan 9
2011-08-29 Russ Coxdoc/codelab/wiki: fix Makefile
2011-08-29 Hector Churuntime: fix stack cleanup on windows/amd64
2011-08-29 Hector Chufix windows/amd64 build with newest mingw-w64
2011-08-29 Rob Piketemplate: range over channel
next