| Commit message (Expand) | Author | Age | Files | Lines |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -268/+0 |
* | net: consolidate sockaddrToAddr functions | Mikio Hara | 2014-08-05 | 1 | -3/+3 |
* | net: don't export netFD readFrom, writeTo, readMsg, writeMsg methods | Ian Lance Taylor | 2014-04-02 | 1 | -4/+4 |
* | all: merge NaCl branch (part 1) | Dave Cheney | 2014-02-25 | 1 | -1/+1 |
* | runtime, net: add support for GOOS=solaris | Aram H?v?rneanu | 2014-02-24 | 1 | -1/+1 |
* | net: add netaddr interface | Mikio Hara | 2013-08-30 | 1 | -7/+0 |
* | net: make protocol-specific Dial and Listen return consistent error value | Mikio Hara | 2013-08-28 | 1 | -10/+10 |
* | net: dragonfly support | Joel Sing | 2013-08-24 | 1 | -1/+1 |
* | net: remove redundant argument check from Dial on udp, unix networks | Mikio Hara | 2013-08-22 | 1 | -4/+4 |
* | net: make protocol-specific WriteTo, WriteMsg methods return error instead of... | Mikio Hara | 2013-08-18 | 1 | -0/+6 |
* | net: reduce unnecessary syscall.Sockaddr conversions | Mikio Hara | 2013-08-03 | 1 | -5/+8 |
* | net: update documentation for UDPConn and related stuff | Mikio Hara | 2013-03-31 | 1 | -16/+16 |
* | net: update documentation for ListenTCP, ListenUDP | Mikio Hara | 2013-03-29 | 1 | -4/+7 |
* | src/pkg: fixed various typos | Robert Griesemer | 2013-03-20 | 1 | -1/+1 |
* | net: simplify ListenMulticastUDP | Mikio Hara | 2013-01-15 | 1 | -37/+12 |
* | net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs | Mikio Hara | 2012-11-27 | 1 | -14/+12 |
* | net: protocol specific listen functions return a proper local socket address | Mikio Hara | 2012-11-13 | 1 | -1/+1 |
* | net: close fds eagerly in DialTimeout | Brad Fitzpatrick | 2012-11-08 | 1 | -4/+11 |
* | net: add read, write message methods to IPConn, UDPConn | Mikio Hara | 2012-09-25 | 1 | -0/+37 |
* | net: delete unused IP-level socket option helpers | Mikio Hara | 2012-09-11 | 1 | -16/+0 |
* | net: pass tests on Plan 9 again | Fazlul Shahriar | 2012-06-06 | 1 | -6/+1 |
* | net: consolidate common socket functions | Dave Cheney | 2012-04-27 | 1 | -95/+2 |
* | net: fix race between Close and Read | Dave Cheney | 2012-04-21 | 1 | -3/+1 |
* | net: make Dial and Listen behavior consistent across over platforms | Mikio Hara | 2012-03-06 | 1 | -0/+7 |
* | net: make LocalAddr on multicast return group address | Mikio Hara | 2012-02-19 | 1 | -1/+1 |
* | os: delete os.EINVAL and so on | Rob Pike | 2012-02-17 | 1 | -13/+13 |
* | net: ListenMulticastUDP to listen concurrently across multiple listeners | Mikio Hara | 2012-02-01 | 1 | -26/+70 |
* | net: replace error variable name e, errno with err | Mikio Hara | 2012-02-01 | 1 | -4/+4 |
* | net: update comments to remove redundant "net" prefix | Mikio Hara | 2012-01-29 | 1 | -7/+7 |
* | net: make WriteTo fail when UDPConn is already connected | Mikio Hara | 2012-01-27 | 1 | -0/+6 |
* | net: consistent OpError message | Mikio Hara | 2012-01-24 | 1 | -16/+16 |
* | net: change SetTimeout to SetDeadline | Brad Fitzpatrick | 2012-01-18 | 1 | -11/+12 |
* | net: platform-dependent default socket options | Mikio Hara | 2012-01-15 | 1 | -0/+1 |
* | net: add IP-level socket option helpers for Unix variants | Mikio Hara | 2012-01-11 | 1 | -43/+8 |
* | net: fix incorrect mode on ListenIP, ListenUDP | Mikio Hara | 2012-01-05 | 1 | -1/+1 |
* | crypto/mime/net/time: add netbsd to +build tags | Joel Sing | 2011-12-21 | 1 | -1/+1 |
* | net, syscall: remove BindToDevice API from UDPConn, IPConn | Mikio Hara | 2011-12-02 | 1 | -10/+0 |
* | src/pkg/[n-z]*: gofix -r error -force=error | Russ Cox | 2011-11-01 | 1 | -25/+25 |
* | build: add build comments to core packages | Russ Cox | 2011-09-15 | 1 | -0/+2 |
* | net: make use of IPv4len, IPv6len | Mikio Hara | 2011-08-24 | 1 | -1/+1 |
* | net: join and leave a IPv6 group address, on a specific interface | Mikio Hara | 2011-08-18 | 1 | -22/+74 |
* | net: Plan 9 support | Fazlul Shahriar | 2011-08-17 | 1 | -0/+294 |