index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
net
/
fd.go
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-6
/
+11
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-3
/
+96
2010-06-29
Move the function Run() back into fd.go.
Vinu Rajashekhar
1
-0
/
+44
2010-06-28
Move the functions, newPollServer and Run, from fd.go
Vinu Rajashekhar
1
-75
/
+0
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
1
-3
/
+3
2010-05-20
netFD: fix race between Close and Read/Write
Michael Hoisie
1
-2
/
+9
2010-04-26
net: introduce net.Error interface
Russ Cox
1
-23
/
+43
2010-04-06
net: use chan bool instead of chan *netFD to avoid cycle
Russ Cox
1
-8
/
+8
2010-03-30
single argument panic
Russ Cox
1
-6
/
+2
2010-03-24
delete all uses of panicln by rewriting them using panic or,
Rob Pike
1
-1
/
+1
2010-03-03
net: fix network timeout boundary condition.
Stephen Ma
1
-1
/
+1
2010-03-02
gofmt: experiment: align values in map composites where possible
Robert Griesemer
1
-5
/
+5
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
1
-180
/
+180
2009-12-02
net: test and fix support for 0-length datagram packets.
Russ Cox
1
-1
/
+7
2009-12-01
net: fix netFD.Close races
Devon H. O'Dell
1
-61
/
+72
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
1
-1
/
+1
2009-11-18
net: remove race condition on Close.
Adam Langley
1
-16
/
+31
2009-11-17
net: enforce timeouts for ReadFrom/WriteTo
Russ Cox
1
-0
/
+56
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
1
-3
/
+3
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-34
/
+34
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-3
/
+1
2009-11-04
gofmt-ify net
Robert Griesemer
1
-60
/
+61
2009-11-02
package net cleanup
Russ Cox
1
-40
/
+28
2009-09-15
more "declared and not used".
Russ Cox
1
-4
/
+4
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
1
-4
/
+0
2009-06-25
Change os.Error convention:
Russ Cox
1
-34
/
+42
2009-06-19
make IP address available
Rob Pike
1
-0
/
+10
2009-06-17
add Addr() string to net.Listener interface.
Russ Cox
1
-0
/
+9
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+429