1. 23 Mar, 2017 16 commits
  2. 22 Mar, 2017 9 commits
  3. 21 Mar, 2017 13 commits
  4. 20 Mar, 2017 2 commits
    • Brian Christiansen's avatar
      Fix packing federation's sib_msg buffers · 530427ee
      Brian Christiansen authored
      We were changing the buffers' processed offset to the beginning of the
      body part of the offset to pack just the body part of the buffer but
      once this happened we lost how much actual data was in the buffer. So we
      were packing the whole buffer which could be larger than what was
      actually being used in the buffer.
      530427ee
    • Morris Jette's avatar
      Add federation RPC retry logic · f3992321
      Morris Jette authored
      f3992321