1. 31 May, 2018 1 commit
  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