summaryrefslogtreecommitdiff
path: root/src/pkg/net/interface_windows.go
Commit message (Expand)AuthorAgeFilesLines
* all: various typosRobert Griesemer2012-03-131-1/+1
* net: replace error variable name e, errno with errMikio Hara2012-02-011-20/+20
* syscall: return error, not uintptr, when function returns errorAlex Brainman2011-12-081-2/+2
* syscall: use errorRuss Cox2011-11-131-2/+2
* src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox2011-11-011-5/+5
* net: joined group addresses for a specific interface for darwin, freebsd, linuxMikio Hara2011-08-041-0/+7
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-141-1/+0
* windows: define and use syscall.HandleWei Guangjing2011-07-011-2/+2
* net, syscall: interface for windowsYasuhiro Matsumoto2011-06-231-0/+152