| Commit message (Expand) | Author | Age | Files | Lines |
* | syscall: implement SetsockoptLinger for windows | Alex Brainman | 2012-05-23 | 4 | -16/+62 |
* | cmd/api: add api/next.txt | Brad Fitzpatrick | 2012-05-22 | 5 | -35/+515 |
* | exp/html: adjust the last few insertion modes to match the spec | Andrew Balholm | 2012-05-23 | 4 | -7/+21 |
* | math/big: implement JSON un/marshaling support for Ints | Robert Griesemer | 2012-05-22 | 3 | -46/+67 |
* | text/template: exec should accept interface value as valid. | Ugorji Nwoke | 2012-05-22 | 2 | -0/+13 |
* | cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems | Shenghou Ma | 2012-05-23 | 11 | -103/+149 |
* | cmd/ld: take section symbols' value into account for PE | Shenghou Ma | 2012-05-23 | 1 | -0/+5 |
* | sync/atomic: use cas64 to implement {Load,Store,Add}{Uint,Int}64 on Linux/ARM | Shenghou Ma | 2012-05-23 | 2 | -10/+46 |
* | runtime: support conditional execution in ARM softfloat | Shenghou Ma | 2012-05-23 | 1 | -6/+59 |
* | undo CL 6112054 / 2eec2501961c | Russ Cox | 2012-05-22 | 3 | -8/+26 |
* | unicode: fix comment about variable types | Russ Cox | 2012-05-22 | 2 | -5/+5 |
* | cmd/gc: export constants in hexadecimal | Jan Ziak | 2012-05-22 | 4 | -34/+142 |
* | crypto/md5: faster inner loop, 3x faster overall | Russ Cox | 2012-05-22 | 3 | -135/+538 |
* | net/http: refactor body logic in test | Russ Cox | 2012-05-22 | 1 | -12/+9 |
* | runtime: faster GC sweep phase | Dmitriy Vyukov | 2012-05-22 | 1 | -57/+40 |
* | go/ast: document CommentGroup.Text and add test case. | Robert Griesemer | 2012-05-22 | 2 | -6/+58 |
* | net/http: improve TestServerExpect | Brad Fitzpatrick | 2012-05-22 | 1 | -10/+34 |
* | go/parser: fix comment grouping (day 1 bug) | Robert Griesemer | 2012-05-22 | 4 | -15/+147 |
* | godoc: slightly smarter synopsis extraction | Robert Griesemer | 2012-05-22 | 2 | -10/+36 |
* | go/scanner: strip carriage returns from commments | Robert Griesemer | 2012-05-22 | 2 | -32/+68 |
* | net/url: better parsing of urls with @ symbol in authority | Alexey Borzenkov | 2012-05-22 | 2 | -2/+34 |
* | cmd/6a: delete dead code | Russ Cox | 2012-05-22 | 1 | -14/+0 |
* | syscall: implement nametomib() on netbsd | Joel Sing | 2012-05-23 | 7 | -4/+105 |
* | crypto/x509: Add ECDSA support | Benjamin Black | 2012-05-22 | 2 | -14/+241 |
* | crypto/ecdsa: add full set of NIST test vectors. | Adam Langley | 2012-05-22 | 2 | -146/+110 |
* | crypto/ecdsa: fix case where p != 0 mod 8 and the hash length < p. | Adam Langley | 2012-05-22 | 1 | -2/+4 |
* | exp/html: adjust inSelectIM to match spec | Andrew Balholm | 2012-05-22 | 3 | -34/+31 |
* | cmd/8a, cmd/8l: add BSWAPL | Russ Cox | 2012-05-22 | 3 | -0/+10 |
* | cmd/6a, cmd/6l: add BSWAPL, BSWAPQ | Russ Cox | 2012-05-22 | 3 | -0/+11 |
* | runtime: relax TestGcSys | Russ Cox | 2012-05-22 | 1 | -6/+2 |
* | debug/elf: Expose entry point from Header in File struct. | Matthew Horsnell | 2012-05-21 | 2 | -2/+5 |
* | exp/html: adjust inCellIM to match spec | Andrew Balholm | 2012-05-22 | 2 | -21/+19 |
* | crypto/rsa: add SHA-224 hash prefix | Russ Cox | 2012-05-21 | 1 | -0/+1 |
* | net/http: fix duplicate status code in Response.Write | Brad Fitzpatrick | 2012-05-21 | 3 | -5/+25 |
* | net/http: add cookies from jar to POST request. | Volker Dobler | 2012-05-21 | 2 | -0/+30 |
* | net/http: fix regression and mute known test failure for now | Brad Fitzpatrick | 2012-05-21 | 2 | -44/+69 |
* | cmd/6g: allow use of R14, R15 now | Russ Cox | 2012-05-21 | 1 | -2/+2 |
* | net: reduce dial tests on netbsd | Joel Sing | 2012-05-21 | 1 | -1/+1 |
* | syscall: fix SockaddrDatalink on netbsd | Joel Sing | 2012-05-21 | 1 | -1/+1 |
* | exp/html: adjust inRowIM to match spec | Andrew Balholm | 2012-05-20 | 1 | -15/+7 |
* | net: fix leak in test | Mikio Hara | 2012-05-19 | 1 | -10/+11 |
* | syscall: add comment | Mikio Hara | 2012-05-19 | 1 | -0/+2 |
* | net/http: non-keepalive connections close successfully | James Gray | 2012-05-18 | 2 | -2/+88 |
* | A+C: add James Gray (Individual CLA) | Brad Fitzpatrick | 2012-05-18 | 2 | -0/+2 |
* | tls: add AES256 ciphers | Benjamin Black | 2012-05-18 | 1 | -0/+4 |
* | A+C: b@b3k.us | Adam Langley | 2012-05-18 | 2 | -0/+2 |
* | go/build: fix some comments | Maxim Pimenov | 2012-05-17 | 1 | -2/+2 |
* | exp/locale/collate: implementation of main collation functionality for | Marcel van Lohuizen | 2012-05-17 | 6 | -89/+750 |
* | api: undo go1.txt additions made by 27d0a516b7eb | Andrew Gerrand | 2012-05-17 | 1 | -1/+0 |
* | net: avoid the Mac firewall (again) | Russ Cox | 2012-05-17 | 1 | -0/+5 |