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