Skip to content
  1. Apr 17, 2018
  2. 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
  3. Mar 30, 2018
  4. Jan 02, 2017
  5. Dec 27, 2016
  6. 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
  7. 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
  8. Sep 26, 2016
  9. Jul 17, 2016
  10. Jul 01, 2016
  11. Jun 29, 2016
  12. May 31, 2016
  13. May 30, 2016
  14. Mar 03, 2016
  15. Nov 05, 2015
  16. Nov 04, 2015
  17. Nov 03, 2015
  18. Nov 01, 2015
  19. Oct 27, 2015
  20. Apr 12, 2015
  21. Apr 08, 2015
  22. Apr 03, 2015
  23. Mar 24, 2015
  24. Mar 19, 2015