NVHTarGzip icon indicating copy to clipboard operation
NVHTarGzip copied to clipboard

A library to handle .tgz and .tar.gz files on iOS

Results 16 NVHTarGzip issues
Sort by recently updated
recently updated
newest added

I created a tar file using the tar -cf command like it says on the Light-Untar-for-iOS documentation. When I run: NVHTarGzip.shared().unTarFileAtPath(path, toPath: destinationPath, completion: { (error:NSError!) -> Void in println("Finished...

Commit message: > Fix the bug with gzFile: you should use it without `*` pointer. Otherwise the compiler will give the error: "Incompatible pointer types initializing 'gzFile *' (aka 'struct...

The value of strlen(nameChar) would be either bogus, or exceed the value of USTAR_uname_size, leading to overrun. Fixes #21

We found a crash that would occur if the path name of an individual file exceeds the value of USTAR_uname_size characters (150).

mkdir a folder named NVHTarGzip_测试,error message occur. ```Error Domain=io.nvh.targzip.zlib.error Code=-2 "Unexpected state from zlib" UserInfo={NSLocalizedDescription=Unexpected state from zlib}``` what case this issue is that my folder's name contains chinese words,but...

the NVHTarFile.m createFilesAndDirectoriesAtPath: withTarObject: size: error fileSize = 0 ``` BOOL copied = [@"" writeToFile:filePath atomically:YES encoding:NSUTF8StringEncoding error:&writeError]; ``` some time can't creat file the code should chang ``` [filemanager...

Getting a ``` *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSProgress resignCurrent]: NSProgress was not the current progress on this thread {number = 1, name = main}'...