Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 237 | -53414/+0 | |
2014-11-25 | Imported Upstream version 1.3.3upstream/1.3.3 | Tianon Gravi | 1 | -0/+2 | |
2014-09-26 | Imported Upstream version 1.3.2upstream/1.3.2 | Michael Stapelberg | 1 | -0/+1 | |
2014-08-13 | Imported Upstream version 1.3.1upstream/1.3.1 | Michael Stapelberg | 5 | -22/+38 | |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 131 | -1202/+5243 | |
2014-03-03 | Imported Upstream version 1.2.1upstream/1.2.1 | Michael Stapelberg | 2 | -8/+186 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 139 | -2441/+5066 | |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 94 | -2015/+3692 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 169 | -4841/+13730 | |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 13 | -16/+138 | |
2012-05-02 | Imported Upstream version 1.0.1upstream/1.0.1 | Ondřej Surý | 8 | -22/+21 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 180 | -3140/+26545 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 86 | -0/+12459 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 70 | -10828/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 28 | -756/+872 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 31 | -236/+1493 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 23 | -53/+342 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 36 | -329/+1027 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 12 | -393/+509 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -2/+2 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 13 | -96/+411 | |
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 | |
R=rsc, Mateusz Czaplinski CC=golang-dev http://codereview.appspot.com/1600041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-30 | net: add support for DNS SRV requests. | Kirklin McDonald | 2 | -23/+82 | |
Fixes issue 758. R=rsc, adg CC=golang-dev http://codereview.appspot.com/1078041 Committer: Andrew Gerrand <adg@golang.org> | |||||
2010-06-29 | Move the function Run() back into fd.go. | Vinu Rajashekhar | 2 | -46/+44 | |
R=iant CC=golang-dev, rsc http://codereview.appspot.com/1748041 Committer: Ian Lance Taylor <iant@golang.org> | |||||
2010-06-28 | Move the functions, newPollServer and Run, from fd.go | Vinu Rajashekhar | 3 | -75/+88 | |
to a new source file. R=iant, rsc CC=golang-dev http://codereview.appspot.com/1670046 Committer: Ian Lance Taylor <iant@golang.org> | |||||
2010-06-21 | net: move Dial, Listen out of net.go. | Russ Cox | 3 | -172/+180 | |
now net.go is only type definitions, not active code. R=r CC=golang-dev http://codereview.appspot.com/1708046 | |||||
2010-06-21 | net: Fix ICMP test. | Christopher Wedgwood | 1 | -2/+2 | |
Ping IDs should be limited to 16-bits. Fix failure printing. R=rsc CC=golang-dev, jean-christophe smith <jeanchristophe.smith http://codereview.appspot.com/1682043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-20 | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox | 1 | -30/+41 | |
update other code to match. R=r CC=golang-dev http://codereview.appspot.com/1680044 | |||||
2010-06-08 | misc cleanup: gofmt + &x -> x[0:] conversion | Russ Cox | 3 | -10/+10 | |
R=gri CC=golang-dev http://codereview.appspot.com/1620042 | |||||
2010-05-31 | net: fix typo | Andrew Gerrand | 1 | -1/+1 | |
Fixes issue 819. R=rsc CC=golang-dev http://codereview.appspot.com/1421041 | |||||
2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox | 7 | -17/+17 | |
R=gri CC=golang-dev http://codereview.appspot.com/1326042 | |||||
2010-05-24 | net: udp, implement BindToDevice | Christopher Wedgwood | 1 | -0/+10 | |
R=rsc CC=golang-dev, r http://codereview.appspot.com/1271041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-05-21 | go/printer, gofmt: fix printing of labels, | Robert Griesemer | 1 | -1/+2 | |
apply gofmt to src, misc Fixes issue 752. R=rsc CC=golang-dev http://codereview.appspot.com/1240044 Committer: Robert Griesemer <gri@golang.org> | |||||
2010-05-21 | net: implement raw sockets | Christopher Wedgwood | 8 | -10/+519 | |
R=rsc CC=golang-dev http://codereview.appspot.com/684041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-05-20 | netFD: fix race between Close and Read/Write | Michael Hoisie | 1 | -2/+9 | |
Fixes issue 783. R=rsc, cw CC=golang-dev http://codereview.appspot.com/1207043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-05-05 | Fix a typo in net/unixsock | Conrad Meyer | 1 | -1/+1 | |
R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/1113041 Committer: Robert Griesemer <gri@golang.org> | |||||
2010-04-29 | net: use short variable declaration | Christopher Wedgwood | 1 | -2/+1 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1019043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-29 | net: parser should handle EOF without newline properly. | Christopher Wedgwood | 1 | -10/+14 | |
Fixes issue 686. R=rsc CC=adg, golang-dev http://codereview.appspot.com/979044 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-28 | net: do not require newline at end of resolv.conf | Russ Cox | 1 | -0/+5 | |
Fixes issue 686. R=adg CC=golang-dev http://codereview.appspot.com/961046 | |||||
2010-04-27 | net: drop non-RHEL-4.6 ports from test | Russ Cox | 1 | -2/+0 | |
Fixes issue 610. R=adg CC=golang-dev http://codereview.appspot.com/1006044 | |||||
2010-04-27 | net: fix bug in internetSocket introduced by error cleanup. | Russ Cox | 1 | -1/+1 | |
Fixes issue 750. R=adg CC=golang-dev http://codereview.appspot.com/988043 | |||||
2010-04-26 | net: introduce net.Error interface | Russ Cox | 11 | -317/+339 | |
Adds two more methods, Timeout and Temporary. Implemented by os.Errno too. The intent is to make the checks for os.EAGAIN a little less clunky. It should also let us clean up a bug that Mike Solomon pointed out: if a network server gets an "out of file descriptors" error from Accept, the listener should not stop. It will be able to check this because that error would have Temporary() == true. Also clean up some underscore names. Fixes issue 442. R=r CC=golang-dev, msolo http://codereview.appspot.com/957045 | |||||
2010-04-26 | net: add Pipe | Russ Cox | 3 | -0/+120 | |
R=r CC=golang-dev http://codereview.appspot.com/1004043 | |||||
2010-04-18 | net: fix bugs in packStructValue | Michael Hoisie | 1 | -4/+4 | |
packStructValue was cutting off last byte of uint32 in _Dns_msg.Unpack, use packRR for rr types R=rsc CC=golang-dev http://codereview.appspot.com/844048 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-06 | net: use chan bool instead of chan *netFD to avoid cycle | Russ Cox | 1 | -8/+8 | |
The cycle is *netFD -> cw chanl *netFD in struct -> same *netFD in channel read buffer. Because channels are finalized, the cycle makes them uncollectable. A better fix is to make channels not finalized anymore, and that will happen, but this is an easy, reasonable workaround until then. Another good fix would be to zero the channel receive buffer entry after the receive. That too will happen. R=r CC=golang-dev http://codereview.appspot.com/875043 | |||||
2010-03-30 | simplify various code using new map index rule | Russ Cox | 1 | -2/+1 | |
R=r CC=golang-dev http://codereview.appspot.com/833044 | |||||
2010-03-30 | single argument panic | Russ Cox | 2 | -7/+3 | |
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev http://codereview.appspot.com/850041 | |||||
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -1/+1 | |
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041 | |||||
2010-03-16 | net: fix IPMask.String not to crash on all-0xff mask | Russ Cox | 1 | -21/+38 | |
R=r CC=golang-dev http://codereview.appspot.com/438042 |