summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* syscall: implement SetsockoptLinger for windowsAlex Brainman2012-05-234-16/+62
* cmd/api: add api/next.txtBrad Fitzpatrick2012-05-225-35/+515
* exp/html: adjust the last few insertion modes to match the specAndrew Balholm2012-05-234-7/+21
* math/big: implement JSON un/marshaling support for IntsRobert Griesemer2012-05-223-46/+67
* text/template: exec should accept interface value as valid.Ugorji Nwoke2012-05-222-0/+13
* cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systemsShenghou Ma2012-05-2311-103/+149
* cmd/ld: take section symbols' value into account for PEShenghou Ma2012-05-231-0/+5
* sync/atomic: use cas64 to implement {Load,Store,Add}{Uint,Int}64 on Linux/ARMShenghou Ma2012-05-232-10/+46
* runtime: support conditional execution in ARM softfloatShenghou Ma2012-05-231-6/+59
* undo CL 6112054 / 2eec2501961cRuss Cox2012-05-223-8/+26
* unicode: fix comment about variable typesRuss Cox2012-05-222-5/+5
* cmd/gc: export constants in hexadecimalJan Ziak2012-05-224-34/+142
* crypto/md5: faster inner loop, 3x faster overallRuss Cox2012-05-223-135/+538
* net/http: refactor body logic in testRuss Cox2012-05-221-12/+9
* runtime: faster GC sweep phaseDmitriy Vyukov2012-05-221-57/+40
* go/ast: document CommentGroup.Text and add test case.Robert Griesemer2012-05-222-6/+58
* net/http: improve TestServerExpectBrad Fitzpatrick2012-05-221-10/+34
* go/parser: fix comment grouping (day 1 bug)Robert Griesemer2012-05-224-15/+147
* godoc: slightly smarter synopsis extractionRobert Griesemer2012-05-222-10/+36
* go/scanner: strip carriage returns from commmentsRobert Griesemer2012-05-222-32/+68
* net/url: better parsing of urls with @ symbol in authorityAlexey Borzenkov2012-05-222-2/+34
* cmd/6a: delete dead codeRuss Cox2012-05-221-14/+0
* syscall: implement nametomib() on netbsdJoel Sing2012-05-237-4/+105
* crypto/x509: Add ECDSA supportBenjamin Black2012-05-222-14/+241
* crypto/ecdsa: add full set of NIST test vectors.Adam Langley2012-05-222-146/+110
* crypto/ecdsa: fix case where p != 0 mod 8 and the hash length < p.Adam Langley2012-05-221-2/+4
* exp/html: adjust inSelectIM to match specAndrew Balholm2012-05-223-34/+31
* cmd/8a, cmd/8l: add BSWAPLRuss Cox2012-05-223-0/+10
* cmd/6a, cmd/6l: add BSWAPL, BSWAPQRuss Cox2012-05-223-0/+11
* runtime: relax TestGcSysRuss Cox2012-05-221-6/+2
* debug/elf: Expose entry point from Header in File struct.Matthew Horsnell2012-05-212-2/+5
* exp/html: adjust inCellIM to match specAndrew Balholm2012-05-222-21/+19
* crypto/rsa: add SHA-224 hash prefixRuss Cox2012-05-211-0/+1
* net/http: fix duplicate status code in Response.WriteBrad Fitzpatrick2012-05-213-5/+25
* net/http: add cookies from jar to POST request.Volker Dobler2012-05-212-0/+30
* net/http: fix regression and mute known test failure for nowBrad Fitzpatrick2012-05-212-44/+69
* cmd/6g: allow use of R14, R15 nowRuss Cox2012-05-211-2/+2
* net: reduce dial tests on netbsdJoel Sing2012-05-211-1/+1
* syscall: fix SockaddrDatalink on netbsdJoel Sing2012-05-211-1/+1
* exp/html: adjust inRowIM to match specAndrew Balholm2012-05-201-15/+7
* net: fix leak in testMikio Hara2012-05-191-10/+11
* syscall: add commentMikio Hara2012-05-191-0/+2
* net/http: non-keepalive connections close successfullyJames Gray2012-05-182-2/+88
* A+C: add James Gray (Individual CLA)Brad Fitzpatrick2012-05-182-0/+2
* tls: add AES256 ciphersBenjamin Black2012-05-181-0/+4
* A+C: b@b3k.usAdam Langley2012-05-182-0/+2
* go/build: fix some commentsMaxim Pimenov2012-05-171-2/+2
* exp/locale/collate: implementation of main collation functionality forMarcel van Lohuizen2012-05-176-89/+750
* api: undo go1.txt additions made by 27d0a516b7ebAndrew Gerrand2012-05-171-1/+0
* net: avoid the Mac firewall (again)Russ Cox2012-05-171-0/+5