1. 13 Jan, 2016 1 commit
  2. 04 Dec, 2015 1 commit
  3. 05 May, 2015 1 commit
  4. 08 Mar, 2015 1 commit
  5. 08 Sep, 2014 1 commit
  6. 07 Apr, 2014 1 commit
  7. 13 Feb, 2014 1 commit
  8. 22 Jan, 2014 1 commit
    • Jeff Sickel's avatar
      net: plan9 changes for default net directory · 52125738
      Jeff Sickel authored
      This change include updates to the probeIPv4Stack
      and probeIPv6Stack to ensure that one or both
      protocols are supported by ip(3).
      The addition of fdMutex to netFD fixes the
      TestTCPConcurrentAccept failures.
      Additional changes add support for keepalive.
      
      R=golang-codereviews, 0intro
      CC=golang-codereviews, rsc
      https://golang.org/cl/49920048
      52125738
  9. 08 Jan, 2014 1 commit
  10. 18 Dec, 2013 1 commit
  11. 17 Dec, 2013 1 commit
  12. 16 Dec, 2013 1 commit
  13. 09 Aug, 2013 1 commit
    • Nicolas Owens's avatar
      net: fix LookupSRV ordering on plan 9 · 3319db4c
      Nicolas Owens authored
      lookup_plan9.go's lookupSRV is using the wrong order for srv results. order should be weight, priority, port, following the response from /net/dns:
      
        chi Aug  9 20:31:13 Rread tag 20 count 61 '_xmpp-client._tcp.offblast.org srv 5 0 5222 iota.offblast.org' 72
      
      R=golang-dev, bradfitz
      CC=ality, golang-dev, r, rsc
      https://golang.org/cl/12708043
      3319db4c
  14. 17 Jun, 2013 1 commit
  15. 12 Mar, 2013 1 commit
  16. 18 Oct, 2012 1 commit
  17. 01 Mar, 2012 1 commit
  18. 17 Feb, 2012 1 commit
  19. 21 Jan, 2012 1 commit
  20. 17 Jan, 2012 1 commit
  21. 02 Nov, 2011 1 commit
  22. 31 Oct, 2011 1 commit
  23. 18 Oct, 2011 1 commit
  24. 13 Sep, 2011 1 commit
  25. 17 Aug, 2011 1 commit
    • Fazlul Shahriar's avatar
      net: Plan 9 support · 0f7bc92b
      Fazlul Shahriar authored
      All tests enabled by default passes except those in timeout_test.go.
      
      For TestLookupPort, add an entry for "bootps" in /lib/ndb/common
      (Plan 9 calls it "bootp"). I've sent out a patch to fix this.
      
      R=paulzhol, rsc, mikioh.mikioh
      CC=ality, golang-dev
      https://golang.org/cl/4779041
      0f7bc92b