Code Monkey home page Code Monkey logo

threadzip's People

threadzip's Issues

Compatability with traditional LZMA

Firstly, it takes quite a time to build threadzip on a system. This seems to be 
not a drop-in utility.

Secondly, but most importantly, threadzip MUST BE BACKWARDS COMPATIBLE to the 
traditional LZMA and its utilities: unlzma, lzcat, ... I believe this must the 
task #1 with highest priority on the threadzip's To-Do list.

Until the latter is done, sadly, we can't use this tool into production :(

Original issue reported on code.google.com by [email protected] on 8 Jun 2013 at 7:46

threadzip output differs from pylzma (appends extra bytes)

What steps will reproduce the problem?

>>> import pylzma
>>> f = file('threadzip.py', 'r')
>>> data = f.read()
>>> f.close()
>>> enc = pylzma.compress(data)
>>> out = file('output.pylzma', 'w')
>>> out.write(enc)
>>> out.close()

$ ./threadzip.py -t 1 --lzma < threadzip.py > output.tz
$ dd if=output.tz skip=14 bs=1 > output_stripped.tz

Now hexdump output.pylzma and output_stripped.tz. The TZ version has extra 
bytes at the end. Otherwise, the buffers are identical.

What is the expected output? What do you see instead?
I thought they would match.

What version of the product are you using? On what operating system?
1.2 on OSX 10.8.2

Please provide any additional information below.
I was trying to see if pylzma produced output that could be verified with xz, 
so I'd know whether to blame threadzip or not. It doesn't, btw. I haven't tried 
to open the pylzma file with anything else, though.

Original issue reported on code.google.com by [email protected] on 21 Feb 2013 at 8:29

Threadzip.py output files do not appear to have proper headers

What steps will reproduce the problem?
1. Many unzip programs will not open or unzip archives created with threadzip
2. Using the 'file' command in Linux identifies archives created with threadzip 
as generic 'data' files rather than BZ2 or LZMA compressed data files.

What is the expected output? What do you see instead?
The threadzip default output file does not seem to have a proper header 
identifying it, so only threadunzip or using a raw zlib/lzma/bzip2 decompressor 
will work.  Other programs, like 7Zip or various graphical clients, do not 
identify files created with threadzip as compressed archives and as such they 
won't open or unzip them.  Proper headers would greatly extend the usefulness 
of threadzip-created archives.

What version of the product are you using? On what operating system?
threadzip.py version 1.2, Linux (kernel 2.6.33)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Jan 2012 at 3:19

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.