1. 22 Feb, 2019 2 commits
  2. 20 Feb, 2019 1 commit
    • Marc Gravell's avatar
      Result box simplify (#1064) · 9a213f91
      Marc Gravell authored
      * simplify the whole result-box/TaskCompletionSource mess with the realization that the TCS *can be* the result-box, and simple (non-TCS) boxes can be [ThreadStatic]
      
      * rev Pipelines.Sockets.Unofficial (removed AwaitableLockToken)
      9a213f91
  3. 19 Feb, 2019 1 commit
  4. 06 Feb, 2019 1 commit
  5. 05 Feb, 2019 2 commits
    • Hans Kuder's avatar
      Remove obsolete responseTimeout setting (#1042) · 91daba50
      Hans Kuder authored
      * Remove obsolete responseTimeout setting
      
      * fix bad autocomplete
      91daba50
    • Marc Gravell's avatar
      Async write path (#1056) · ec5ba309
      Marc Gravell authored
      * start work on a true async write path (no sync flush); at the moment only existing async code uses this - once stable, we can move more code to the full async path
      
      * finish prep work before tackling subscriber lock (note: still lots of handshake options to asyncify)
      
      * implement a background queue that represents the (necessarily ordered) subscription operations, rather than executing them synchronously (sync over async, locks, etc)
      ec5ba309
  6. 01 Feb, 2019 1 commit
  7. 15 Jan, 2019 2 commits
  8. 10 Jan, 2019 1 commit
  9. 09 Jan, 2019 3 commits
  10. 07 Jan, 2019 1 commit
  11. 31 Dec, 2018 1 commit
  12. 29 Dec, 2018 1 commit
    • Nick Craver's avatar
      Tests: fix Stream assertions · 15b8dac8
      Nick Craver authored
      This doesn't change any expectations, only uses the much more useful overloads like Assert.Equal(a, b) instead of Assert.True(a == b) so we get much more useful output.
      
      Something is wrong with our stream assumptions, but it's not super clear on what special IDs are what in the docuemtnation right now either...I think our resolution to special start IDs is off but let's get testing in order first.
      15b8dac8
  13. 28 Dec, 2018 5 commits
  14. 30 Nov, 2018 2 commits
  15. 29 Nov, 2018 2 commits
  16. 26 Nov, 2018 3 commits
  17. 20 Nov, 2018 1 commit
  18. 02 Nov, 2018 2 commits
  19. 23 Oct, 2018 1 commit
    • Marc Gravell's avatar
      Streams RC (#983) · e8340280
      Marc Gravell authored
      * fix XINFO
      
      * fix XGROUP ("-" => "0")
      
      * fix XREAD/XREADGROUP ("-" => "0")
      
      * fix XADD: entry-id must **follow** MAXLEN (fix #982)
      e8340280
  20. 28 Sep, 2018 3 commits
  21. 27 Sep, 2018 2 commits
  22. 26 Sep, 2018 2 commits