OrIOg
8a3fa92fd1
Fixing documentation on direct functions ( #253 )
2022-05-11 17:48:34 +03:00
Alex Kocharin
26dff4fb34
Use TextEncoder and TextDecoder if available
...
fix https://github.com/nodeca/pako/issues/228
2021-07-27 19:18:32 +03:00
oldshensheep
b967322bef
Typo fix ( #225 )
2021-05-03 11:07:47 +03:00
Vitaly Puzrin
d0382badcc
Fix esm build named exports
2020-11-19 02:37:53 +03:00
Vitaly Puzrin
677ba487ed
Move hasher to separate function
2020-11-12 22:45:21 +03:00
Vitaly Puzrin
5638105893
Moved exported constants to .constants
.
2020-11-12 15:49:20 +03:00
Vitaly Puzrin
cb6d67d157
Rewrite top level wrappers
2020-11-11 18:28:18 +03:00
Vitaly Puzrin
ec116f6f40
Inflate: use max window size by default, #174
2020-11-09 19:24:26 +03:00
Vitaly Puzrin
4e8ff8e74a
Revert #57 , close #196
2020-11-09 00:49:24 +03:00
Vitaly Puzrin
505e36d9f0
Move to es6
2020-11-08 22:23:56 +03:00
Vitaly Puzrin
f5c3c29848
Removed Array
support
2020-11-07 19:52:58 +03:00
Vitaly Puzrin
23563dfae9
Removed binary strings support
2020-11-07 17:42:50 +03:00
Vitaly Puzrin
9c91d1b852
Removed support of Inflate
& Deflate
instance create without new
2020-11-07 16:08:10 +03:00
Vitaly Puzrin
5b28b9ad26
browserify => rollup.js
2020-11-07 14:38:44 +03:00
Ľubor Illek
a28d0181cb
Check return code of inflateSetDictionary()
2019-01-14 17:54:51 +01:00
Ľubor Illek
919ad7f228
Fix for raw inflate with directory
2019-01-09 23:57:19 +01:00
Vitaly Puzrin
f1872b3459
eslint bump + CS tweaks
2018-11-29 20:13:39 +03:00
Jake
0e865a5cea
fix RangeError on chrome71 ( #150 )
...
Fixes the following error: RangeError: Too many arguments in function call (only 65534 allowed)
The argument limit seems to have become lower in chrome 72...
2018-11-29 19:24:02 +03:00
Vitaly Puzrin
7238a449fb
Improve @std/esm compatibility, close #115
2017-09-14 14:28:52 +03:00
Josh Soref
f2bcd09d95
Spelling ( #114 )
2017-09-04 06:42:18 +03:00
coldcoff
7abdb13eec
Comments cleanup ( #111 )
2017-08-08 16:25:29 +03:00
Vitaly Puzrin
3555e3bf88
eslint: use native indent checker + indents update
2017-03-26 20:13:58 +03:00
Vitaly Puzrin
eaead04de3
More formal zlib attribution and related changes
2017-03-26 18:29:30 +03:00
Vitaly Puzrin
3550aa653b
deps bump + remove unused vars
2016-12-15 02:40:17 +03:00
Vitaly Puzrin
bd0879c1cd
Always fill err.message on throw
2016-12-15 02:35:12 +03:00
Kirill Efimov
4a07e05823
Fixed wrong offset for d_buf
( closes #78 )
2016-07-21 14:45:54 +03:00
Vitaly Puzrin
d884686332
minor code cleanup
2016-03-31 06:26:10 +03:00
dignifiedquire
ffaf7c8252
Implement dictionary handling.
...
This adds the methods
- `deflateSetDictionary`
- `inflateSetDictionary`
as well as calling `setDictionary` at the right point when passing
the a `dictionary` option to one of
- `pako.deflate`
- `new pako.Deflate`
- `pako.inflate`
- `new pako.Inflate`
2016-03-30 15:44:16 -04:00
Vitaly Puzrin
50cd07afc4
Remove .js
extention in require() use. Close #71
2016-02-17 10:48:46 +03:00
Vitaly Puzrin
99a2e4efdc
Allow create Deflate/Inflate instances without new
2016-02-17 10:37:31 +03:00
Vitaly Puzrin
500bc5d042
Coding Style & eslint rules update
2016-02-17 10:37:31 +03:00
Petr Mikusek
c52b517d92
Fix typo s/alrorythm/algorithm/
2015-10-03 23:44:37 +02:00
Vitaly Puzrin
5f728b177d
code/comments cleanup
2015-09-14 15:01:53 +03:00
nik
2c504a0865
fix inflate wrapper check condition, issue #65
2015-09-14 14:46:53 +03:00
Vitaly Puzrin
2bef4935c7
rename window -> s_window, close #60
2015-09-13 14:23:40 +03:00
Tino Lange
0d64e15c82
- high-level wrapper: add documentation for recently introduced Z_SYNC_FLUSH
2015-06-09 21:07:48 +02:00
Tino Lange
a75010e2cc
- high-level wrapper: make {in,de}flate.push(data, Z_SYNC_FLUSH) working
...
(will fix issue #34 )
2015-06-09 20:38:12 +02:00
Vitaly Puzrin
cff11fc91b
Replaced jshint with eslint & updated CS
2015-03-24 05:28:20 +03:00
Vitaly Puzrin
c6f03f4522
Allow ArrayBuffer input, closes #49
2015-03-24 03:46:30 +03:00
jesse keane
a809b0bde2
fix reference error issue #30
2014-07-19 02:15:52 -07:00
nik
c449f4ff69
fix inflate wrapper cycle condition issue #29
2014-07-05 21:54:46 -03:00
Vitaly Puzrin
0df06dbb67
inflate speed opts for old v8
2014-06-10 20:54:29 +04:00
Vitaly Puzrin
d726d4fb23
Fixed #26 (iOS 5.1 Safary), closes #26
2014-06-03 20:45:37 +04:00
Vitaly Puzrin
efea8e667d
Typo fix. #25
2014-05-17 20:41:40 +04:00
nik
4e16144fad
remove codes table variable & add switching between fixed and dynamic tables for inflate, issue #22
2014-05-01 14:51:44 -03:00
Vitaly Puzrin
d71a712e68
Change gzip header extra to native array for convenience
2014-04-18 09:30:59 +04:00
nik
de4c26e3c8
clean useless fields in gzip header
2014-04-17 21:34:38 -03:00
Vitaly Puzrin
a4d7bdef8d
docs/comments update
2014-04-18 02:56:41 +04:00
nik
8bea7480aa
refactoring: rename input/output buffer indexes to next_in/next_out
2014-04-17 18:47:18 -03:00
nik
83859e524b
add deflate coverage tests
2014-04-16 19:22:28 -03:00