Age | Commit message (Expand) | Author | Files | Lines |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 38 | -184/+1940 |
2010-06-29 | net: initial attempt to implement windows version | Alex Brainman | 2 | -2/+386 |
2010-06-30 | net: add support for DNS SRV requests. | Kirklin McDonald | 2 | -23/+82 |
2010-06-29 | Move the function Run() back into fd.go. | Vinu Rajashekhar | 2 | -46/+44 |
2010-06-28 | Move the functions, newPollServer and Run, from fd.go | Vinu Rajashekhar | 3 | -75/+88 |
2010-06-21 | net: move Dial, Listen out of net.go. | Russ Cox | 3 | -172/+180 |
2010-06-21 | net: Fix ICMP test. | Christopher Wedgwood | 1 | -2/+2 |
2010-06-20 | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox | 1 | -30/+41 |
2010-06-08 | misc cleanup: gofmt + &x -> x[0:] conversion | Russ Cox | 3 | -10/+10 |
2010-05-31 | net: fix typo | Andrew Gerrand | 1 | -1/+1 |
2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox | 7 | -17/+17 |
2010-05-24 | net: udp, implement BindToDevice | Christopher Wedgwood | 1 | -0/+10 |
2010-05-21 | go/printer, gofmt: fix printing of labels, | Robert Griesemer | 1 | -1/+2 |
2010-05-21 | net: implement raw sockets | Christopher Wedgwood | 8 | -10/+519 |
2010-05-20 | netFD: fix race between Close and Read/Write | Michael Hoisie | 1 | -2/+9 |
2010-05-05 | Fix a typo in net/unixsock | Conrad Meyer | 1 | -1/+1 |
2010-04-29 | net: use short variable declaration | Christopher Wedgwood | 1 | -2/+1 |
2010-04-29 | net: parser should handle EOF without newline properly. | Christopher Wedgwood | 1 | -10/+14 |
2010-04-28 | net: do not require newline at end of resolv.conf | Russ Cox | 1 | -0/+5 |
2010-04-27 | net: drop non-RHEL-4.6 ports from test | Russ Cox | 1 | -2/+0 |
2010-04-27 | net: fix bug in internetSocket introduced by error cleanup. | Russ Cox | 1 | -1/+1 |
2010-04-26 | net: introduce net.Error interface | Russ Cox | 11 | -317/+339 |
2010-04-26 | net: add Pipe | Russ Cox | 3 | -0/+120 |
2010-04-18 | net: fix bugs in packStructValue | Michael Hoisie | 1 | -4/+4 |
2010-04-06 | net: use chan bool instead of chan *netFD to avoid cycle | Russ Cox | 1 | -8/+8 |
2010-03-30 | simplify various code using new map index rule | Russ Cox | 1 | -2/+1 |
2010-03-30 | single argument panic | Russ Cox | 2 | -7/+3 |
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -1/+1 |
2010-03-16 | net: fix IPMask.String not to crash on all-0xff mask | Russ Cox | 1 | -21/+38 |
2010-03-03 | net: put [ ] around IPv6 addresses for Dial | Russ Cox | 1 | -1/+5 |
2010-03-03 | net: fix nil deref in testTimeout when Dial fails | Russ Cox | 1 | -1/+2 |
2010-03-03 | net: fix network timeout boundary condition. | Stephen Ma | 1 | -1/+1 |
2010-03-03 | net: correct DNS configuration | Stephen Ma | 2 | -3/+3 |
2010-03-02 | gofmt: experiment: align values in map composites where possible | Robert Griesemer | 2 | -14/+14 |
2010-02-25 | strings: delete Runes, Bytes | Russ Cox | 2 | -3/+2 |
2010-02-25 | Fix small typo in net package. | Stephen Weinberg | 1 | -1/+1 |
2010-02-22 | net: disable UDP server test | Russ Cox | 1 | -3/+6 |
2010-02-10 | net: use slightly less predictable dns request id | Russ Cox | 1 | -1/+3 |
2010-01-26 | net: fix segfault if /etc/hosts fails to open or doesn't exist | Michael Hoisie | 1 | -1/+3 |
2010-01-25 | net: parse aliases in /etc/hosts correctly | Andrey Mirtchovski | 3 | -3/+13 |
2010-01-18 | net: enable UDP broadcast before it is needed (instead of after) | Russ Cox | 2 | -5/+4 |
2010-01-15 | Use /etc/hosts when resolving names. | Yves Junqueira | 6 | -2/+148 |
2010-01-05 | net: make Dial correctly return nil on error. | Roger Peppe | 1 | -3/+15 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 24 | -1249/+1249 |
2009-12-09 | minor manual format corrections | Robert Griesemer | 1 | -2/+1 |
2009-12-04 | net: more fiddling with the udp test. | Russ Cox | 1 | -1/+1 |
2009-12-03 | net: turn off empty packet test by default | Russ Cox | 1 | -2/+9 |
2009-12-02 | net: test and fix support for 0-length datagram packets. | Russ Cox | 2 | -25/+39 |
2009-12-01 | net: fix netFD.Close races | Devon H. O'Dell | 5 | -75/+98 |
2009-11-30 | Added a method on UDPConn so they can actually send broadcast packets. | Jonathan Wills | 1 | -1/+5 |