Skip to content
  1. Aug 04, 2018
  2. Apr 17, 2018
  3. Apr 14, 2018
  4. Apr 13, 2018
  5. Apr 10, 2018
  6. Apr 07, 2018
  7. Apr 06, 2018
  8. Apr 05, 2018
  9. Mar 30, 2018
  10. Mar 29, 2018
  11. 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
  12. Mar 16, 2018
  13. Mar 13, 2018
  14. 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
  15. Mar 10, 2018
  16. Mar 06, 2018
  17. Mar 03, 2018
  18. Feb 27, 2018
  19. Feb 05, 2018
  20. Jan 08, 2018
    • Luker's avatar
      Updated readme: gpg + version · beb1cf36
      Luker authored
      
      
      Update the readme with the long term key, updated the versions
      to show we are in alpha.
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      beb1cf36
    • Luker's avatar
      Rename struct for similarity in RFC-RAW · 38150cfe
      Luker authored
      
      
      Renamed Decoder_aligned_res in Decoder_written
      
      It's really the same, just that the RFC forces the
      sizes of the memebers, while in the RAW API we can
      keep size_t
      
      also: bump up to 1.0.0-alpha1, things are much better
      and consistent now
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      38150cfe
    • Luker's avatar
      RFC: uniform API · ad8412d1
      Luker authored
      
      
      The rfc API still used that "void* &"
      switch to void** which makes more sense for the C interface.
      Also, that's what we use on the RAW api
      
      While we are at it, force the template to specify both
      input *and* output typenames, so that it is easier
      to switch between the linked library and the header-only
      
      inline the template so that it can be reincluded
      multiple times without redeinitions
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      ad8412d1