Yi Jin
|
f7b1841b6f
|
make init_cLevel(...) static
|
2018-12-19 17:56:45 -08:00 |
|
Yi Jin
|
30ffc24ad7
|
fix the code ahead of declaration issue
|
2018-12-19 17:49:04 -08:00 |
|
Yi Jin
|
0700335f57
|
change int init_cLevel() to int init_cLevel(void)
|
2018-12-19 17:38:28 -08:00 |
|
Yi Jin
|
cdc7bbf8b2
|
edit README.md
|
2018-12-19 17:09:54 -08:00 |
|
Yi Jin
|
29c7d82390
|
add a section on restricted support of environment variables to README.md
|
2018-12-19 17:06:56 -08:00 |
|
Yi Jin
|
26a9ae3f5f
|
refactor readU32FromChar(...), improve init_cLevel(...), and add env var ZSTD_CLEVEL tests
|
2018-12-19 16:45:42 -08:00 |
|
Yi Jin
|
5324b1e386
|
add support for setting compression level through environment variable ZSTD_CLEVEL
|
2018-12-19 13:26:27 -08:00 |
|
Yi Jin
|
bc4dc606de
|
break loadFile_orDie() into 2: loadFile_orDie() loads file into a pre-allocated memory buffer, mallocAndLoadFile_orDie() allocates memory first, then calls loadFile_orDie()
|
2018-12-17 16:54:55 -08:00 |
|
Yi Jin
|
04d06ad885
|
refactor utils.h and implement simple_compressionCCtx.c
|
2018-12-14 18:12:05 -08:00 |
|
Yi Jin
|
193fbd30f2
|
WIP
|
2018-12-13 22:51:35 -08:00 |
|
Yi Jin
|
7f975c0c28
|
create simple_compressionCCtx.c out of simple_compression.c, to be worked on
|
2018-12-13 15:42:55 -08:00 |
|