1. 09 Nov, 2018 2 commits
  2. 31 Oct, 2018 1 commit
  3. 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
  4. 15 Aug, 2018 1 commit
  5. 06 Jun, 2018 1 commit
  6. 22 May, 2018 1 commit
  7. 14 May, 2018 1 commit
  8. 09 May, 2018 1 commit
  9. 04 May, 2018 2 commits
  10. 03 May, 2018 3 commits
  11. 02 May, 2018 1 commit
  12. 14 Mar, 2018 1 commit
  13. 02 Mar, 2018 12 commits
  14. 14 Feb, 2018 1 commit
  15. 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
  16. 11 Feb, 2018 1 commit