Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dev' into lowAddr | test4973 | 2018-04-09 | 2 | -24/+23 |
|\ | |||||
| * | Merge pull request #494 from felixhandte/kill-goto | Yann Collet | 2018-04-07 | 1 | -21/+17 |
| |\ | |||||
| | * | Return to Allowing Early Returns in LZ4_compress_generic() | W. Felix Handte | 2018-04-06 | 1 | -21/+17 |
| * | | Merge pull request #493 from lz4/statusLine | Yann Collet | 2018-04-06 | 1 | -3/+6 |
| |\ \ | | |/ | |/| | |||||
| | * | fixed DISPLAYUPDATE() | Yann Collet | 2018-04-06 | 1 | -3/+6 |
| |/ | |||||
* | | noticed a bug when re-using hash table | test4973 | 2018-04-06 | 2 | -33/+33 |
* | | added low-memory address test to travis | test4973 | 2018-04-06 | 1 | -2/+2 |
* | | fixed byPtr mode | test4973 | 2018-04-06 | 1 | -22/+25 |
* | | fixed byPtr match search | test4973 | 2018-04-06 | 1 | -1/+2 |
* | | fixed immediate match search | test4973 | 2018-04-06 | 1 | -7/+5 |
* | | changed LZ4_compress_generic() logic | test4973 | 2018-04-05 | 1 | -70/+100 |
* | | fixed lz4 compression starting at small address | test4973 | 2018-04-05 | 2 | -4/+68 |
* | | Merge branch 'dev' into lowAddr | test4973 | 2018-04-04 | 32 | -739/+2448 |
|\ \ | |/ | |||||
| * | Merge pull request #490 from kenjichanhkg/dev | Yann Collet | 2018-04-02 | 9 | -0/+1405 |
| |\ | |||||
| | * | added vs2017 projects | Kenji Chan | 2018-04-02 | 9 | -0/+1405 |
| |/ | |||||
| * | Merge pull request #486 from felixhandte/fix-test-makefile-clean-up | Yann Collet | 2018-03-21 | 1 | -1/+1 |
| |\ | |||||
| | * | Add Dependency to Fix Parallel `make test` Runs | W. Felix Handte | 2018-03-21 | 1 | -1/+1 |
| * | | Merge pull request #487 from felixhandte/better-obsoletion-comment | Yann Collet | 2018-03-21 | 1 | -6/+10 |
| |\ \ | |||||
| | * | | Also Fix a Comment | W. Felix Handte | 2018-03-21 | 1 | -1/+1 |
| | * | | Better Describe Functionality of Obsolete Streaming Functions | W. Felix Handte | 2018-03-21 | 1 | -6/+10 |
| | |/ | |||||
| * | | added c90 test to c_standards | Yann Collet | 2018-03-21 | 1 | -1/+1 |
| * | | fix comment style | Yann Collet | 2018-03-21 | 2 | -3/+3 |
| * | | bench: introduced hidden command -S | Yann Collet | 2018-03-20 | 3 | -12/+37 |
| * | | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2018-03-19 | 7 | -178/+452 |
| |\ \ | | |/ | |||||
| | * | Merge pull request #484 from lz4/fasterDict | Yann Collet | 2018-03-19 | 7 | -178/+452 |
| | |\ | |||||
| | | * | Merge pull request #406 from felixhandte/ref-dict-table | Yann Collet | 2018-03-19 | 7 | -178/+452 |
| | | |\ | |||||
| | | | * | Remove Framebench Tool | W. Felix Handte | 2018-03-14 | 2 | -300/+1 |
| | | | * | Move LZ4_compress_fast_extState_noReset Declaration to Unstable Section | W. Felix Handte | 2018-03-14 | 1 | -8/+23 |
| | | | * | Restore the Other Old Streaming Functions in a Degraded Fashion | W. Felix Handte | 2018-03-14 | 2 | -2/+28 |
| | | | * | Switch ALLOC() to ALLOC_AND_ZERO() to Paper Over Existing Uninitialized Read | W. Felix Handte | 2018-03-13 | 1 | -1/+1 |
| | | | * | Split lz4CtxLevel into Two Fields | W. Felix Handte | 2018-03-13 | 1 | -17/+10 |
| | | | * | Another Allocation Fail Check | W. Felix Handte | 2018-03-13 | 1 | -1/+2 |
| | | | * | Restore LZ4_sizeofStreamState, We Didn't Actually Need to Delete It | W. Felix Handte | 2018-03-13 | 2 | -0/+6 |
| | | | * | Restore checkTag Cleaning | W. Felix Handte | 2018-03-13 | 1 | -1/+1 |
| | | | * | Rename Enums and Add Comment | W. Felix Handte | 2018-03-13 | 1 | -19/+40 |
| | | | * | Whitespace Fixes | W. Felix Handte | 2018-03-13 | 1 | -45/+44 |
| | | | * | Add NULL Checks | W. Felix Handte | 2018-03-12 | 1 | -0/+3 |
| | | | * | Simpler Ternary Statements | W. Felix Handte | 2018-03-12 | 1 | -2/+2 |
| | | | * | Renames and Comment Fixes | W. Felix Handte | 2018-03-12 | 4 | -19/+31 |
| | | | * | Hoist LZ4F Dictionary Setup into Helper LZ4F_applyCDict() | W. Felix Handte | 2018-03-12 | 1 | -47/+25 |
| | | | * | Minor Style Fixes | W. Felix Handte | 2018-03-12 | 1 | -9/+9 |
| | | | * | Preserve currentOffset==0 When Possible | W. Felix Handte | 2018-03-12 | 1 | -2/+6 |
| | | | * | Specialize _extState() for Clean Ctx Rather Than Calling _safeExtState() | W. Felix Handte | 2018-03-12 | 1 | -5/+19 |
| | | | * | Remove Switch In Favor of Ternary Statement | W. Felix Handte | 2018-03-12 | 1 | -17/+1 |
| | | | * | Further Avoid a dictionary==NULL Check | W. Felix Handte | 2018-03-12 | 1 | -1/+1 |
| | | | * | Optimize Dict Check Condition | W. Felix Handte | 2018-03-12 | 1 | -1/+1 |
| | | | * | Move to 4KB Cut-Off | W. Felix Handte | 2018-03-12 | 1 | -2/+2 |
| | | | * | Reset Table on Inputs Larger than 2KB | W. Felix Handte | 2018-03-12 | 1 | -1/+2 |
| | | | * | Avoid DictSmall Checks By Strategically Bumping CurrentOffset | W. Felix Handte | 2018-03-12 | 1 | -22/+23 |
| | | | * | Restore DictIssue Check | W. Felix Handte | 2018-03-12 | 1 | -10/+27 |