Sign in
go
/
go
/
a65bf95dd8e62217223bd4d316c7f4197d8b66e0
/
src
/
pkg
/
net
/
fd.go
3bb0032
- replaced gofmt expression formatting algorithm with
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
368f8cb
- fine-tuning of one-line func heuristic (nodes.go)
by Robert Griesemer
· 15 years ago
5d37705
gofmt-ify net
by Robert Griesemer
· 15 years ago
c83b838
package net cleanup
by Russ Cox
· 15 years ago
ca6a0fe
more "declared and not used".
by Russ Cox
· 16 years ago
b04ac10
convert non-low-level non-google pkg code to whole-package compilation.
by Russ Cox
· 16 years ago
a0bcaf4
Change os.Error convention:
by Russ Cox
· 16 years ago
efc4088
make IP address available
by Rob Pike
· 16 years ago
5d2ee9d
add Addr() string to net.Listener interface.
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/net/fd.go]
9e0fec9
update Go tree to use new syscall package.
by Russ Cox
· 16 years ago
7326a38
Fix channels used by WaitWrite (http server hangs on writes which hit EAGAIN).
by Brendan O'Dea
· 16 years ago
aaf63f8
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors.
by Rob Pike
· 16 years ago
60ce95d
code changes for array conversion.
by Russ Cox
· 16 years ago
37a5374
document and partially fix a race
by Russ Cox
· 16 years ago
7a706fb
Rename os.FD to os.File.
by Russ Cox
· 16 years ago
1e37e8a
document Conn interface better, in preparation
by Russ Cox
· 16 years ago
c93da7c7
net: doc, doc-inspired cleanup
by Russ Cox
· 16 years ago
91ceda5
add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.
by Russ Cox
· 16 years ago
d8921c5
cleanups:
by Russ Cox
· 16 years ago
704bc9d
portable stat for os add name to os.FD clean up some interfaces
by Rob Pike
· 16 years ago
4cf7711
update go code tree to new func rules.
by Russ Cox
· 16 years ago
a01bdb4
Add an accessor function os.FD.Fd() to get the file
by Ian Lance Taylor
· 16 years ago
839a684
delete export
by Russ Cox
· 16 years ago
1a91b9a
casify syscall and sequelae
by Rob Pike
· 16 years ago
c840657
casify DNS
by Russ Cox
· 16 years ago
5564504
new new & make
by Russ Cox
· 16 years ago
08ca30b
change *map to map; *chan to chan; new(T) to new(*T)
by Russ Cox
· 16 years ago
d47d888
convert *[] to [].
by Russ Cox
· 16 years ago
efc86a7
change meaning of $GOMAXPROCS to number of cpus to use,
by Russ Cox
· 16 years ago
983f06b
update code to follow new semicolon rules:
by Russ Cox
· 16 years ago
e4a61c6
* implement Linux epoll for polling i/o
by Russ Cox
· 17 years ago