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
/
lib
/
net
/
net.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-862
/
+0
2009-06-01
update Go tree to use new syscall package.
Russ Cox
1
-64
/
+86
2009-05-13
Unix domain socket support, Linux and Darwin.
Russ Cox
1
-71
/
+253
2009-05-08
throw away os._Error.
Russ Cox
1
-5
/
+5
2009-05-07
another attempt at avoiding IPv6 when it's not supported.
Russ Cox
1
-21
/
+26
2009-05-07
next step for 6.out on Borg: fix and test
Russ Cox
1
-1
/
+1
2009-04-30
auto-detect whether to use IPv6 or IPv4 kernel interface
Russ Cox
1
-3
/
+12
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
1
-51
/
+51
2009-04-16
Convert go tree to hierarchical pkg directory:
Russ Cox
1
-1
/
+1
2009-03-11
Rename os.FD to os.File.
Russ Cox
1
-2
/
+2
2009-03-06
document Conn interface better, in preparation
Russ Cox
1
-5
/
+60
2009-03-05
net: doc, doc-inspired cleanup
Russ Cox
1
-25
/
+47
2009-02-15
add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.
Russ Cox
1
-0
/
+5
2009-02-15
cleanups:
Russ Cox
1
-63
/
+74
2009-01-30
update go code tree to new func rules.
Russ Cox
1
-3
/
+3
2009-01-20
delete export
Russ Cox
1
-12
/
+12
2009-01-16
casify syscall and sequelae
Rob Pike
1
-13
/
+13
2009-01-16
casify DNS
Russ Cox
1
-48
/
+48
2009-01-15
convert strconv
Russ Cox
1
-1
/
+1
2009-01-06
new new & make
Russ Cox
1
-3
/
+3
2008-12-19
allow Listen on ":9999" as an alias for "0.0.0.0:9999"
Russ Cox
1
-9
/
+20
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
1
-16
/
+14
2008-12-18
convert *[] to [].
Russ Cox
1
-25
/
+25
2008-12-18
host and port name lookup
Russ Cox
1
-40
/
+31
2008-12-10
assorted cleanup and fixes
Russ Cox
1
-87
/
+33
2008-11-17
correctly rounded floating-point conversions
Russ Cox
1
-3
/
+3
2008-10-07
update code to follow new semicolon rules:
Russ Cox
1
-51
/
+51
2008-09-30
i can import "net" in package net
Russ Cox
1
-18
/
+18
2008-09-26
move src/syscall to src/lib/syscall.
Russ Cox
1
-79
/
+92
2008-09-25
Change the name of the result variable so that it does not
Ian Lance Taylor
1
-1
/
+1
2008-09-19
export an os.Error constructor
Russ Cox
1
-12
/
+6
2008-09-17
add network listening & tests
Russ Cox
1
-22
/
+137
2008-09-16
preliminary network - just Dial for now
Russ Cox
1
-0
/
+483