Age | Commit message (Expand) | Author | Files | Lines |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 425 | -11183/+30983 |
2011-06-16 | Imported Upstream version 57.2upstream/57.2 | Ondřej Surý | 1 | -1/+3 |
2011-05-16 | Imported Upstream version 57.1upstream/57.1 | Ondřej Surý | 2 | -3/+33 |
2011-05-04 | Imported Upstream version 57upstream/57 | Ondřej Surý | 17 | -209/+542 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 318 | -2816/+9688 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 463 | -11140/+24530 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 241 | -3250/+11672 |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 180 | -1916/+7728 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 308 | -4258/+8678 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 892 | -43367/+58419 |
2010-07-01 | strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small). | Rob Pike | 2 | -1/+6 |
2010-07-01 | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike | 18 | -89/+114 |
2010-06-30 | cmath: correct IsNaN for argument cmplx(Inf, NaN) | Charles L. Dorian | 2 | -6/+38 |
2010-06-30 | template: fix typo in doc comment | Daniel Fleischman | 1 | -1/+1 |
2010-06-30 | bytes, strings: add Replace | Russ Cox | 4 | -0/+153 |
2010-06-30 | x509: fix English. | Adam Langley | 1 | -2/+2 |
2010-06-30 | x509: support non-self-signed certs. | Adam Langley | 2 | -6/+7 |
2010-06-30 | syscall: add socketpair | Ivan Krasin | 9 | -0/+67 |
2010-06-30 | math: amd64 versions of exp and fabs | Charles L. Dorian | 6 | -11/+141 |
2010-06-30 | io/ioutil.TempFile for Windows | Peter Mundy | 7 | -12/+79 |
2010-06-30 | io: Avoid race condition in pipe. | Ian Lance Taylor | 1 | -1/+2 |
2010-06-30 | http: client_test nil pointer fix | Andrew Gerrand | 1 | -1/+1 |
2010-06-29 | time: implement timezones for windows | Alex Brainman | 7 | -19/+517 |
2010-06-29 | net: initial attempt to implement windows version | Alex Brainman | 7 | -48/+861 |
2010-06-30 | net: add support for DNS SRV requests. | Kirklin McDonald | 2 | -23/+82 |
2010-06-29 | runtime: fix scheduling bug - world wasn't stopping | Russ Cox | 1 | -1/+1 |
2010-06-29 | strconv: fix %.1f, 0.09 | Rob Pike | 3 | -6/+21 |
2010-06-29 | strconv: fix %.2g, 40 | Rob Pike | 2 | -4/+21 |
2010-06-29 | Move the function Run() back into fd.go. | Vinu Rajashekhar | 2 | -46/+44 |
2010-06-29 | gob: a couple of tiny simplifications using Kind() | Rob Pike | 3 | -12/+26 |
2010-06-29 | runtime: fix windows build | Alex Brainman | 1 | -0/+2 |
2010-06-29 | exp/draw/x11: implement the mapping from keycodes to keysyms. | Nigel Tao | 1 | -31/+78 |
2010-06-28 | Only catch all signals if os/signal package imported. | Ian Lance Taylor | 13 | -12/+27 |
2010-06-28 | netchan: use gob DecodeValue to eliminate the need for a pointer value | Rob Pike | 4 | -40/+28 |
2010-06-28 | gob: add DecodeValue and EncodeValue | Rob Pike | 5 | -18/+30 |
2010-06-29 | syscall: Add syscall_bsd.go to zsycall_freebsd_386.go | Peter Mundy | 1 | -1/+13 |
2010-06-28 | rpc: allow non-struct args and reply (they must still be pointers) | Rob Pike | 2 | -41/+75 |
2010-06-28 | netchan: allow chan of basic types now that gob can handle such | Rob Pike | 3 | -24/+16 |
2010-06-28 | fmt.Printf: fix bug in handling of %#v. | Rob Pike | 3 | -63/+68 |
2010-06-28 | gob: allow transmission of things other than structs at the top level. | Rob Pike | 6 | -113/+234 |
2010-06-28 | Move the functions, newPollServer and Run, from fd.go | Vinu Rajashekhar | 3 | -75/+88 |
2010-06-24 | fmt.Scan: fix handling of EOFs. | Rob Pike | 2 | -2/+53 |
2010-06-24 | gob: add support for complex numbers | Rob Pike | 4 | -69/+224 |
2010-06-23 | Build draw/x11. Skip for test. | Christopher Wedgwood | 1 | -0/+2 |
2010-06-22 | regexp: restore accidentally deleted test item. | Rob Pike | 1 | -0/+1 |
2010-06-22 | regexp: bug fix: need to track whether match begins with fixed prefix. | Rob Pike | 2 | -17/+20 |
2010-06-22 | debug/dwarf: update PDF link. | Rob Pike | 1 | -1/+1 |
2010-06-21 | runtime: split extern.go into debug.go, extern.go, sig.go. | Russ Cox | 6 | -152/+164 |
2010-06-21 | big, bytes: move assembly externs to separate file | Russ Cox | 6 | -14/+28 |
2010-06-21 | net: move Dial, Listen out of net.go. | Russ Cox | 3 | -172/+180 |