aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-17gotest: avoid conflicts with the name of the tested packageEsko Luontola
2011-10-17A+C: Esko LuontolaAndrew Gerrand
2011-10-16html: tokenize "a < b" as one whole text token.Nigel Tao
2011-10-16runtime: fix crash if user sets MemProfileRate=0Dmitriy Vyukov
2011-10-15goyacc: clean up after unitsAnthony Martin
2011-10-15syscall: dll function load and calling changesAlex Brainman
2011-10-15html: improve parsing of comments and "bogus comments"Andrew Balholm
2011-10-14http: DoS protection: cap non-Handler Request.Body readsBrad Fitzpatrick
2011-10-14http: avoid panic caused by nil URLAnthony Martin
2011-10-14godoc: updates for latest Go app-engine release.Robert Griesemer
2011-10-15doc: add go-tour-kr, a Korean translation of A Tour of GoAndrew Gerrand
2011-10-14godefs: add enum/const testdataDave Cheney
2011-10-14xml: match Marshal's XMLName behavior in UnmarshalChris Farmiloe
2011-10-14http: RoundTrippers shouldn't mutate RequestBrad Fitzpatrick
2011-10-14gofmt: fix //line handlingRuss Cox
2011-10-14build: stop on failed deps.bashRuss Cox
2011-10-14ld: Fixes issue 1899 ("cannot create 8.out.exe")Jaroslavas Počepko
2011-10-14crypto/x509: add code for dealing with PKIX public keys.Adam Langley
2011-10-14crypto/x509: keep the raw Subject and Issuer.Adam Langley
2011-10-14asn1: accept UTF8 strings as ASN.1 ANY valuesAdam Langley
2011-10-14http: shut up a false Transport warning on WindowsBrad Fitzpatrick
2011-10-14websocket: tweak hybi ReadHandshake to supports Firefox implementationLuca Greco
2011-10-14A+C: Luca Greco (individual CLA)Russ Cox
2011-10-14goyacc: make more gofmt-compliantChris Hundt
2011-10-14CONTRIBUTORS: Chris Hundt (Google CLA)Russ Cox
2011-10-14net: skip ICMP test on Windows too unless uid 0Brad Fitzpatrick
2011-10-14crypto/tls: fix broken looping code in windows root CA fetcherMikkel Krautz
2011-10-14syscall: adjust Mount to accomodate stricter FS implementations.David Anderson
2011-10-14crypto/tls: disable root cert fetching to fix windows buildAlex Brainman
2011-10-14html: fix some tokenizer bugs with attribute key/values.Nigel Tao
2011-10-13crypto/tls: fetch root CA from Windows storeMikkel Krautz
2011-10-13gotype: move to exp/gotype per Go 1 planRobert Griesemer
2011-10-13gotype: fix build (update test)Robert Griesemer
2011-10-14html: rewrite the tokenizer to be more consistent.Nigel Tao
2011-10-13gofix: make fix order explicitRuss Cox
2011-10-13go/types: move to exp/types per Go 1 planRobert Griesemer
2011-10-13gc: disallow close on receive-only channelsRuss Cox
2011-10-13crypto/tls: more Unix root certificate locationsRuss Cox
2011-10-13runtime: run goroutines during initRuss Cox
2011-10-13gc: stricter multiple assignment + testRuss Cox
2011-10-13spec: define order of multiple assignmentRuss Cox
2011-10-13crypto/tls: fetch root certificates using Mac OS APIMikkel Krautz
2011-10-13make.bash: more robustly detect gold 2.20Christopher Wedgwood
2011-10-13gc: implement new return restrictionRuss Cox
2011-10-13build: fix for new return restrictionRuss Cox
2011-10-13go/types: clean up after testRuss Cox
2011-10-13emacs: add a "godoc" command, like M-x manEvan Martin
2011-10-13doc: minor homepage tweakBrad Fitzpatrick
2011-10-13gc: pass FlagNoPointers to runtime.newDmitriy Vyukov
2011-10-13doc: remove link to http://golanguage.ru/Dmitriy Vyukov