1. 06 Jul, 2018 1 commit
    • Thomas A. F. Thorne's avatar
      Add cmake Setup Instructions For make test · 652d1e0b
      Thomas A. F. Thorne authored
      make test will not work without first enabling the build of the tests.
      The README.md documentation was not updated when the change that
      requires the variable be enabled (863eba92) was pushed.
      
      This resolves part of Issue #249 in that with it in place and clean
      working directory the tests will compile and run.
      
      It is probably not enough to consider #249 complete at present as all of
      the test fail on my system, suggesting something is grossly wrong.
      652d1e0b
  2. 15 May, 2018 2 commits
  3. 28 Apr, 2018 1 commit
  4. 04 Apr, 2018 1 commit
  5. 02 Apr, 2018 2 commits
  6. 21 Mar, 2018 1 commit
    • fxp's avatar
      Update optional.h · b32c66be
      fxp authored
      Fix macro CheckSize conflict with member function in cryptopp library
      b32c66be
  7. 21 Feb, 2018 1 commit
  8. 20 Feb, 2018 7 commits
  9. 17 Feb, 2018 3 commits
  10. 15 Feb, 2018 1 commit
  11. 13 Feb, 2018 2 commits
  12. 21 Nov, 2017 1 commit
  13. 07 Nov, 2017 1 commit
  14. 20 Sep, 2017 1 commit
  15. 14 Sep, 2017 3 commits
  16. 12 Sep, 2017 2 commits
  17. 30 Jul, 2017 9 commits
  18. 29 Jul, 2017 1 commit
    • Jeff VanDyke's avatar
      Improved handling of toWrite and status on EAGAIN · 3bc36c0a
      Jeff VanDyke authored
      Don't overwrite the status to FirstTry on every successful write,
      and erase the fd from toWrite only if it's already in there,
      which it should be if the status == Retry.
      Also fix some trailing whitespace
      3bc36c0a