Mike Frysinger

Results 72 issues of Mike Frysinger

some archive formats (like 7z) support passwords. see if it's feasible to support.

enhancement
waiting-libarchive

the 7z file format indicates it has indexes, so should look into supporting them to speed up processing

enhancement

since it's a new extension, would be a good time to get it right ... sync support already exists in the thegreatsuspender extension

Depending on the OS and user, there's a variety of gnubby extensions that might be installed. Probe each one to find a good one.

The upstream release seems to include all the custom patches that were being carried in the local fork. There are a few minor diffs though to note: * No support...

This allows users to plugin other extensions if they want. Fixes #202.

The storage call here will return an empty object when the key isn't found which causes this code to pass undefined down to the terminal print layers (which then crashes)....

This can subtly affect how Chrome interprets embedded strings. The current code in here shouldn't be affected as it's all ASCII, but Chrome warns about the implicit encoding detection and...