Commit Graph

  • 3591fe8ab8 Add Fast Reset Paths W. Felix Handte 2018-04-16 15:09:59 -0400
  • 8db291bc1d Remove Match Upper Bounds Check W. Felix Handte 2018-04-05 17:41:15 -0400
  • 8f9a2db0e1 Fix Some Cast/Conversion Warnings W. Felix Handte 2018-04-06 19:24:22 -0400
  • 221211d7d0 Fix Offset Math W. Felix Handte 2018-04-05 16:32:40 -0400
  • a1beba13f7 Reset Stream in LZ4_compress_HC W. Felix Handte 2018-04-05 16:32:26 -0400
  • bdd7af6f71 Don't Bother Clearing Chain Table for Working Contexts W. Felix Handte 2018-04-04 15:59:00 -0400
  • 895e76cc20 Push Previous Compression Offsets into the Past W. Felix Handte 2018-04-04 15:20:47 -0400
  • 22db704a73 Shift Dict Limit Checks out of the Loop W. Felix Handte 2018-03-28 12:26:54 -0400
  • 4f7b7a8ffa Clear Tables on Dict Load W. Felix Handte 2018-03-28 12:25:05 -0400
  • b88a0b4e88 Only Perform Dict Lookup if Attempts Remain W. Felix Handte 2018-03-26 11:43:52 -0400
  • b6c35ed642 Avoid Resetting Chain Table W. Felix Handte 2018-03-22 17:00:04 -0400
  • 595ea58289 Avoid Resetting Hash Table W. Felix Handte 2018-03-22 16:59:50 -0400
  • 66d217e240 Perform Lookups into the Dictionary Context W. Felix Handte 2018-03-21 16:54:36 -0400
  • 6289ff4fb1 Call LZ4F_applyCDict Even on NULL CDict W. Felix Handte 2018-03-21 16:43:15 -0400
  • fdeead0b09 Set dictCtx Rather than memcpy'ing Ctx W. Felix Handte 2018-03-21 14:49:47 -0400
  • a992d11fc2 Fully Bounds Check Hash Table Reads W. Felix Handte 2018-03-21 11:21:07 -0400
  • f895b9a6c6 Add a Dictionary Context Pointer to the HC Context W. Felix Handte 2018-03-19 13:16:05 -0400
  • e75153f508 Add Debug Log Statements to HC W. Felix Handte 2018-03-19 17:47:52 -0400
  • e0d8add791 Fix Framebench Output Buffer Sizing W. Felix Handte 2018-04-18 15:38:41 -0400
  • 9dae661b1f Fix Cast W. Felix Handte 2018-04-11 12:39:31 -0400
  • f646c512e9 Print Failure Message in Framebench W. Felix Handte 2018-04-05 18:08:13 -0400
  • 9d971fd5c3 Switch to Unaligned Samples to Compress Different Blobs Each Time W. Felix Handte 2018-04-04 14:06:23 -0400
  • 66f0c29aa4 Fix Framebench Statistics W. Felix Handte 2018-04-04 13:12:28 -0400
  • 09df7a05f9 Add Run Name to Frame Bench Output W. Felix Handte 2018-03-28 17:16:23 -0400
  • a9a62321ff Auto-Calculate Appropriate Repetition Count W. Felix Handte 2018-03-28 16:36:35 -0400
  • d4ee7554fc Print More Detailed Results Inside bench(), Add Compression Levels W. Felix Handte 2018-03-28 16:19:30 -0400
  • ffb2d8b0ed Check Compressed Buffer is Correct in Frame Bench W. Felix Handte 2018-03-22 16:26:44 -0400
  • 0bc13ab69c Add HC Calls to Framebench W. Felix Handte 2018-03-19 15:00:59 -0400
  • b9836b2a03 Restore Framebench Tool W. Felix Handte 2018-03-19 14:01:57 -0400
  • 746d5f7e4b
    Merge pull request #505 from lz4/dev Yann Collet 2018-04-19 17:36:24 -0700
  • 62d7cdcc74
    Merge pull request #503 from lz4/l120 Yann Collet 2018-04-19 11:50:20 -0700
  • dede47f13b
    Merge pull request #502 from lhacc1/dev Yann Collet 2018-04-19 10:52:48 -0700
  • 46058d71aa modified indentation for consistency Yann Collet 2018-04-19 10:50:40 -0700
  • 95bde2a4ae lib: allow to disable shared libraries Baruch Siach 2018-04-19 12:28:11 +0300
  • 4785bd6a35 minor length reduction of several large lines Yann Collet 2018-04-18 16:49:27 -0700
  • c6301479c5
    Merge pull request #497 from lz4/lowAddr Yann Collet 2018-04-18 10:16:25 -0700
  • ea6ed46fc2 Wrap likely/unlikely macroses with #ifndef Dmitrii Rodionov 2018-04-18 12:20:56 +0300
  • 5ad4599c5a fixed LZ4_compress_fast_extState_fastReset() in 32-bit mode Yann Collet 2018-04-17 16:47:56 -0700
  • 88cca1723e fix dictDelta setting error Yann Collet 2018-04-17 16:18:37 -0700
  • 1520642183 fix matchIndex overflow Yann Collet 2018-04-17 15:29:17 -0700
  • ce78d10c1f Merge branch 'dev' into lowAddr Yann Collet 2018-04-17 12:07:22 -0700
  • a35aba6d74
    Merge pull request #501 from felixhandte/fix-dict-load-offset Yann Collet 2018-04-17 12:06:44 -0700
  • aedc447804 Always Bump Offset by 64 KB in LZ4_loadDict() W. Felix Handte 2018-04-17 14:01:44 -0400
  • da3b5ba6f0 fixed dictCtx compression Yann Collet 2018-04-16 23:59:42 -0700
  • 444211d259 edited a few traces for debugging Yann Collet 2018-04-16 17:15:02 -0700
  • a3aeb34184 fixed minor format warnings Yann Collet 2018-04-16 16:54:03 -0700
  • 4aff9b10b5 fixed fuzzer tests Yann Collet 2018-04-16 16:14:28 -0700
  • b5528ac86c Merge branch 'dev' into lowAddr Yann Collet 2018-04-16 16:12:38 -0700
  • e928064797 fixed gcc performance regression Yann Collet 2018-04-16 15:11:28 -0700
  • 2cb9c9034a
    Merge pull request #499 from felixhandte/lz4-attach-dict-tests Yann Collet 2018-04-13 13:22:38 -0700
  • 9f0f6b89bb Further Test that ExtDictCtx Mode Produces the Exact Same Output W. Felix Handte 2018-04-12 19:17:53 -0400
  • 6dd64e0776 Add Tests for LZ4_attach_dictionary and Friends W. Felix Handte 2018-04-12 18:23:01 -0400
  • d2bcfa31f5 fixed minor unused variable warning Yann Collet 2018-04-13 02:45:32 -0700
  • c40bac31d3 added comment on variables required after _next_match Yann Collet 2018-04-13 02:26:14 -0700
  • 54ec83ce1f fixed potential ptrdiff_t overflow (32-bits mode) Yann Collet 2018-04-13 02:10:53 -0700
  • 57afa36795 compatibility with gcc-4.4 string.h version Cyan4973 2018-04-13 01:01:54 -0700
  • 98811d6068 added sudo rights for low-mem-address tests Cyan4973 2018-04-13 00:59:27 -0700
  • db9aa785c5 fixed : counting matches which overlap extDict and prefix test4973 2018-04-12 16:12:21 -0700
  • 8af32ce6f7 modified a few traces for debug test4973 2018-04-12 07:25:40 -0700
  • 27f52724dc
    Merge pull request #496 from lz4/circleci Yann Collet 2018-04-12 13:23:51 -0700
  • d6d9bccd53 modified versionsTest Yann Collet 2018-04-12 06:47:27 -0700
  • 1838803948 fixed LZ4_compress_fast_extState_fastReset() test4973 2018-04-11 16:49:40 -0700
  • b183066793 Merge branch 'dev' into lowAddr test4973 2018-04-11 16:45:19 -0700
  • ca388790e6 allow system-defined CPPFLAGS in /tests Yann Collet 2018-04-11 16:41:25 -0700
  • 7b3cd10579 reduced test time on circle-ci Yann Collet 2018-04-11 16:31:43 -0700
  • 7b0df7cf49
    Merge pull request #492 from felixhandte/avoid-prepare-in-continue Yann Collet 2018-04-11 16:15:42 -0700
  • 056ea63215 Fix Silly Warning (const-ness in declaration has no effect on value types!) W. Felix Handte 2018-04-11 18:42:09 -0400
  • 51a56c47c0 Minor Fixes W. Felix Handte 2018-04-11 16:55:12 -0400
  • 3a0c571272 Add a LZ4_STATIC_LINKING_ONLY Macro to Guard Experimental APIs W. Felix Handte 2018-04-11 16:31:52 -0400
  • afa52c9b95 Expose dictCtx Functionality in LZ4 W. Felix Handte 2018-04-11 16:04:24 -0400
  • 21f0c9700b Rename _extState_noReset -> _extState_fastReset and Edit Comments W. Felix Handte 2018-04-11 15:13:01 -0400
  • c18bff933b Remove Extraneous Assignment (clearedTable == 0) W. Felix Handte 2018-04-11 15:12:34 -0400
  • 59c7d95121 Expose a Faster Stream Reset Function W. Felix Handte 2018-04-10 13:12:30 -0400
  • ad7e040384 fix minor conversion warning test4973 2018-04-09 20:38:00 -0700
  • cf2f06a6c5 fixed minor conversion warning test4973 2018-04-09 17:08:17 -0700
  • b28abb9f18 Merge branch 'dev' into lowAddr test4973 2018-04-09 16:23:39 -0700
  • f88dc90055 Avoid Calling LZ4_prepareTable() in LZ4_compress_fast_continue() W. Felix Handte 2018-04-06 16:52:29 -0400
  • c7b17be938
    Merge pull request #494 from felixhandte/kill-goto Yann Collet 2018-04-06 17:35:45 -0700
  • 5622c276e1 Return to Allowing Early Returns in LZ4_compress_generic() W. Felix Handte 2018-04-06 18:52:55 -0400
  • 158c5840e4
    Merge pull request #493 from lz4/statusLine Yann Collet 2018-04-06 15:33:28 -0700
  • 133a50b780 fixed DISPLAYUPDATE() Yann Collet 2018-04-06 14:16:23 -0700
  • f9992fa37f noticed a bug when re-using hash table test4973 2018-04-05 19:05:49 -0700
  • 038a0d95bf added low-memory address test to travis test4973 2018-04-05 18:39:22 -0700
  • f4e06e28e6 fixed byPtr mode test4973 2018-04-05 18:29:42 -0700
  • b4be1e0a74 fixed byPtr match search test4973 2018-04-05 17:52:54 -0700
  • f2a4d6ef37 fixed immediate match search test4973 2018-04-05 17:16:33 -0700
  • 64a3e41aca changed LZ4_compress_generic() logic test4973 2018-04-05 16:38:43 -0700
  • 6d931b6a93 fixed lz4 compression starting at small address test4973 2018-04-05 12:40:33 -0700
  • 43132af808 Merge branch 'dev' into lowAddr test4973 2018-04-04 11:38:55 -0700
  • d759d06300
    Merge pull request #490 from kenjichanhkg/dev Yann Collet 2018-04-01 20:33:42 -0700
  • 606afdb164 added vs2017 projects Kenji Chan 2018-04-02 10:52:45 +0800
  • 182fa79e66
    Merge pull request #486 from felixhandte/fix-test-makefile-clean-up Yann Collet 2018-03-21 14:53:02 -0700
  • 8c763aa900
    Merge pull request #487 from felixhandte/better-obsoletion-comment Yann Collet 2018-03-21 14:52:53 -0700
  • 126f18d3e0 Also Fix a Comment W. Felix Handte 2018-03-21 11:48:35 -0400
  • a3a9b80dff Better Describe Functionality of Obsolete Streaming Functions W. Felix Handte 2018-03-21 11:39:41 -0400
  • ebdcbc359b Add Dependency to Fix Parallel make test Runs W. Felix Handte 2018-03-21 11:28:51 -0400
  • 7b4c448571 added c90 test to c_standards Yann Collet 2018-03-21 07:19:48 -0700
  • c3f0ed28ff added low address fuzzer tests test4973 2018-03-21 07:14:13 -0700
  • 863e24892d fix comment style Yann Collet 2018-03-21 07:07:24 -0700
  • 1faa7e2698 bench: introduced hidden command -S Yann Collet 2018-03-19 17:19:25 -0700