2012-05-29 |
Rob Pike | test/bench/shootout/timing.log: update after recent... |
commit | commitdiff | tree |
2012-05-29 |
Russ Cox | exp/types: disable test |
commit | commitdiff | tree |
2012-05-29 |
Mikio Hara | net: fix comment on FileListener |
commit | commitdiff | tree |
2012-05-29 |
Russ Cox | crypto: housekeeping |
commit | commitdiff | tree |
2012-05-29 |
Mikio Hara | undo CL 6248054 / 0f418a63cdf9 |
commit | commitdiff | tree |
2012-05-29 |
Peter Kleiweg | Emacs go-mode: fix Emacs freeze-up when copy/pasting... |
commit | commitdiff | tree |
2012-05-29 |
Akshat Kumar | cmd/6l: Fixes for 64-bit Plan 9 |
commit | commitdiff | tree |
2012-05-29 |
Russ Cox | cmd/6g, cmd/8g: move panicindex calls out of line |
commit | commitdiff | tree |
2012-05-29 |
Sameer Ajmani | A+C: Peter Kleiweg (individual CLA) |
commit | commitdiff | tree |
2012-05-29 |
Andrew Balholm | exp/html: implement Noah's Ark clause |
commit | commitdiff | tree |
2012-05-28 |
Mikio Hara | net: fix comment on FileListener |
commit | commitdiff | tree |
2012-05-28 |
Mikio Hara | net: make parsePort as a function |
commit | commitdiff | tree |
2012-05-28 |
Brad Fitzpatrick | net/http: avoid fmt.Fprintf in Header.WriteSubset |
commit | commitdiff | tree |
2012-05-28 |
Brad Fitzpatrick | net/http: avoid a bunch of unnecessary CanonicalHeaderK... |
commit | commitdiff | tree |
2012-05-28 |
Brad Fitzpatrick | net/http: speed up ServeMux when no patterns contain... |
commit | commitdiff | tree |
2012-05-28 |
Brad Fitzpatrick | net/http: correct and faster hasToken |
commit | commitdiff | tree |
2012-05-28 |
Alexey Borzenkov | net/http: reuse http proxy connections for different... |
commit | commitdiff | tree |
2012-05-27 |
Alex Brainman | syscall: simplify text returned by Errno.Error() when... |
commit | commitdiff | tree |
2012-05-26 |
Alexey Borzenkov | net/rpc: improve response reading logic |
commit | commitdiff | tree |
2012-05-25 |
Nigel Tao | image/png: optimize the paeth filter implementation. |
commit | commitdiff | tree |
2012-05-25 |
Russ Cox | cmd/8c: better fix for 64-bit register smash |
commit | commitdiff | tree |
2012-05-25 |
Russ Cox | cmd/gc: fix parallel assignment in range |
commit | commitdiff | tree |
2012-05-25 |
Russ Cox | runtime: handle and test large map values |
commit | commitdiff | tree |
2012-05-25 |
Brad Fitzpatrick | misc/dist: use archive/tar.FileInfoHeader |
commit | commitdiff | tree |
2012-05-25 |
Andrew Balholm | exp/html: adjust parseForeignContent to match spec |
commit | commitdiff | tree |
2012-05-24 |
Nigel Tao | hash/adler32: optimize. |
commit | commitdiff | tree |
2012-05-24 |
Robert Griesemer | strconv: better documentation for FormatInt, FormatUint. |
commit | commitdiff | tree |
2012-05-24 |
Bill Thiede | net/mail: more liberal parsing of Date headers. |
commit | commitdiff | tree |
2012-05-24 |
David Symonds | C: Bill Thiede (Google CLA) |
commit | commitdiff | tree |
2012-05-24 |
Alexey Borzenkov | net/rpc: fix race condition when request write partiall... |
commit | commitdiff | tree |
2012-05-24 |
Brad Fitzpatrick | archive/tar: fix windows test failure |
commit | commitdiff | tree |
2012-05-24 |
Russ Cox | cmd/gc: faster code, mainly for rotate |
commit | commitdiff | tree |
2012-05-24 |
Rob Pike | runtime: fix docs for Caller and Callers |
commit | commitdiff | tree |
2012-05-24 |
Brad Fitzpatrick | archive/tar: add FileInfoHeader function |
commit | commitdiff | tree |
2012-05-24 |
Russ Cox | exp/locale/collate: avoid 16-bit math |
commit | commitdiff | tree |
2012-05-24 |
Russ Cox | cmd/gc: fix small integer bounds check bug |
commit | commitdiff | tree |
2012-05-24 |
Robert Griesemer | spec: clarify evaluation order of "i, x[i] = range... |
commit | commitdiff | tree |
2012-05-24 |
Robert Griesemer | godoc: correctly categorize interface methods, performa... |
commit | commitdiff | tree |
2012-05-24 |
Robert Griesemer | math/big: make Rat.Denom() always return a reference |
commit | commitdiff | tree |
2012-05-24 |
Russ Cox | cmd/6g: peephole fixes/additions |
commit | commitdiff | tree |
2012-05-24 |
Shenghou Ma | cmd/cc: fix uint right shift in constant evaluation |
commit | commitdiff | tree |
2012-05-24 |
Dmitriy Vyukov | runtime: faster GC mark phase |
commit | commitdiff | tree |
2012-05-24 |
Andrew Balholm | exp/html: detect "integration points" in SVG and MathML... |
commit | commitdiff | tree |
2012-05-24 |
David Symonds | flag: include flag name in redefinition panic. |
commit | commitdiff | tree |
2012-05-24 |
Joel Sing | runtime: make go work on netbsd/amd64 |
commit | commitdiff | tree |
2012-05-24 |
Andrew Balholm | exp/html: update test data |
commit | commitdiff | tree |
2012-05-24 |
Brad Fitzpatrick | encoding/json: documentation fix |
commit | commitdiff | tree |
2012-05-23 |
Robert Griesemer | go/parser: resolve all parameter types |
commit | commitdiff | tree |
2012-05-23 |
Brad Fitzpatrick | cmd/api: add flag to specify contexts |
commit | commitdiff | tree |
2012-05-23 |
Brad Fitzpatrick | net/http: fix response Connection: close, close client... |
commit | commitdiff | tree |
2012-05-23 |
Robert Griesemer | go/parser: minor cleanup |
commit | commitdiff | tree |
2012-05-23 |
Brad Fitzpatrick | net/http: clarify ErrBodyNotAllowed error message |
commit | commitdiff | tree |
2012-05-23 |
Shenghou Ma | cmd/ld: fix Linux/ARM build |
commit | commitdiff | tree |
2012-05-23 |
Alex Brainman | syscall: implement SetsockoptLinger for windows |
commit | commitdiff | tree |
2012-05-23 |
Brad Fitzpatrick | cmd/api: add api/next.txt |
commit | commitdiff | tree |
2012-05-23 |
Andrew Balholm | exp/html: adjust the last few insertion modes to match... |
commit | commitdiff | tree |
2012-05-23 |
Robert Griesemer | math/big: implement JSON un/marshaling support for... |
commit | commitdiff | tree |
2012-05-22 |
Ugorji Nwoke | text/template: exec should accept interface value as... |
commit | commitdiff | tree |
2012-05-22 |
Shenghou Ma | cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol... |
commit | commitdiff | tree |
2012-05-22 |
Shenghou Ma | cmd/ld: take section symbols' value into account for PE |
commit | commitdiff | tree |
2012-05-22 |
Shenghou Ma | sync/atomic: use cas64 to implement {Load,Store,Add... |
commit | commitdiff | tree |
2012-05-22 |
Shenghou Ma | runtime: support conditional execution in ARM softfloat |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | undo CL 6112054 / 2eec2501961c |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | unicode: fix comment about variable types |
commit | commitdiff | tree |
2012-05-22 |
Jan Ziak | cmd/gc: export constants in hexadecimal |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | crypto/md5: faster inner loop, 3x faster overall |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | net/http: refactor body logic in test |
commit | commitdiff | tree |
2012-05-22 |
Dmitriy Vyukov | runtime: faster GC sweep phase |
commit | commitdiff | tree |
2012-05-22 |
Robert Griesemer | go/ast: document CommentGroup.Text and add test case. |
commit | commitdiff | tree |
2012-05-22 |
Brad Fitzpatrick | net/http: improve TestServerExpect |
commit | commitdiff | tree |
2012-05-22 |
Robert Griesemer | go/parser: fix comment grouping (day 1 bug) |
commit | commitdiff | tree |
2012-05-22 |
Robert Griesemer | godoc: slightly smarter synopsis extraction |
commit | commitdiff | tree |
2012-05-22 |
Robert Griesemer | go/scanner: strip carriage returns from commments |
commit | commitdiff | tree |
2012-05-22 |
Alexey Borzenkov | net/url: better parsing of urls with @ symbol in authority |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | cmd/6a: delete dead code |
commit | commitdiff | tree |
2012-05-22 |
Joel Sing | syscall: implement nametomib() on netbsd |
commit | commitdiff | tree |
2012-05-22 |
Benjamin Black | crypto/x509: Add ECDSA support |
commit | commitdiff | tree |
2012-05-22 |
Adam Langley | crypto/ecdsa: add full set of NIST test vectors. |
commit | commitdiff | tree |
2012-05-22 |
Adam Langley | crypto/ecdsa: fix case where p != 0 mod 8 and the hash... |
commit | commitdiff | tree |
2012-05-22 |
Andrew Balholm | exp/html: adjust inSelectIM to match spec |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | cmd/8a, cmd/8l: add BSWAPL |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | cmd/6a, cmd/6l: add BSWAPL, BSWAPQ |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | runtime: relax TestGcSys |
commit | commitdiff | tree |
2012-05-22 |
Matthew Horsnell | debug/elf: Expose entry point from Header in File struct. |
commit | commitdiff | tree |
2012-05-22 |
Andrew Balholm | exp/html: adjust inCellIM to match spec |
commit | commitdiff | tree |
2012-05-21 |
Russ Cox | crypto/rsa: add SHA-224 hash prefix |
commit | commitdiff | tree |
2012-05-21 |
Brad Fitzpatrick | net/http: fix duplicate status code in Response.Write |
commit | commitdiff | tree |
2012-05-21 |
Volker Dobler | net/http: add cookies from jar to POST request. |
commit | commitdiff | tree |
2012-05-21 |
Brad Fitzpatrick | net/http: fix regression and mute known test failure... |
commit | commitdiff | tree |
2012-05-21 |
Russ Cox | cmd/6g: allow use of R14, R15 now |
commit | commitdiff | tree |
2012-05-20 |
Joel Sing | net: reduce dial tests on netbsd |
commit | commitdiff | tree |
2012-05-20 |
Joel Sing | syscall: fix SockaddrDatalink on netbsd |
commit | commitdiff | tree |
2012-05-20 |
Andrew Balholm | exp/html: adjust inRowIM to match spec |
commit | commitdiff | tree |
2012-05-19 |
Mikio Hara | net: fix leak in test |
commit | commitdiff | tree |
2012-05-18 |
Mikio Hara | syscall: add comment |
commit | commitdiff | tree |
2012-05-18 |
James Gray | net/http: non-keepalive connections close successfully |
commit | commitdiff | tree |
2012-05-18 |
Brad Fitzpatrick | A+C: add James Gray (Individual CLA) |
commit | commitdiff | tree |
2012-05-18 |
Benjamin Black | tls: add AES256 ciphers |
commit | commitdiff | tree |
2012-05-18 |
Adam Langley | A+C: b@b3k.us |
commit | commitdiff | tree |
2012-05-17 |
Maxim Pimenov | go/build: fix some comments |
commit | commitdiff | tree |
next |