1. 27 Dec, 2016 9 commits
  2. 23 Dec, 2016 4 commits
  3. 22 Dec, 2016 3 commits
  4. 21 Dec, 2016 8 commits
  5. 20 Dec, 2016 7 commits
  6. 19 Dec, 2016 6 commits
  7. 18 Dec, 2016 2 commits
    • Kirill Smelkov's avatar
      X py: Adjust msg_id a bit so it behaves like stream_id in HTTP/2 · dd3bb8b4
      Kirill Smelkov authored
      - even for server initiated streams
      - odd  for client initiated streams
      
      This way I will be able to use Pkt.msg_id as real stream_id in go's Conn
      because with even / odd scheme there is no possibility for id conflicts
      in between two peers.
      dd3bb8b4
    • Kirill Smelkov's avatar
      X Disable SSL in functional tests · 8d49cd60
      Kirill Smelkov authored
      Reason: there are many failures that appear there also on pristine
      master, v1.6.3, v.1.6 with both ZODB4 and ZODB3.
      
      Simply disable to be able to see whether my changes do not introduce new errors.
      8d49cd60
  8. 16 Dec, 2016 1 commit