]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2011-10-26 Andrew Gerrandweekly.2011-10-25 weekly.2011-10-25
2011-10-26 Andrew Balholmhtml: improve parsing of lists
2011-10-26 Andrew Balholmhtml: improve parsing of tables
2011-10-25 Ian Lance Taylorsyscall: correct name of mksyscall script in comment
2011-10-25 Hector Churuntime: include bootstrap m in mcpu accounting
2011-10-25 Brad Fitzpatrickhttp: doc typo
2011-10-25 David Andersonsyscall: use uintptr for Mount flags.
2011-10-25 Nigel Taohtml: remove the Tokenizer.ReturnComments option.
2011-10-24 Dave Cheneyexp/ssh: introduce Session to replace Cmd for interacti...
2011-10-24 Andrew Balholmhtml: dump attributes when running parser tests.
2011-10-24 Brad Fitzpatrickhttp: add package comment
2011-10-23 Alex Brainmannet: do not set SO_REUSEADDR for windows
2011-10-23 Andrew Balholmhtml: implement foster parenting
2011-10-22 Nigel Taohtml: parse <select> tags.
2011-10-21 Robert Griesemerbig: usable zero Rat values without need for explicit...
2011-10-21 Rob Pikefmt: simplify the code some more by storing the field...
2011-10-21 Robert Griesemerbig: implemented Rat.Inv
2011-10-21 Rob Pikegotest: make it easier to get the help string
2011-10-21 Brad Fitzpatrickhttp: Transport: with TLS InsecureSkipVerify, skip...
2011-10-21 Dave Cheneyexp/ssh: server cleanups
2011-10-20 Dave Cheneyexp/ssh: add experimental ssh client
2011-10-20 Robert Griesemergo/ast: use single-element map in test
2011-10-20 Ian Lance Taylorgo/ast, go/token: actually run tests; fix go/ast test
2011-10-20 Hector Chuexp/winfsnotify: fix test
2011-10-20 Nigel Taohtml: parse and render comment nodes.
2011-10-19 Dave Cheneymisc/vim: add highlighting for delete
2011-10-19 Gustavo Niemeyerfmt: don't panic formatting nil interfaces
2011-10-19 Russ Coxgovet: check canonical dynamic method signatures
2011-10-19 Russ Coxunicode: sort tables.go
2011-10-19 Russ Coxcodereview: show LGTMs in hg p
2011-10-19 Russ Coxgotest: use $GCFLAGS like make does
2011-10-19 Russ Coxexp/types: fix crash in parseBasicType on unknown type
2011-10-19 Adam Langleycrypto/x509: fix names in certificate generation.
2011-10-19 Brad Fitzpatrickhttp: comment tweaks
2011-10-19 Brad Fitzpatricksyscall: update ztypes_linux_386 for terminal changes
2011-10-19 Dave Cheneysyscall: update ztypes_linux_arm for terminal changes
2011-10-19 Mikio Haraos/inotify: move to exp/inotify
2011-10-19 Andrew Gerrandtag weekly.2011-10-18
2011-10-19 Andrew Gerrandweekly.2011-10-18 weekly.2011-10-18
2011-10-18 Nigel Taohtml: fix escape_test.go for CSS escaper change 5306042.
2011-10-18 Rob Pikefmt: clean up after reflect.Interface change.
2011-10-18 Rob Pikerpc: don't panic on write error.
2011-10-18 Mike Samuelexp/template/html: fix bug in cssEscaper
2011-10-18 Andrew Gerrandhttp: add test for panic inside hijacked request
2011-10-18 Nigel Taohtml: parse raw text and RCDATA elements, such as ...
2011-10-18 Mikkel Krautzld: modify macho linkedit segment to enable OS X code...
2011-10-18 Russ Coxgodoc: generate package toc in template, not in JavaScript
2011-10-18 Hector Chuexp/winfsnotify: filesystem watcher for Windows
2011-10-18 Anthony Martin5l, 6l, 8l: correct ELFRESERVE diagnostic
2011-10-18 Mikkel Krautz6l, 8l: emit macho dwarf info before linkedit section
2011-10-18 Robert Griesemerbig: handle aliasing correctly for Rat.SetFrac.
2011-10-18 Russ Coxgc: preserve uint8 and byte distinction in errors,...
2011-10-18 Russ Cox5g, 6g: comment out uses of -r
2011-10-18 Russ Coxbuild: pass $GCFLAGS to compiler
2011-10-18 Andrey Mirtchovskinet: remove duplicate error information in Dial
2011-10-18 Russ Coxnet: allow LookupSRV on non-standard DNS names
2011-10-18 Russ CoxA+C: Jani Monoses (individual CLA)
2011-10-18 Robert Griesemergodoc: fix ToAbsolute mapping
2011-10-18 Adam Langleyhttp, crypto/tls: fix read timeouts and closing.
2011-10-18 Adam Langleyexp/terminal: split terminal handling from exp/ssh
2011-10-18 Dave Cheneyexp/ssh: general cleanups for client support
2011-10-18 Robert Griesemerbig: more explicit documentation for div/mod/quo/rem
2011-10-18 Russ Coxreflect: make unsafe use of SliceHeader gc-friendly
2011-10-18 Russ Coxgofix -r mapdelete
2011-10-18 Russ Coxgofix: add mapdelete
2011-10-18 Russ Coxgc: add delete(m, x) but leave in m[x] = 0, false.
2011-10-18 Joe Poiriermisc/windows: automated toolchain packager
2011-10-18 Mikkel Krautzld: bump pe linker version to 3.0 to allow code signing
2011-10-18 Andrew Gerrandtag release.r58.2
2011-10-18 David Symondsreflect: make map test independent of map iteration...
2011-10-18 David Symondsreflect: fix test failure reporting.
2011-10-18 David Symondsfmt: fix test relying on map iteration order.
2011-10-18 Andrew Gerrandtag release.r60.3
2011-10-17 Anthony Martinmisc/swig: delete binaries
2011-10-17 Andrew Gerranddoc: document release.r60.3
2011-10-17 Robert Griesemerscanner: invalidate scanner.Position when no token...
2011-10-17 Russ Coxruntime: random offset for map iteration
2011-10-17 Russ Coxreflect: disallow Interface method on Value obtained...
2011-10-17 Nigel Taohtml: refactor the tokenizer; parse "</>" correctly.
2011-10-17 Russ Coxexp/template/html: do not depend on reflection on inter...
2011-10-17 Anthony Martinbuild: add missing nuke target
2011-10-17 Robert Griesemergo spec: clarifying variable declaractions w/ constants
2011-10-17 Robert Griesemergo spec: "delete" built-in function
2011-10-17 Dmitriy Vyukovgc: treat uintptr as potentially containing a pointer
2011-10-17 Russ Coxhttp: do not depend on map iteration order
2011-10-17 Russ Coxtemplate: do not depend on map iteration order
2011-10-17 Paul Bormancsv: fix issue 2366 - overly aggressive TrimLeadingSpace
2011-10-17 Andrew Gerrandhttp: fix panic when recovering from hijacked connectio...
2011-10-17 Esko Luontolagotest: avoid conflicts with the name of the tested...
2011-10-17 Andrew GerrandA+C: Esko Luontola
2011-10-16 Nigel Taohtml: tokenize "a < b" as one whole text token.
2011-10-16 Dmitriy Vyukovruntime: fix crash if user sets MemProfileRate=0
2011-10-15 Anthony Martingoyacc: clean up after units
2011-10-15 Alex Brainmansyscall: dll function load and calling changes
2011-10-15 Andrew Balholmhtml: improve parsing of comments and "bogus comments"
2011-10-15 Brad Fitzpatrickhttp: DoS protection: cap non-Handler Request.Body...
2011-10-15 Anthony Martinhttp: avoid panic caused by nil URL
2011-10-14 Robert Griesemergodoc: updates for latest Go app-engine release.
2011-10-14 Andrew Gerranddoc: add go-tour-kr, a Korean translation of A Tour...
2011-10-14 Dave Cheneygodefs: add enum/const testdata
next