1. 16 Feb, 2018 1 commit
  2. 04 Feb, 2018 1 commit
  3. 21 Dec, 2017 1 commit
  4. 22 Nov, 2017 1 commit
  5. 25 Oct, 2017 1 commit
  6. 12 Oct, 2017 2 commits
  7. 11 Oct, 2017 1 commit
  8. 12 Sep, 2017 1 commit
  9. 04 Sep, 2017 2 commits
  10. 29 Aug, 2017 3 commits
  11. 15 Aug, 2017 2 commits
  12. 23 Jul, 2017 4 commits
  13. 27 Jun, 2017 1 commit
  14. 16 Jun, 2017 1 commit
  15. 31 May, 2017 1 commit
    • Rusty Russell's avatar
      io: fix nasty io_wake corner case. · d00c9d1b
      Rusty Russell authored
      If we're duplex and one io_always callback makes the other io_always,
      we screwed up and hit an assertion later when the conn was in the
      always list but didn't actually want to be.
      
      io_wake() uses io_always(), so this is how it happened.  Writing a
      test case for this was a bit fun, too.
      Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
      d00c9d1b
  16. 05 Apr, 2017 6 commits
  17. 03 Apr, 2017 2 commits
  18. 31 Mar, 2017 4 commits
  19. 15 Mar, 2017 4 commits
  20. 14 Mar, 2017 1 commit