Commit graph

23 commits

Author SHA1 Message Date
15d9c78893
give adress instead of the whole variable 2021-12-26 15:26:50 +01:00
800f2e4c56
[DRAFT] Read header of the file 2021-12-26 15:23:38 +01:00
b87dc29000
Add freeArbre to the header 2021-12-25 14:15:55 +01:00
9926a7472a
[DRAFT] Add method to decode the huffmanized file 2021-12-25 14:03:38 +01:00
ed5002472d
Use Buffer + fixing overflow issue 2021-12-25 13:44:40 +01:00
21f8173d86
fixing all the warnings 2021-12-25 11:59:03 +01:00
c69e9a152a
do not need to multiply per 8 2021-12-25 11:06:48 +01:00
6374c9e043
[DRAFT] write the huffman data inside the .huff file 2021-12-24 20:31:53 +01:00
55b4583962
expected ‘const void * restrict’ but argument is of type ‘int’ 2021-12-24 19:33:11 +01:00
fc6859fc8a
[DRAFT] Add TODO 2021-12-24 19:31:41 +01:00
c9a42ae7cb
Now can write the header of the file 2021-12-24 19:28:42 +01:00
f90657efaf
fix malloc leak + make the code compile 2021-12-24 19:22:30 +01:00
7c3e0c1b30
harmonize variable names 2021-12-24 19:12:09 +01:00
b745df67f4
DRAFT: compress function added! 2021-12-24 15:45:43 +01:00
f7007bbc8d
fix memory leak when allocating space for the tree 2021-12-24 00:24:33 +01:00
22f3aa30d6
fix typo 2021-12-24 00:20:57 +01:00
fb311794f3
handle malloc error in arbreVersListe 2021-12-24 00:19:57 +01:00
e4ea650805
fix typo 2021-12-24 00:17:15 +01:00
6623fc3082
hide warning in compress and decompress function (draft) 2021-12-24 00:16:26 +01:00
24ed3c5aea
add conversion tree to list 2021-12-24 00:15:30 +01:00
8f4b254377
add prefix command (draft) 2021-12-23 20:02:20 +01:00
fc6b1b92ee
Adding the chained list converter to the binary tree (there is a [CWE-401]) 2021-12-20 17:10:35 +01:00
336a47f4ee Include header 2021-12-18 13:51:10 +01:00