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
/
fd.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-429
/
+0
2009-06-01
update Go tree to use new syscall package.
Russ Cox
1
-40
/
+22
2009-04-29
Fix channels used by WaitWrite (http server hangs on writes
Brendan O'Dea
1
-2
/
+2
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
1
-8
/
+8
2009-04-15
code changes for array conversion.
Russ Cox
1
-4
/
+4
2009-04-15
document and partially fix a race
Russ Cox
1
-3
/
+24
2009-03-11
Rename os.FD to os.File.
Russ Cox
1
-13
/
+13
2009-03-06
document Conn interface better, in preparation
Russ Cox
1
-24
/
+136
2009-03-05
net: doc, doc-inspired cleanup
Russ Cox
1
-2
/
+2
2009-02-15
add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.
Russ Cox
1
-0
/
+9
2009-02-15
cleanups:
Russ Cox
1
-49
/
+65
2009-02-06
portable stat for os
Rob Pike
1
-5
/
+5
2009-01-30
update go code tree to new func rules.
Russ Cox
1
-1
/
+1
2009-01-26
Add an accessor function os.FD.Fd() to get the file
Ian Lance Taylor
1
-4
/
+4
2009-01-20
delete export
Russ Cox
1
-2
/
+2
2009-01-16
casify syscall and sequelae
Rob Pike
1
-5
/
+5
2009-01-16
casify DNS
Russ Cox
1
-28
/
+28
2009-01-06
new new & make
Russ Cox
1
-7
/
+7
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
1
-6
/
+6
2008-12-18
convert *[] to [].
Russ Cox
1
-5
/
+5
2008-11-25
change meaning of $GOMAXPROCS to number of cpus to use,
Russ Cox
1
-0
/
+2
2008-10-07
update code to follow new semicolon rules:
Russ Cox
1
-26
/
+26
2008-09-29
* implement Linux epoll for polling i/o
Russ Cox
1
-0
/
+287