Commit graph

  • 6f3c12c627
    chore: remove github configs main Erica Marigold 2024-12-27 19:14:52 +05:30
  • 122caa9418
    chore: update copyright notice and include LICENSE in pesde manifest Erica Marigold 2024-12-27 11:44:48 +00:00
  • 8de63be6ba
    chore(build): move exports.d.ts to index.d.ts in build step Erica Marigold 2024-12-27 11:42:34 +00:00
  • e08f13897a
    chore(vscode): fix typescript formatter config Erica Marigold 2024-12-27 11:36:29 +00:00
  • a827ac7559
    chore(vscode): add stylua for luau formatting Erica Marigold 2024-12-27 11:17:49 +00:00
  • 659cde4017
    feat: prepare as pesde & npm package Erica Marigold 2024-12-27 11:14:28 +00:00
  • cb885f7b45
    fix: convert missed imports to requires Erica Marigold 2024-12-26 12:22:18 +00:00
  • 7b6e7ce8d5
    chore: include vscode recommended extensions & config Erica Marigold 2024-12-26 12:11:00 +00:00
  • 748278587d
    refactor: remove unused requires Erica Marigold 2024-12-26 12:03:20 +00:00
  • 644bb253b9
    chore(pkg): add self to authors field Erica Marigold 2024-12-26 12:02:25 +00:00
  • 622aa75ae3
    refactor: make library lune compatible Erica Marigold 2024-12-26 11:56:00 +00:00
  • 0404f2d333
    remove unnecessary files for fork daimond113 2024-12-26 10:58:51 +01:00
  • 20d3146428
    add ts types, port to using luau apis daimond113 2024-12-26 10:54:20 +01:00
  • cf8e6ba0f7
    initialize roblox-ts port daimond113 2024-12-26 10:53:36 +01:00
  • 62cb729e78
    CI: set read-only permission on github workflow (#272) Diogo Teles Sant'Anna 2023-03-11 00:10:48 -03:00
  • 3c06216518 2.1.0 released Vitaly Puzrin 2022-11-07 02:54:01 +02:00
  • b61f524902 dist rebuild Vitaly Puzrin 2022-11-07 02:53:46 +02:00
  • 23c773e31c Update comments in tree.js for Babel compatibility - Closes #261, #263, #262 Vitaly Puzrin 2022-11-07 01:34:34 +02:00
  • 174a1d12b6 Ensure backward compatibility for headers.extra Alex Kocharin 2022-06-10 20:44:21 +03:00
  • 77f1c17c6d Don't bother computing check value after successful inflateSync(). Alex Kocharin 2022-06-10 17:48:03 +03:00
  • a194382b3c Fix a bug that can crash deflate on some input when using Z_FIXED. Alex Kocharin 2022-06-10 17:41:46 +03:00
  • 8a1cdad62b Fix deflateEnd() to not report an error at start of raw deflate. Alex Kocharin 2022-06-10 17:12:14 +03:00
  • 4dd6658edc Fix bug when window full in deflate_stored(). Alex Kocharin 2022-06-10 17:02:33 +03:00
  • b579434679 Limit hash table inserts after switch from stored deflate. Alex Kocharin 2022-06-10 17:01:53 +03:00
  • 2326b42e45 Permit a deflateParams() parameter change as soon as possible. Alex Kocharin 2022-06-10 16:58:28 +03:00
  • 25a8b18c5d Update high water mark in deflate_stored. Alex Kocharin 2022-06-10 16:55:08 +03:00
  • 91a1be15c2 Fix deflate stored bug when pulling last block from window. Alex Kocharin 2022-06-10 16:52:57 +03:00
  • 14eb66909b Fix bug in deflate_stored() for zero-length input. Alex Kocharin 2022-06-10 16:47:41 +03:00
  • 49d5060e87 Speed up deflation for level 0 (storing). Alex Kocharin 2022-06-09 21:01:31 +03:00
  • bee5019c40 Fix bugs in creating a very large gzip header. Alex Kocharin 2022-06-09 19:36:02 +03:00
  • 1154023108 Fix bug when level 0 used with Z_HUFFMAN or Z_RLE. Alex Kocharin 2022-06-09 16:55:44 +03:00
  • 9709958d84 Do a more thorough check of the state for every stream call. Alex Kocharin 2022-06-09 16:47:38 +03:00
  • d53e75c309 Reject a window size of 256 bytes if not using the zlib wrapper. Alex Kocharin 2022-06-08 19:53:51 +03:00
  • f1c987cc5f Remove offset pointer optimization in inftrees.c. Alex Kocharin 2022-06-08 19:00:40 +03:00
  • 024d11ee5f Add option to not compute or check check values. Alex Kocharin 2022-06-08 18:51:39 +03:00
  • 8f630ba374 Fix bug that accepted invalid zlib header when windowBits is zero. Alex Kocharin 2022-06-08 18:36:51 +03:00
  • a98f90806e Fix inflateInit2() bug when windowBits is 16 or 32. Alex Kocharin 2022-06-08 18:23:19 +03:00
  • b07a436d39 Sync code with madler/zlib, cosmetic changes only Alex Kocharin 2022-06-08 18:14:56 +03:00
  • 8a3fa92fd1
    Fixing documentation on direct functions (#253) OrIOg 2022-05-11 16:48:34 +02:00
  • 0398fad238 2.0.4 released Vitaly Puzrin 2021-07-29 14:51:41 +03:00
  • ae27cbccef dist rebuild Vitaly Puzrin 2021-07-29 14:51:25 +03:00
  • 26dff4fb34 Use TextEncoder and TextDecoder if available Alex Kocharin 2021-07-27 18:30:25 +03:00
  • 1ac0a4c7ec Change tests to use binary comparision with fixtures Alex Kocharin 2021-07-22 17:35:51 +03:00
  • b967322bef
    Typo fix (#225) oldshensheep 2021-05-03 16:07:47 +08:00
  • 6f40f480e5 typo fix Vitaly Puzrin 2021-01-09 21:59:30 +03:00
  • 2db010f0a8 2.0.3 released Vitaly Puzrin 2021-01-09 19:39:37 +03:00
  • 9ca8060c33 dist rebuild Vitaly Puzrin 2021-01-09 19:39:19 +03:00
  • 108a89b0ac Add everything to package exports Vitaly Puzrin 2021-01-09 19:31:47 +03:00
  • b93a6e5643 Add package.json export, close #211 Vitaly Puzrin 2021-01-09 19:24:32 +03:00
  • 356c576448 Typo fix Vitaly Puzrin 2020-12-21 12:22:30 +03:00
  • 034669ba0f Update funding info Vitaly Puzrin 2020-12-18 02:12:42 +03:00
  • 5257feb02e dev deps bump Vitaly Puzrin 2020-11-19 15:56:23 +03:00
  • 881208ae77 CI badge update Vitaly Puzrin 2020-11-19 03:16:15 +03:00
  • f3f3691203 CI: Travis => Github Actions Vitaly Puzrin 2020-11-19 03:02:48 +03:00
  • 45cce9f4d6 2.0.2 released Vitaly Puzrin 2020-11-19 02:49:33 +03:00
  • b3861d9a66 dist rebuild Vitaly Puzrin 2020-11-19 02:48:28 +03:00
  • d0382badcc Fix esm build named exports Vitaly Puzrin 2020-11-19 02:37:53 +03:00
  • 8d5f9c70f8 2.0.1 released Vitaly Puzrin 2020-11-17 19:16:04 +03:00
  • 70ee7697ac dist rebuild Vitaly Puzrin 2020-11-17 19:15:30 +03:00
  • bd90fca738 Add module entry for some bundlers Vitaly Puzrin 2020-11-17 19:07:30 +03:00
  • 84d6931fe8
    Rename module build .js => .mjs to fix node import (#200) Igor Novozhilov 2020-11-17 19:04:23 +03:00
  • 52df0c510f 2.0.0 released Vitaly Puzrin 2020-11-17 10:11:24 +03:00
  • a8faeffc94 dist rebuild Vitaly Puzrin 2020-11-17 10:10:25 +03:00
  • b4d9a94488 Added esm build, #97 Vitaly Puzrin 2020-11-17 10:01:22 +03:00
  • ab9b7fecde Update benchmarks info, close #112 Vitaly Puzrin 2020-11-13 20:25:28 +03:00
  • 677ba487ed Move hasher to separate function Vitaly Puzrin 2020-11-12 22:36:02 +03:00
  • 5638105893 Moved exported constants to .constants. Vitaly Puzrin 2020-11-12 15:49:20 +03:00
  • cb6d67d157 Rewrite top level wrappers Vitaly Puzrin 2020-11-09 10:21:18 +03:00
  • ec116f6f40 Inflate: use max window size by default, #174 Vitaly Puzrin 2020-11-09 19:24:26 +03:00
  • 4e8ff8e74a Revert #57, close #196 Vitaly Puzrin 2020-11-09 00:49:24 +03:00
  • 505e36d9f0 Move to es6 Vitaly Puzrin 2020-11-08 11:31:30 +03:00
  • f681f66fd3 Tweak benchmarks Vitaly Puzrin 2020-11-08 02:13:42 +03:00
  • 6607dbc18a Cleanup example Vitaly Puzrin 2020-11-07 22:57:35 +03:00
  • 9f5e7dcefc Cleanup tests Vitaly Puzrin 2020-11-07 21:00:55 +03:00
  • f5c3c29848 Removed Array support Vitaly Puzrin 2020-11-07 19:52:58 +03:00
  • 23563dfae9 Removed binary strings support Vitaly Puzrin 2020-11-07 17:42:50 +03:00
  • 9c91d1b852 Removed support of Inflate & Deflate instance create without new Vitaly Puzrin 2020-11-07 16:08:10 +03:00
  • d1f036d2c2 Drop mocha.opts Vitaly Puzrin 2020-11-07 15:28:34 +03:00
  • bba67326f7 Remove outdated test to cleanup coverage report Vitaly Puzrin 2020-11-07 15:24:52 +03:00
  • 1f73088efa Drop Makefile Vitaly Puzrin 2020-11-07 15:18:22 +03:00
  • 2613521920 Automate doc publish Vitaly Puzrin 2020-11-07 15:17:39 +03:00
  • 5b28b9ad26 browserify => rollup.js Vitaly Puzrin 2020-11-07 14:38:44 +03:00
  • 2cfc22b817 Drop bower.json Vitaly Puzrin 2020-11-07 13:36:44 +03:00
  • a7257c3aea eslint: move ignore patterns to main config Vitaly Puzrin 2020-11-07 13:18:40 +03:00
  • 89b5e653fa Drop orphaned tests Vitaly Puzrin 2020-11-07 13:15:08 +03:00
  • a547a41e92 istanbul => nyc Vitaly Puzrin 2020-11-07 13:08:00 +03:00
  • 97a1085729 Dev deps bump Vitaly Puzrin 2020-11-07 12:52:20 +03:00
  • a51fc3671e Move benchmark deps to separate place & create usage memo Vitaly Puzrin 2020-11-07 10:36:55 +03:00
  • 56e68c75dc Pin node.js version to fix zlib tests Vitaly Puzrin 2020-09-14 14:16:17 +03:00
  • c715679bfd reaadme cleanup Vitaly Puzrin 2020-03-16 16:03:33 +03:00
  • a718e4f6e5 1.0.11 released Vitaly Puzrin 2020-01-29 10:41:31 +03:00
  • 83a6096965 Browser files rebuild Vitaly Puzrin 2020-01-29 10:40:52 +03:00
  • d8f85b39d5 Travis-CI: node version bump Vitaly Puzrin 2020-01-29 10:38:11 +03:00
  • 2fa56efc8f Fix tests in node 12+, close #179 Vitaly Puzrin 2020-01-29 10:32:21 +03:00
  • 4210cf2667 readme: update titelift info Vitaly Puzrin 2019-11-05 07:30:29 +03:00
  • 5c917ffea9 changelog format update Vitaly Puzrin 2019-11-05 02:59:31 +03:00
  • c5cc5d2f8a README: add Tidelift link Vitaly Puzrin 2019-08-22 04:11:51 +03:00
  • dbab16e12b
    Merge pull request #172 from kyranet/patch-1 Vitaly Puzrin 2019-07-27 01:27:37 +03:00
  • 5f38868ddb
    style: Added missing semicolons Antonio Román 2019-07-27 00:16:11 +02:00
  • 891b5bc096
    Create FUNDING.yml Vitaly Puzrin 2019-07-26 07:01:34 +03:00