Skip to content
  1. Feb 18, 2020
  2. Nov 12, 2018
  3. Aug 04, 2018
  4. Apr 17, 2018
  5. Apr 14, 2018
  6. Apr 13, 2018
  7. Apr 10, 2018
  8. Apr 07, 2018
  9. Apr 06, 2018
  10. Apr 05, 2018
  11. Mar 30, 2018
  12. Mar 29, 2018
  13. Mar 17, 2018
    • Luker's avatar
      Phase1 bugfixing · 257fdf5a
      Luker authored
      
      
      2 bugs found in phase1
      
      * wrong row tracking
      * did not account for non_zero == 1
      
      After looking at that code again, I think it needs a
      small rewrite, some things could be a bit more efficient...
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      257fdf5a
  14. Mar 16, 2018
  15. Mar 13, 2018
  16. Mar 11, 2018
    • Luker's avatar
      RFC6330 conformity · 714185d6
      Luker authored
      
      
      We were doing really bad stuff.
      * we were not using the correct block size, but instead
        creating something completely out-of standard
        This surely means that we were not compatible with
        OpenRQ (Ticket #20), and possibly a reason for which
        decoding fails too ofter (Ticket #21).
      * We used the wrong ESI number, which should skip
        the padding numbers (#23, #20)
      * we did not expose the real block size to the user
        of the RFC namespace (RFC iterators)
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      714185d6
  17. Mar 10, 2018
  18. Mar 06, 2018
  19. Mar 03, 2018
  20. Feb 27, 2018
  21. Feb 05, 2018
  22. Jan 08, 2018