2017-08-20 |
Yann Collet | updated NEWS for v1.3.1 808/head |
commit | commitdiff | tree |
2017-08-20 |
Yann Collet | Merge pull request #805 from facebook/huffmanDoc |
commit | commitdiff | tree |
2017-08-20 |
Yann Collet | minor formulation change, recommended by @ulikunitz 805/head |
commit | commitdiff | tree |
2017-08-20 |
Yann Collet | fixed test-zstd-nolegacy |
commit | commitdiff | tree |
2017-08-20 |
Yann Collet | Merge pull request #806 from facebook/printVersion |
commit | commitdiff | tree |
2017-08-20 |
Yann Collet | Merge pull request #807 from facebook/poolQueue0 |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | reduced pool queue to 0 to save memory 807/head |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | cli : Display supported formats on -vV command 806/head |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | added alternative representation for huffman bistream |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | fix #803 : wrong example in huffman bitstream section... |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | Merge pull request #802 from facebook/variants |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | fixed unused variables warnings 802/head |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | updated doc on compilation variables |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | fixed zstd-nolegacy |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | fixed zstd-small |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | Merge branch 'dev' into variants |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | Merge branch 'dev' of github.com:facebook/zstd into dev |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | Merge pull request #801 from facebook/newLicense |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | added zstd-decompress to the list of variants tested |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | fixed zstd-compress |
commit | commitdiff | tree |
2017-08-19 |
Yann Collet | blindfix for Windows conversion warning |
commit | commitdiff | tree |
2017-08-18 |
Yann Collet | updated a bunch of headers 801/head |
commit | commitdiff | tree |
2017-08-18 |
Yann Collet | added GPLv2 license |
commit | commitdiff | tree |
2017-08-18 |
Yann Collet | fixed --list command in presence of special blocks |
commit | commitdiff | tree |
2017-08-18 |
Yann Collet | improved and fixed --list command, original patches... |
commit | commitdiff | tree |
2017-08-18 |
Yann Collet | removed --list from cli help (-h), reported by Agostino... |
commit | commitdiff | tree |
2017-08-18 |
Yann Collet | Merge branch 'dev' of github.com:facebook/zstd into dev |
commit | commitdiff | tree |
2017-08-16 |
Yann Collet | Merge pull request #789 from paulcruz74/educational... |
commit | commitdiff | tree |
2017-08-16 |
Paul Cruz | const vars, change copy_literals() to only take size_t... 789/head |
commit | commitdiff | tree |
2017-08-16 |
Yann Collet | Merge pull request #797 from paulcruz74/documentation |
commit | commitdiff | tree |
2017-08-16 |
Paul Cruz | Updating README.md 797/head |
commit | commitdiff | tree |
2017-08-15 |
Yann Collet | Merge pull request #796 from terrelln/is-error |
commit | commitdiff | tree |
2017-08-15 |
Yann Collet | Merge pull request #794 from terrelln/force-inline |
commit | commitdiff | tree |
2017-08-15 |
Yann Collet | Merge pull request #795 from terrelln/squashfs-tools2 |
commit | commitdiff | tree |
2017-08-15 |
Nick Terrell | [FSE][HUF] Inline error checks 796/head |
commit | commitdiff | tree |
2017-08-15 |
Nick Terrell | [kernel] Update squashfs-tools patch 795/head |
commit | commitdiff | tree |
2017-08-15 |
Nick Terrell | [libzstd] Fix FORCE_INLINE macro 794/head |
commit | commitdiff | tree |
2017-08-15 |
Paul Cruz | renamed IO functions for clarity |
commit | commitdiff | tree |
2017-08-14 |
Paul Cruz | added comments for new functions |
commit | commitdiff | tree |
2017-08-14 |
Paul Cruz | added separate function for executing match copy command |
commit | commitdiff | tree |
2017-08-14 |
Paul Cruz | created separate function for offset computation |
commit | commitdiff | tree |
2017-08-14 |
Paul Cruz | created separate function for copying literals during... |
commit | commitdiff | tree |
2017-08-14 |
Paul Cruz | added free to free_dictionary() |
commit | commitdiff | tree |
2017-08-14 |
Yann Collet | Merge pull request #791 from romange/dev |
commit | commitdiff | tree |
2017-08-14 |
Yann Collet | Merge pull request #793 from codicodi/fix-lz4-support |
commit | commitdiff | tree |
2017-08-14 |
Paul Cruz | added error checking for dictionary initialized with... |
commit | commitdiff | tree |
2017-08-14 |
codicodi | fix typo in lz4 support code 793/head |
commit | commitdiff | tree |
2017-08-13 |
Roman Gershman | Fix ZSTD_estimateDStreamSize function after ZSTD_DStrea... 791/head |
commit | commitdiff | tree |
2017-08-12 |
Paul Cruz | made separate API for dictionary management |
commit | commitdiff | tree |
2017-08-12 |
Paul Cruz | exposed dictionary functions/types |
commit | commitdiff | tree |
2017-08-11 |
Paul Cruz | remove debug symbols when cleaning, added a simple... |
commit | commitdiff | tree |
2017-08-11 |
Paul Cruz | fixed warnings shown by compiler |
commit | commitdiff | tree |
2017-08-11 |
Paul Cruz | add makefile |
commit | commitdiff | tree |
2017-08-11 |
Paul Cruz | reduce educational decoder to single frame decompression |
commit | commitdiff | tree |
2017-08-11 |
Yann Collet | Merge branch 'dev' of github.com:facebook/zstd into dev |
commit | commitdiff | tree |
2017-08-11 |
Yann Collet | Merge pull request #787 from paulcruz74/dev |
commit | commitdiff | tree |
2017-08-10 |
Paul Cruz | updated program name print statement 787/head |
commit | commitdiff | tree |
2017-08-10 |
Paul Cruz | Merge remote-tracking branch 'upstream/dev' into dev |
commit | commitdiff | tree |
2017-08-09 |
Yann Collet | Merge pull request #786 from terrelln/squashfs-tools |
commit | commitdiff | tree |
2017-08-09 |
Nick Terrell | [linux-kernel] Update patches for v5 786/head |
commit | commitdiff | tree |
2017-08-08 |
Yann Collet | Merge pull request #785 from terrelln/dev |
commit | commitdiff | tree |
2017-08-08 |
Nick Terrell | [CI] Add gcc7build test 785/head |
commit | commitdiff | tree |
2017-08-07 |
Yann Collet | Merge pull request #782 from terrelln/dstSizeTooSmall |
commit | commitdiff | tree |
2017-08-07 |
Yann Collet | Merge pull request #779 from paulcruz74/adapt-approach-4 |
commit | commitdiff | tree |
2017-08-07 |
Yann Collet | Merge pull request #778 from terrelln/bad-huff |
commit | commitdiff | tree |
2017-08-07 |
Yann Collet | Merge pull request #781 from stellamplau/qSize |
commit | commitdiff | tree |
2017-08-07 |
Paul Cruz | Merge branch 'adapt-approach-4' into bug-fixes |
commit | commitdiff | tree |
2017-08-07 |
Paul Cruz | removed direct assignment of 22, used ZSTD_maxCLevel... 779/head |
commit | commitdiff | tree |
2017-08-07 |
Nick Terrell | [libzstd] Fix bug in Huffman decompresser 778/head |
commit | commitdiff | tree |
2017-08-07 |
Stella Lau | Switch the sleep function to UTIL_sleepMilli 781/head |
commit | commitdiff | tree |
2017-08-07 |
Nick Terrell | Fix compression failure on incompressible data 782/head |
commit | commitdiff | tree |
2017-08-04 |
Nick Terrell | [linux-kernel] Update patches for v4 |
commit | commitdiff | tree |
2017-08-03 |
Paul Cruz | changed multi to zstd-adaptive in the help menu |
commit | commitdiff | tree |
2017-08-02 |
Stella Lau | Add test for deadlock |
commit | commitdiff | tree |
2017-08-02 |
Paul Cruz | added mutex for compression level to avoid data race |
commit | commitdiff | tree |
2017-08-02 |
Stella Lau | Signal after finishing job when queueSize=0 |
commit | commitdiff | tree |
2017-08-02 |
Paul Cruz | added detach statements to prevent resource leak |
commit | commitdiff | tree |
2017-08-01 |
Stella Lau | Replace marker with queueEmpty variable and update... |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | Merge branch 'adapt-approach-4' into dev |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | change signal to broadcast for jobCompressed condition... |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | Merge remote-tracking branch 'upstream/dev' into dev |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | Merge branch 'adapt-approach-4' into dev |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | add install target in makefile |
commit | commitdiff | tree |
2017-07-31 |
Stella Lau | Allow queueSize=0 in pool.c and update poolTests |
commit | commitdiff | tree |
2017-07-31 |
Paul Cruz | print defaults and range, remove EXT |
commit | commitdiff | tree |
2017-07-29 |
Paul Cruz | removed ternary operation, added assert statement,... |
commit | commitdiff | tree |
2017-07-29 |
Paul Cruz | delete empty line |
commit | commitdiff | tree |
2017-07-29 |
Paul Cruz | remove exe extension from makefile, reinclude pthread... |
commit | commitdiff | tree |
2017-07-29 |
Yann Collet | Merge pull request #758 from stellamplau/ldm |
commit | commitdiff | tree |
2017-07-28 |
Paul Cruz | add flags for multithreading |
commit | commitdiff | tree |
2017-07-28 |
Paul Cruz | add tests for compression bounds, fix another warning |
commit | commitdiff | tree |
2017-07-28 |
Paul Cruz | patched style errors, add ability to bound compression... |
commit | commitdiff | tree |
2017-07-28 |
Stella Lau | Return error code in verify() and minor code cleanup 758/head |
commit | commitdiff | tree |
2017-07-27 |
Stella Lau | Fix typo |
commit | commitdiff | tree |
2017-07-27 |
Stella Lau | Add checks in initialization code |
commit | commitdiff | tree |
2017-07-27 |
Yann Collet | Merge branch 'dev' of github.com:facebook/zstd into dev |
commit | commitdiff | tree |
2017-07-27 |
Stella Lau | Update README |
commit | commitdiff | tree |
2017-07-27 |
Yann Collet | Merge pull request #753 from paulcruz74/adapt-approach-3 |
commit | commitdiff | tree |
2017-07-27 |
Paul Cruz | remove unused variable, add documentation for context... 753/head |
commit | commitdiff | tree |
2017-07-26 |
Stella Lau | Allow HASH_ONLY_EVERY_LOG to be configured in ldm.h |
commit | commitdiff | tree |
next |