]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2011-10-14 Chris Farmiloexml: match Marshal's XMLName behavior in Unmarshal
2011-10-14 Brad Fitzpatrickhttp: RoundTrippers shouldn't mutate Request
2011-10-14 Russ Coxgofmt: fix //line handling
2011-10-14 Russ Coxbuild: stop on failed deps.bash
2011-10-14 Jaroslavas... ld: Fixes issue 1899 ("cannot create 8.out.exe")
2011-10-14 Adam Langleycrypto/x509: add code for dealing with PKIX public...
2011-10-14 Adam Langleycrypto/x509: keep the raw Subject and Issuer.
2011-10-14 Adam Langleyasn1: accept UTF8 strings as ASN.1 ANY values
2011-10-14 Brad Fitzpatrickhttp: shut up a false Transport warning on Windows
2011-10-14 Luca Grecowebsocket: tweak hybi ReadHandshake to supports Firefox...
2011-10-14 Russ CoxA+C: Luca Greco (individual CLA)
2011-10-14 Chris Hundtgoyacc: make more gofmt-compliant
2011-10-14 Russ CoxCONTRIBUTORS: Chris Hundt (Google CLA)
2011-10-14 Brad Fitzpatricknet: skip ICMP test on Windows too unless uid 0
2011-10-14 Mikkel Krautzcrypto/tls: fix broken looping code in windows root...
2011-10-14 David Andersonsyscall: adjust Mount to accomodate stricter FS impleme...
2011-10-14 Alex Brainmancrypto/tls: disable root cert fetching to fix windows...
2011-10-14 Nigel Taohtml: fix some tokenizer bugs with attribute key/values.
2011-10-14 Mikkel Krautzcrypto/tls: fetch root CA from Windows store
2011-10-13 Robert Griesemergotype: move to exp/gotype per Go 1 plan
2011-10-13 Robert Griesemergotype: fix build (update test)
2011-10-13 Nigel Taohtml: rewrite the tokenizer to be more consistent.
2011-10-13 Russ Coxgofix: make fix order explicit
2011-10-13 Robert Griesemergo/types: move to exp/types per Go 1 plan
2011-10-13 Russ Coxgc: disallow close on receive-only channels
2011-10-13 Russ Coxcrypto/tls: more Unix root certificate locations
2011-10-13 Russ Coxruntime: run goroutines during init
2011-10-13 Russ Coxgc: stricter multiple assignment + test
2011-10-13 Russ Coxspec: define order of multiple assignment
2011-10-13 Mikkel Krautzcrypto/tls: fetch root certificates using Mac OS API
2011-10-13 Christopher... make.bash: more robustly detect gold 2.20
2011-10-13 Russ Coxgc: implement new return restriction
2011-10-13 Russ Coxbuild: fix for new return restriction
2011-10-13 Russ Coxgo/types: clean up after test
2011-10-13 Evan Martinemacs: add a "godoc" command, like M-x man
2011-10-13 Brad Fitzpatrickdoc: minor homepage tweak
2011-10-13 Dmitriy Vyukovgc: pass FlagNoPointers to runtime.new
2011-10-13 Dmitriy Vyukovdoc: remove link to http://golanguage.ru/
next