Skip to content
  1. Apr 06, 2018
    • Luker's avatar
      Add option to ill with zeros the lost symbols · 325789d9
      Luker authored
      Fixes #24
      
      
      
      Sometimes it makes sense to have incomplete data.
      This way we both de-interleave the incomplete data
      and we give a std::vector<bool> of which bytes were
      transmitted correctly and which were zeroed out.
      
      Accessible through the end_of_input() calls, as it is the
      only call that makes sense for this, since we need to
      also ignore any other repair symbol.
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      325789d9
  2. Mar 10, 2018
  3. Mar 06, 2018
  4. Feb 27, 2018
    • Luker's avatar
      RFC6330 Documentation & fixes · 2e9273a1
      Luker authored
      Ticket #8
      
      
      
      Finally move the documentation to track the
      RFC6330 namespace for both C and C++ APIs
      
      fixes are related to the documentation
      * decode_symbol was forgotten
      * future_state uniformed between RAW and RFC
      * renamed a couple of RaptorQ__v1 in RFC6330__v1
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      2e9273a1
  5. Jan 08, 2018
  6. Jan 07, 2018
  7. Dec 19, 2017
  8. Dec 12, 2017
  9. Oct 25, 2016
  10. Oct 24, 2016
    • Luker's avatar
      Big, useless commit. · 3ae18757
      Luker authored
      
      
      Spaces, not tabs.
      
      Actually, I liked tabs much more. But it seems a lot
      of IDEs and general reader do not handle them correctly,
      or do not let you configure "1 tab == 4 spaces", so the code
      was not always readable.
      
      "git diff -w" for this commit is en empty list.
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      3ae18757
  11. Oct 18, 2016
  12. Oct 12, 2016
  13. Sep 28, 2016
    • Luker's avatar
      32 bits: silence warnings · 668f93a7
      Luker authored
      
      
      Also: modify a bit the API for 32 bits.
      The user should not expect RQ to manage more memory
      than the 32 bit machine can handle. This means that
      some methods should work with and return size_t, not uint64_t
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      668f93a7
  14. Sep 07, 2016
  15. Sep 06, 2016
  16. Jul 02, 2016
  17. Jul 01, 2016
  18. Jun 29, 2016
  19. Jun 24, 2016
  20. Jun 01, 2016
  21. May 31, 2016
  22. May 30, 2016
  23. Apr 01, 2016
  24. Mar 03, 2016
  25. May 12, 2015
  26. May 05, 2015
    • Luker's avatar
      CMake: Profiling. · da3a054d
      Luker authored
      
      
      Enable Profiling for both gcc and clang.
      This should give us a small boost in performance,
      specially on few symbols per block.
      
      Also: mark CMake features as advanced and use a forward
      declaration instead of a struct in the C interface.
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      da3a054d
  27. Apr 17, 2015
  28. Apr 14, 2015
  29. Apr 13, 2015
  30. Apr 12, 2015
  31. Apr 03, 2015