1. 21 Jul, 2020 4 commits
  2. 19 Jul, 2020 2 commits
    • 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
    • Rodrigo Locatti's avatar
      Merge pull request #4376 from ogniK5377/dark-wait-tree · ad0b2951
      Rodrigo Locatti authored
      frontend: Improve wait tree readability for dark themes
      ad0b2951
  3. 18 Jul, 2020 18 commits
  4. 17 Jul, 2020 16 commits