codedread
|
d2a4329893
|
Whitespace and a couple arrow functions
|
2017-02-21 12:05:03 -08:00 |
|
codedread
|
0d27e9d9c0
|
Fix unzipper so that it always gets a fresh buffer of data. Remove a debugger statement
|
2017-02-21 11:45:28 -08:00 |
|
codedread
|
ea20a6a518
|
Fix untarring by ensuring it gets a fresh buffer of data and add a test
|
2017-02-20 23:40:33 -08:00 |
|
codedread
|
9a0b91a535
|
Ensure all tests run synchronously
|
2017-02-20 18:49:29 -08:00 |
|
codedread
|
14abef20d6
|
Convert to ES6 classes
|
2017-02-20 14:36:48 -08:00 |
|
codedread
|
639a23e69b
|
Start the move to es6: Change all vars to lets/consts
|
2017-02-20 12:47:17 -08:00 |
|
codedread
|
87cdd92981
|
Name io-test consistently
|
2017-02-19 12:44:58 -08:00 |
|
codedread
|
2488bb43b5
|
Add some more unrar tests
|
2017-02-19 12:39:10 -08:00 |
|
codedread
|
8562d76a92
|
Add test files for unzip-store and unrar
|
2017-02-19 11:56:55 -08:00 |
|
codedread
|
66ff50f0bf
|
Move archive test files into a subdir
|
2017-02-19 10:42:49 -08:00 |
|
codedread
|
fde652676c
|
Add first test for unzip and move io tests into the tests folder
|
2017-02-19 10:27:45 -08:00 |
|
codedread
|
19af90a27f
|
Move all archive-related files into a subdirectory called archive
|
2017-02-19 09:49:06 -08:00 |
|
codedread
|
17404501e5
|
Move querySelector shortcut into muther namespace and touchup license boilerplate
|
2017-02-19 09:26:06 -08:00 |
|
codedread
|
0061459c95
|
Add support for asynchronous tests to test harness
|
2017-02-19 09:23:24 -08:00 |
|
codedread
|
9305f4e11b
|
Add factory method to archive.js that returns an Unrarrer/Unzipper/Untarrer
|
2017-02-19 09:22:47 -08:00 |
|
codedread
|
e23674f5e2
|
Fix boilerplate for licenses and copyrights
|
2017-02-19 09:21:32 -08:00 |
|
codedread
|
fb1a94286a
|
Add some debug statements for unsupported RarVM functionality
|
2017-02-18 02:14:31 -08:00 |
|
codedread
|
213b78cb14
|
Issue #4: Add starter support for RarVM (only the VMSF_DELTA standard filter)
|
2017-02-18 01:54:20 -08:00 |
|
codedread
|
e755acc70b
|
Update docs for BitStream.getBits() and add a TODO
|
2017-02-18 01:41:42 -08:00 |
|
codedread
|
f1bb065ec0
|
Add RAR format docs from kthoom
|
2017-02-15 21:24:49 -08:00 |
|
codedread
|
5ac3c1d005
|
Split up io like antimatter15 did
|
2017-02-15 21:19:57 -08:00 |
|
Jeff Schiller
|
1f76d76115
|
Accidentally didn't add the updated files.
|
2016-04-19 18:00:27 -07:00 |
|
Jeff Schiller
|
2ad36ea0c5
|
Port readme from googlecode to README.md. Add LICENSE file - the source has always had a copyright notice mentioning the MIT license so this is just to be explicit
|
2016-04-19 17:52:30 -07:00 |
|
Kevin Kwok
|
e88bfbe15e
|
fix inability to decode certain files
|
2016-04-19 17:36:36 -07:00 |
|
Kevin Kwok
|
f460784a48
|
converting to spaces
|
2016-04-19 17:36:17 -07:00 |
|
Kevin Kwok
|
b451b46828
|
readme
|
2016-04-19 17:35:28 -07:00 |
|
codedread
|
e21f7cc244
|
Go back to not doing anything fancy with sorting files in archives
|
2014-06-12 01:47:06 -05:00 |
|
codedread
|
de1bc5243c
|
Add ability to stop an Unarchiver and terminate its worker
|
2014-06-12 01:10:12 -05:00 |
|
codedread
|
a2298d361b
|
Apply beaufort.francois patch to correct typo
|
2014-05-22 00:57:12 -07:00 |
|
codedread
|
d70c44727b
|
Fix unrar when the file was stored.
|
2014-04-27 12:01:17 -07:00 |
|
codedread
|
e10786a049
|
Add signed number read/write methods to byte stream and buffer. Add a few unit tests
|
2014-03-19 00:14:08 -07:00 |
|
Etienne Le Sueur
|
5d1b7bd1ed
|
[bitjs] terminate HTML5 worker after unarchive is complete
|
2014-03-18 09:41:00 -07:00 |
|
codedread
|
765b8ccd1a
|
Docs
|
2013-07-14 02:16:07 -07:00 |
|
codedread
|
6d86b98b95
|
jsdoc tweaks
|
2013-07-08 22:12:12 -07:00 |
|
codedread
|
262d86c17f
|
Fix untar.js by reading size as an octal integer
|
2013-02-28 22:36:48 -08:00 |
|
codedread
|
f4322ae65a
|
Rename binary.js to io.js
|
2011-09-18 15:07:16 -05:00 |
|
codedread
|
b2d58e9f49
|
Transition unrar and untar over to using UnarchiveEvents. Update Unarchiver to accept an optional path to the location of the BitJS files
|
2011-09-18 15:03:21 -05:00 |
|
codedread
|
4925062e3d
|
First cut of unzip code moved over to bitjs. Started work on unrar and untar
|
2011-09-17 01:32:40 -04:00 |
|
codedread
|
ad9b98dd61
|
Move over to posting UnarchiveInfoEvents. Post UnarchiveStartEvent
|
2011-09-16 15:52:36 -04:00 |
|
codedread
|
386a068447
|
Add unarchiver implementations from kthoom. Beginning of Workers/message/event pump
|
2011-09-15 17:46:47 -04:00 |
|
codedread
|
cadd9d52f6
|
Add event listeners to Unarchiver. Tweak event types. Add documentation of UnarchivedFile interface
|
2011-09-06 23:17:48 -07:00 |
|
codedread
|
0320919769
|
Moar strata
|
2011-09-06 09:08:04 -07:00 |
|
codedread
|
a147bc1d24
|
Initial archive.js
|
2011-09-06 08:54:43 -07:00 |
|
codedread
|
66e4720bef
|
Minor update to jsdoc
|
2011-09-05 22:27:52 -07:00 |
|
codedread
|
898705abea
|
Readme
|
2011-09-05 09:15:11 -07:00 |
|
codedread
|
957af6b072
|
Move binary into a bitjs folder
|
2011-09-05 07:39:29 -07:00 |
|