1. 11 Oct, 2017 1 commit
    • Dominik Charousset's avatar
      Fix state cleanup in BASP broker · 4b358e63
      Dominik Charousset authored
      BASP needs to release all state kept for connection handles, because the
      OS re-uses socket IDs as soon as they are closed. Since the connection
      handle is the socket ID this leads to inconsitent state.
      4b358e63
  2. 09 Oct, 2017 2 commits
  3. 08 Oct, 2017 3 commits
  4. 06 Oct, 2017 3 commits
  5. 30 Sep, 2017 2 commits
  6. 29 Sep, 2017 4 commits
  7. 28 Sep, 2017 1 commit
    • Dominik Charousset's avatar
      Block SIGPIPE whenever calling OpenSSL · c6ec9d99
      Dominik Charousset authored
      This fixes the build with OpenSSL >= 1.1. We fall back to simply
      blocking SIGPIPE whenever calling OpenSSL since the BIO interface
      changed and the previous workaround no longer works.
      c6ec9d99
  8. 27 Sep, 2017 3 commits
  9. 26 Sep, 2017 2 commits
  10. 23 Sep, 2017 1 commit
  11. 22 Sep, 2017 7 commits
  12. 21 Sep, 2017 1 commit
    • iggu's avatar
      Support for static runtime · 974515f2
      iggu authored
      - applied to the 3 mainstream compilers: CLANG, GCC and MSVC
      - configure script supports --static-runtime option
      974515f2
  13. 12 Sep, 2017 6 commits
  14. 11 Sep, 2017 2 commits
  15. 04 Sep, 2017 2 commits