- Sep 22, 2016
-
-
Luker authored
Decoder still does not work. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
CLI tool Still not working yet. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Sep 21, 2016
-
-
Luker authored
See #9 . Uses new RAW API. Completely untested. At least it compiles. Also, did I forget to push Bitmask.hpp? Awkward... Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Sep 18, 2016
-
-
Luker authored
Dropping symbols and retrying does not make that much sense. Just tracking whether we can retry or not is enough. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Sep 08, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Sep 07, 2016
-
-
Luker authored
Other symbols should not be exported, but are needed right now. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Sep 06, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
This way we don't need to sync on which algorithm to use, as that would introduce locking. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Also, cleanup Cmake. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
properly wait for all threads to exit when running the destructor Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
See bug #9. Also update C interface to check initiazliation Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Sep 02, 2016
-
-
Luker authored
caches makes sense for both RaptorQ and RFC6330 namespaces Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Sep 01, 2016
-
-
Luker authored
LZ4 dependency is now optional, even with caching. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jul 19, 2016
-
-
Luker authored
After 2 days of debugging, I realized I *might* need tests for my tests. But that sounded worryingly recursive... Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jul 17, 2016
-
-
Luker authored
Note: somehow there is still some interleaving. Which is really bad. There's probably something wrong in both the interleaver and de-interleaver. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jul 14, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jul 11, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jul 09, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jul 06, 2016
-
-
Luker authored
API and decoder still wip Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jul 02, 2016
-
-
Luker authored
no big deal here Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Delete some files that should not have been tracked. Guess I should go back to cherry-picking which files to add manually with git-add Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jul 01, 2016
-
-
Luker authored
Groundwork started. Started moving things to RFC6330. Next steps will be cleanup & RaptorQ namespaces. Meanwhile we need better file naming. Supporting multiple versions of the same API should be easier now. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jun 30, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jun 29, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Also, fix corner cases for misaligned sizes Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jun 24, 2016
-
-
Luker authored
Still, decoding does not work. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
tell people to get the LZ4 library correctly Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jun 02, 2016
-
-
Luker authored
Build, make deterministic and statically link the lz4 library if necessary. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
It is nice to have syntax highlighting on big files... Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
port cmake differences from tag v0.1.6 Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-