1. 19 Jul, 2020 1 commit
    • ReinUsesLisp's avatar
      core/network: Add network abstraction · 51817f6e
      ReinUsesLisp authored
      This commit adds a network abstraction designed to implement bsd:s but
      at the same time work as a generic abstraction to implement any
      networking code we have to use from core.
      
      This is implemented on top of BSD sockets on Unix systems and winsock on
      Windows. The code is designed around winsocks having compatibility
      definitions to support both BSD and Windows sockets.
      51817f6e
  2. 17 Jul, 2020 18 commits
  3. 16 Jul, 2020 21 commits