]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-09-14 Nigel Taoimage: change the NewXxx functions to take a Rectangle...
2011-09-14 Alex Brainmanruntime: syscall to return both AX and DX for windows/386
2011-09-14 Mike Samueltemplate: add doc.go to Makefile
2011-09-14 Mike Samuelexp/template/html: move transition functions to a separ...
2011-09-14 Rob Pikepath/filepath: new signature for Walk
2011-09-13 Mike Samuelexp/template/html: escape {{template}} calls and sets...
2011-09-13 Ian Lance Taylorhttp: Alphabetize imports.
2011-09-13 Ian Lance Tayloros: Fix comment in generated signal_unix.go file.
2011-09-13 Marcel van... exp/norm: Added regression test tool for the standard...
2011-09-13 Nigel Taonet: add a LookupTXT function.
2011-09-13 Alex Brainmantime: another attempt to fix windows build
2011-09-13 Brad Fitzpatricktime: fix Windows build after ceeedb519c4a
2011-09-12 Mike Samuelexp/template/html: tolerate '/' ambiguity in JS when...
2011-09-12 Mike Samuelexp/template/html: fix bug /*/ is not a full JS block...
2011-09-12 Russ Coxcrypto/tls: handle non-TLS more robustly
2011-09-12 Russ Coxgc: clean up if grammar
2011-09-12 Russ Coxgofmt: accept program fragments on standard input
2011-09-12 Robert Griesemergodoc, suffixarray: switch to exp/regexp
2011-09-12 Gustavo Niemeyerpath/filepath: fix Visitor doc
2011-09-12 Rob Piketime: make Weekday a method.
2011-09-12 Russ Coxexp/regexp/syntax: fix invalid input parser crash
2011-09-12 Tarmigan Caseboltwebsocket: Fix infinite recursion in WebSockAddr String()
2011-09-12 Marcel van... exp/norm: fixed typo. Bug exposed by gomake testtables...
2011-09-12 Nigel Taoexp/template/html: fix JS regexp escape of an empty...
2011-09-09 Nigel Taoimage/png: don't use a goroutine to decode. This was...
2011-09-09 Andrew Gerranddoc: link to notable blog posts
2011-09-09 Luuk van Dijkld: grow dwarf includestack on demand.
2011-09-09 Yasuhiro Matsumotopath/filepath: make UNC file names work
2011-09-09 Mike Samuelexp/template/html: Grammar rules for HTML comments...
2011-09-09 Robert Griesemergodoc: fine tuning of template file
2011-09-08 Jaroslavas... os: forgotten file of submitted CL 4984051
2011-09-08 Robert Griesemergodoc: show packages matching a query at the top
2011-09-08 Mike Samuelexp/template/html: autoescape actions in HTML style...
2011-09-08 Russ Coxexp/regexp: add MustCompilePOSIX
2011-09-08 Russ Coxexp/regexp: add CompilePOSIX, more tests
2011-09-08 Russ Coxexp/regexp/syntax: import all RE2 parse tests + fix...
2011-09-08 Mikio Harasyscall: add route flags for linux
2011-09-08 Robert Griesemergodoc: fix local link for factory functions
2011-09-08 Russ Coxexp/regexp: leftmost-longest matching
2011-09-08 Russ Coxcodereview: Mercurial 1.9 fix for hg diff @nnn
2011-09-08 Dmitriy Vyukovsync/atomic: add 64-bit Load and Store
2011-09-08 Jaroslavas... os: os.RemoveAll has to check for 2 error codes on...
2011-09-08 Paul LalondeWindows: net, syscall: implement SetsockoptIPMReq(...
2011-09-08 Nigel TaoA+C: Paul Lalonde (individual CLA).
2011-09-08 Alex Brainmansync/atomic: do not run TestStoreLoadSeq for too long...
2011-09-08 Andrew Gerrandtag release.r60
2011-09-08 Andrew Gerranddoc: release.r60
2011-09-08 Andrew Gerranddoc: fix date in weekly snapshot history
2011-09-07 Andrew Gerrandtag weekly.2011-09-07
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
next