1. 18 Apr, 2019 1 commit
  2. 24 Mar, 2019 1 commit
  3. 23 Mar, 2019 3 commits
  4. 20 Mar, 2019 1 commit
  5. 09 Nov, 2018 2 commits
  6. 31 Oct, 2018 1 commit
  7. 09 Sep, 2018 1 commit
    • Christoph Schulz's avatar
      Conform to `cmakelint --filter=-linelength` · a21228b6
      Christoph Schulz authored
      - Lowercase all commands
      - Unify indent to 2 spaces
      - Remove spaces around brackets
      - Remove repitition of condition in else(...) and endif(...)
      
      Note: (re-)running CMake did not change the content of the generated files
      a21228b6
  8. 15 Aug, 2018 1 commit
  9. 06 Jun, 2018 1 commit
  10. 22 May, 2018 1 commit
  11. 14 May, 2018 1 commit
  12. 09 May, 2018 1 commit
  13. 04 May, 2018 2 commits
  14. 03 May, 2018 3 commits
  15. 02 May, 2018 1 commit
  16. 14 Mar, 2018 1 commit
  17. 02 Mar, 2018 12 commits
  18. 14 Feb, 2018 1 commit
  19. 13 Feb, 2018 1 commit
    • Simon Giesecke's avatar
      Problem: network initialization and shutdown functions not available for · e8e24030
      Simon Giesecke authored
      reuse
      
      Solution: extract into functions defined in ip.hpp
      
      Problem: signaler_t::make_fdpair not reusable
      
      Solution: move make_fdpair to ip.hpp
      
      Problem: epoll worker with no fds cannot be stopped
      
      Solution: use interruptible epoll_pwait call
      
      Problem: insufficient unit tests for poller
      
      Solution: add test cases
      e8e24030
  20. 11 Feb, 2018 1 commit