- 11 Nov, 2014 2 commits
-
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/165490043
-
Nigel Tao authored
LGTM=dave R=nmvc, dave CC=bradfitz, dr.volker.dobler, golang-codereviews https://golang.org/cl/169240043
-
- 10 Nov, 2014 9 commits
-
-
Mikio Hara authored
Fixes crashes on various platforms. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/167880044
-
Mikio Hara authored
For old darwin kernels. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/166410043
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/167450043
-
Mikio Hara authored
TODOs for stub files are unnecessary because they are stubs. Also adds TODOs that need to be treated for spurious word boundary access on some CPU architecture such as ARM, Power. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/174720043
-
Mikio Hara authored
Fixes a crash on platforms that don't support IPV6_PKTINFO. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/167460043
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/164640043
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/171970043
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/172900043
-
Mikio Hara authored
On some platform the IPv6 loopback address is not suitable to assign a name. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/165710043
-
- 09 Nov, 2014 4 commits
-
-
Andrew Gerrand authored
LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/167030043
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/166210043
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/168210043
-
Mikio Hara authored
Moves from go.net/ipv4 pacakge to here, we use this function not only for ipv4 testing but ipv6 testing. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/169150043
-
- 06 Nov, 2014 6 commits
-
-
Mikio Hara authored
TODOs for stub files are unnecessary because they are stubs. Also adds TODOs that need to be treated for spurious word boundary access on some CPU architecture such as ARM, Power. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/171110043
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/171810043
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/172720043
-
Mikio Hara authored
Also fixes build. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/171880043
-
Mikio Hara authored
This CL chops existing ancillary data socket option handlers and puts them into platform dependent ancillary data socket option binding table for code readability. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/164580043
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/164540044
-
- 05 Nov, 2014 1 commit
-
-
Mikio Hara authored
This CL chops existing sticky socket option handlers and puts them into platform-dependent sticky socket option binding table for supporting multicast features such as source filtering for any-source multicast, source-specific multicast. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/144570043
-
- 04 Nov, 2014 1 commit
-
-
Nigel Tao authored
This first CL is a parser for the "If:" HTTP header, described at http://www.webdav.org/specs/rfc4918.html#HEADER_If LGTM=nmvc R=nmvc, dave CC=golang-codereviews https://golang.org/cl/164510043
-
- 01 Nov, 2014 2 commits
-
-
Mikio Hara authored
Also adds helper methods for platform-dependent types. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/165920044
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/162460043
-
- 31 Oct, 2014 2 commits
-
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/165160043
-
Mikio Hara authored
This CL replaces syscall duplicates with tiny syscall shims to help to add new platform support, to improve existing platform support. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/166910043
-
- 30 Oct, 2014 1 commit
-
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/165150043
-
- 24 Oct, 2014 4 commits
-
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/160800043
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/162110043
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/163120043
-
Mikio Hara authored
It seems that old darwin kernels don't handle IP_RECVIF, IP_RECVDSTADDR correctly. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/158030043
-
- 14 Oct, 2014 1 commit
-
-
Nigel Tao authored
LGTM=dr.volker.dobler R=dr.volker.dobler CC=golang-codereviews https://golang.org/cl/153390043
-
- 12 Oct, 2014 1 commit
-
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/154260043
-
- 11 Oct, 2014 2 commits
-
-
Mikio Hara authored
Looks like their UDP stacks don't support ancillary data socket options. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/153330043
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/156950043
-
- 09 Oct, 2014 3 commits
-
-
Mikio Hara authored
LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/149690043
-
Mikio Hara authored
LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/149680043
-
Sameer Ajmani authored
Recent runtime changes mean that these are stored indirectly, requiring additional allocation. LGTM=adonovan R=rsc, bradfitz, adonovan CC=golang-codereviews https://golang.org/cl/148590043
-
- 07 Oct, 2014 1 commit
-
-
Mikio Hara authored
The syscall package of standard library is now locked down and go.sys/unix is under curation. Also go.sys/unix doesn't help supporting go1.3 and earlier users. There's no way to extend this package without holding the platform adaptation code. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/146290043
-