1
0
Fork 0
mirror of https://github.com/0x5eal/rbxts-pako.git synced 2025-04-06 03:41:03 +01:00
Commit graph

389 commits

Author SHA1 Message Date
Vitaly Puzrin
cab7e77d06 deps & saucelabs update 2015-03-24 03:00:53 +03:00
Vitaly Puzrin
eda5a97b54 0.2.5 released 2014-07-19 14:08:56 +04:00
Vitaly Puzrin
0021574793 browser files rebuild 2014-07-19 14:07:48 +04:00
Vitaly Puzrin
18a9999812 Merge pull request from jarofghosts/master
fix reference error issue 
2014-07-19 13:59:24 +04:00
jesse keane
a809b0bde2 fix reference error issue 2014-07-19 02:15:52 -07:00
Vitaly Puzrin
f09eb4c5fa 0.2.4 released 2014-07-07 09:51:11 +04:00
Vitaly Puzrin
c54ce972f0 browser files rebuild 2014-07-07 09:50:51 +04:00
nik
c449f4ff69 fix inflate wrapper cycle condition issue 2014-07-05 21:54:46 -03:00
Vitaly Puzrin
87a6a88255 Added test for issue 2014-07-03 21:44:39 +04:00
Vitaly Puzrin
0df06dbb67 inflate speed opts for old v8 2014-06-10 20:54:29 +04:00
Vitaly Puzrin
d846c78df9 0.2.3 released 2014-06-09 00:41:08 +04:00
Vitaly Puzrin
a9b9569a08 updated saucelabs options 2014-06-09 00:32:30 +04:00
Vitaly Puzrin
56c63a1fb2 dependencies update 2014-06-09 00:19:11 +04:00
Vitaly Puzrin
d87614b758 badges update 2014-06-09 00:03:57 +04:00
Vitaly Puzrin
f1aa8fdeeb 0.2.2 released 2014-06-04 11:33:40 +04:00
Vitaly Puzrin
7c3ab0675e browser files rebuild 2014-06-03 20:49:04 +04:00
Vitaly Puzrin
ebb0512af3 removed version from bower config 2014-06-03 20:47:55 +04:00
Vitaly Puzrin
d726d4fb23 Fixed (iOS 5.1 Safary), closes 2014-06-03 20:45:37 +04:00
Vitaly Puzrin
efea8e667d Typo fix. 2014-05-17 20:41:40 +04:00
Vitaly Puzrin
d36ff393f6 Merge pull request from SheetJS/master
Makefile use `cut -b` for OSX compatibility
2014-05-14 06:33:09 +04:00
SheetJS
611a02b344 Makefile use cut -b for OSX compatibility 2014-05-13 18:13:07 -07:00
Vitaly Puzrin
f095ad81a0 readme: projects references update 2014-05-02 19:55:55 +04:00
Vitaly Puzrin
165bfe934c browserified files rebuild 2014-05-01 22:14:33 +04:00
Vitaly Puzrin
a6b59f2192 0.2.1 release 2014-05-01 22:13:30 +04:00
nik
4e16144fad remove codes table variable & add switching between fixed and dynamic tables for inflate, issue 2014-05-01 14:51:44 -03:00
Vitaly Puzrin
57a80d98cf helper rename 2014-05-01 04:14:49 +04:00
Vitaly Puzrin
8cbe85f55f Added raw inflate tests for 2014-05-01 04:06:11 +04:00
Vitaly Puzrin
e93c614f7a Browser version rebuild 2014-04-18 09:37:25 +04:00
Vitaly Puzrin
1f8a955382 0.2.0 released 2014-04-18 09:36:32 +04: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
Vitaly Puzrin
1bc1ebc5a8 Final utf8 decoder opt (2-3x speed boost) 2014-04-15 06:43:23 +04:00
Vitaly Puzrin
2cd0309b62 Moved utf8 border detect to utils, fixed bugs & added tests 2014-04-15 00:22:37 +04:00
Vitaly Puzrin
4d3acc2961 Fixes & tests for surrogates support in strings encoder/decoder 2014-04-14 23:30:34 +04:00
Vitaly Puzrin
c58bfccd1b More utf8 decoder opts 2014-04-14 01:57:08 +04:00
Vitaly Puzrin
554ffaf908 Optimized utf8 decoder 2014-04-14 00:46:30 +04:00
Vitaly Puzrin
b949c39564 moved utf8tail() to strings utils 2014-04-13 21:39:29 +04:00
Vitaly Puzrin
33c90194d0 Fixed inflate utf8 decoder 2014-04-13 21:30:00 +04:00
Vitaly Puzrin
b165c9c945 Deflate: added custom gzip headers support 2014-04-13 20:45:13 +04:00
Vitaly Puzrin
e4593facbb lint fix 2014-04-13 20:37:36 +04:00
Vitaly Puzrin
aecf1fa6b1 Fixed strings output for inflate (temporary solution) 2014-04-13 19:17:26 +04:00
Vitaly Puzrin
1cf47067c2 Updated benchmarcs (added strings) 2014-04-13 16:00:26 +04:00
Vitaly Puzrin
ca1374eb05 Moved utilities to separate folder 2014-04-13 13:45:12 +04:00
Vitaly Puzrin
20b0318601 Cleanup & comments 2014-04-13 13:20:58 +04:00
Vitaly Puzrin
195e40c0df files rename/cleanup (+ dropped inflatePrime method) 2014-04-10 07:06:04 +04:00
Vitaly Puzrin
471505d113 Saucelabs config update 2014-04-09 22:45:15 +04:00
Vitaly Puzrin
2a6f0fd4bb readme update 2014-04-09 20:04:59 +04:00