Skip to content
Snippets Groups Projects
  1. Sep 08, 2015
    • Nick Zavaritsky's avatar
      gh-42: Remove SO_BSDCOMPAT in socket package · 59f1c3c3
      Nick Zavaritsky authored
      Linux-specific option obsolete since kernel 2.2
      59f1c3c3
    • Nick Zavaritsky's avatar
      gh-42: Remove probing waiters in bsdsocket test · b1d4c598
      Nick Zavaritsky authored
      Wait() no longer called hence waiters not initialized. Does it make
      sence to have a test for :waiters (undocumented internals)?
      b1d4c598
    • Nick Zavaritsky's avatar
      gh-42: Remove OS-specific checks in bsdsocket test · c710a18b
      Nick Zavaritsky authored
      - Waiting on a brand new socket (neither listen nor connect called)
        completes immediately with HUP status on Linux. However on FreeBSD/osx
        it never completes.
      
      - Attempting to connect to a port bound on a loopback interface which is
        not yet listening yield ECONNREFUSED in blocking mode on Linux. On
        FreeBSD/osx blocking connect never completes ("never" means it doesn't
        complete in a reasonable time).
      
      - Calling shutdown() on a listening socket works in Linux but in
        FreeBSD/osx it doesn't.
      c710a18b
  2. Sep 07, 2015
  3. Sep 06, 2015
  4. Sep 05, 2015
  5. Sep 04, 2015
  6. Sep 03, 2015
  7. Sep 02, 2015
  8. Sep 01, 2015
  9. Aug 31, 2015
  10. Aug 30, 2015
  11. Aug 29, 2015
  12. Aug 28, 2015
Loading