| Commit message (Expand) | Author | Age | Files | Lines |
* | gc: bug299, bug300 | Russ Cox | 2010-08-03 | 1 | -10/+8 |
* | gc: index bounds tests and fixes | Russ Cox | 2010-08-03 | 1 | -6/+6 |
* | strings: fix Split("", "", -1) | Scott Lawrence | 2010-08-03 | 2 | -2/+5 |
* | syscall: make sure go error numbers do not clash with windows system errors | Alex Brainman | 2010-08-03 | 7 | -143/+457 |
* | image: introduce Gray and Gray16 types, and remove the named colors | Nigel Tao | 2010-08-03 | 3 | -22/+121 |
* | io: consolidate multi_reader and multi_writer into a single file, multi.go | Rob Pike | 2010-08-03 | 5 | -75/+56 |
* | image/png: use image-specific methods for checking opacity. | Nigel Tao | 2010-08-02 | 1 | -0/+7 |
* | websocket: fix bug involving spaces in header keys | Bill Neubauer | 2010-07-30 | 2 | -8/+24 |
* | runtime: do not fall through in SIGBUS/SIGSEGV | Russ Cox | 2010-07-30 | 3 | -6/+12 |
* | mime: add AddExtensionType | Yuusei Kuwana | 2010-07-29 | 1 | -1/+21 |
* | scanner: better comment | Robert Griesemer | 2010-07-29 | 1 | -1/+1 |
* | fmt.Print: fix bug in placement of spaces introduced when ...T went in. | Rob Pike | 2010-07-29 | 2 | -5/+25 |
* | runtime: fix bug introduced in revision 4a01b8d28570 | Alex Brainman | 2010-07-29 | 1 | -1/+1 |
* | net: implement windows version of LookupHost/Port/SRV | Wei Guangjing | 2010-07-29 | 6 | -13/+261 |
* | http: add https client support | Fazlul Shahriar | 2010-07-28 | 2 | -5/+12 |
* | fmt: move comment into doc.go. | Rob Pike | 2010-07-28 | 3 | -126/+133 |
* | io: MultiReader and MultiWriter | Brad Fitzpatrick | 2010-07-28 | 5 | -0/+168 |
* | arm: minor bugfixes. | Kai Backman | 2010-07-28 | 1 | -8/+45 |
* | bufio: fix optimisation test | Andrew Gerrand | 2010-07-27 | 1 | -1/+1 |
* | net: add nil checks to several String methods to avoid panics | Andrew Gerrand | 2010-07-27 | 5 | -3/+27 |
* | bytes, strings: mention the n < 0 case in Split/SplitAfter doc comment | Andrew Gerrand | 2010-07-27 | 2 | -17/+28 |
* | fmt.Scanf: handle trailing spaces. | Rob Pike | 2010-07-26 | 2 | -12/+19 |
* | runtime: fix goc2c for rename to goc2c and *.goc | Peter Mundy | 2010-07-26 | 1 | -2/+2 |
* | net: TCPConn.SetNoDelay, back by popular demand | Russ Cox | 2010-07-26 | 2 | -1/+18 |
* | syscall: add windows version of Pipe() | Wei Guangjing | 2010-07-26 | 3 | -2/+60 |
* | net: fix crashing Read/Write when passed empty slice on windows | Alex Brainman | 2010-07-26 | 1 | -1/+5 |
* | syscall: improve windows errno handling | Alex Brainman | 2010-07-26 | 3 | -49/+244 |
* | syscall: add ForkExec, Syscall12 on Windows | Daniel Theophanes | 2010-07-26 | 10 | -5/+356 |
* | runtime/extern.go: clear a small error in a comment. | Vinu Rajashekhar | 2010-07-24 | 1 | -1/+1 |
* | bytes: port IndexFunc and LastIndexFunc from strings package | Fazlul Shahriar | 2010-07-23 | 4 | -77/+177 |
* | strings.Bytes: fix typo in comment | Andrey Mirtchovski | 2010-07-21 | 1 | -1/+1 |
* | io: Avoid another race condition in pipes. | Ian Lance Taylor | 2010-07-21 | 1 | -0/+17 |
* | syscall: On Windows, Errstr FormatMessage has no values to insert. | Peter Mundy | 2010-07-21 | 1 | -1/+2 |
* | crypto/tls: add client-side SNI support and PeerCertificates. | Adam Langley | 2010-07-21 | 4 | -1/+19 |
* | crypto/ocsp: add package to parse OCSP responses. | Adam Langley | 2010-07-21 | 2 | -0/+300 |
* | os: change comment on O_APPEND to be more accurate | Andrew Gerrand | 2010-07-21 | 1 | -1/+1 |
* | net(windows): properly handle EOF in (*netFD).Read(). | Alex Brainman | 2010-07-20 | 1 | -0/+3 |
* | bytes: add Title | Rob Pike | 2010-07-20 | 2 | -0/+68 |
* | gobs: fix bug in singleton arrays | Rob Pike | 2010-07-20 | 2 | -5/+4 |
* | gofmt: fix some linebreak issues | Robert Griesemer | 2010-07-20 | 8 | -48/+168 |
* | more soft float support. passes several basic tests | Kai Backman | 2010-07-20 | 1 | -15/+197 |
* | strings: add Title | Rob Pike | 2010-07-20 | 2 | -0/+68 |
* | tabwriter: fix a comment to fix godoc output | Robert Griesemer | 2010-07-19 | 1 | -1/+1 |
* | asn1: Enumerated, Flag and GeneralizedTime support. | Adam Langley | 2010-07-19 | 3 | -104/+115 |
* | time: fix parsing of minutes in time zones. | Adam Langley | 2010-07-19 | 2 | -1/+12 |
* | http/transferWriter: Write body when content length unknown | James Whitehead | 2010-07-19 | 2 | -0/+17 |
* | linux/386: use Xen-friendly ELF TLS instruction sequence | Russ Cox | 2010-07-17 | 2 | -4/+32 |
* | utf16: fix cyclic dependency when testing on Windows | Peter Mundy | 2010-07-17 | 1 | -1/+2 |
* | big: attempt to fix arm build | Russ Cox | 2010-07-16 | 1 | -0/+5 |
* | Remove unused declaration. | Ian Lance Taylor | 2010-07-16 | 1 | -1/+0 |