issues
search
guzba
/
zippy
Pure Nim implementation of deflate, zlib, gzip and zip.
MIT License
258
stars
31
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Expose zip archive records
#92
denull
opened
1 month ago
0
incremental gzip uncompress
#91
chancyk
opened
1 month ago
1
Modified module `ziparchives` to alternatively open zip files as byte strings.
#90
nervecenter
opened
1 month ago
5
Modified module `ziparchives` to alternatively open zip files as byte strings.
#89
nervecenter
closed
1 month ago
0
Added module `ziparchives_inmem` with `openZipArchiveBytes()` for in-memory archive unpacking.
#88
nervecenter
closed
2 months ago
1
fix for 32 bit
#87
guzba
closed
3 months ago
0
use v2
#86
guzba
closed
3 months ago
0
Zippy throws RangeDefect when parsing file permissions on 32-bit systems.
#85
nervecenter
closed
3 months ago
1
Add initial support for deflate64 zip files
#84
iffy
opened
3 months ago
3
0.10.15
#83
guzba
closed
4 months ago
0
fix: integer-overflow on arm 32-bit systems
#82
saemideluxe
closed
4 months ago
3
actions/checkout@v4
#81
guzba
closed
4 months ago
0
0.10.14
#80
guzba
closed
4 months ago
1
0.10.13
#79
guzba
closed
4 months ago
0
`nimPreviewHashFarm` breaks concatenation test
#78
c-blake
closed
4 months ago
3
Tests Fail On Linux With Non-UTF Locale
#77
c-blake
closed
4 months ago
6
small improvement
#76
guzba
closed
7 months ago
0
0.10.12
#75
guzba
closed
7 months ago
0
new in-memory createZipArchive
#74
guzba
closed
7 months ago
0
Using relative paths
#73
mantielero
opened
11 months ago
2
LZ4 support
#72
inv2004
opened
1 year ago
0
write content directly into zip archive
#71
bung87
opened
1 year ago
0
0.10.11
#70
guzba
closed
1 year ago
0
fix `isize` check to be mod 2^32 instead 2^31
#69
Vindaar
closed
1 year ago
1
Size verification fails on ~4 GB (`< uint32`) `.tar.gz` file
#68
Vindaar
closed
1 year ago
3
ZIP Comments
#67
juancarlospaco
opened
1 year ago
0
update for 2.0
#66
guzba
closed
1 year ago
0
Feature: glob ignore/include
#65
konsumer
closed
1 year ago
1
0.10.10, export ZipArchiveReader
#64
guzba
closed
1 year ago
0
Expose types
#63
konsumer
closed
1 year ago
5
0.9.10 add breach mitigation
#62
guzba
closed
1 year ago
0
[FR] HTB (Heal-the-BREACH) support
#61
ITwrx
closed
1 year ago
11
fix issue #59 (abort on alpine + nim 1.6.8 + gcc 12.2.1)
#60
guzba
closed
1 year ago
1
Instruction abort on Alpine x86_64 3.17.3
#59
HookedBehemoth
closed
1 year ago
10
Fix spelling of localPassC pragma
#58
simonkrauter
closed
1 year ago
1
Error Cross Compiling on Linux AMD64 -> aarch64
#57
hortinstein
closed
1 year ago
1
Support all in-memory operations
#56
viega
opened
1 year ago
0
fix zip64 large sizes / offsets
#55
guzba
closed
1 year ago
0
Fix arm64 type mismatch build error
#54
apsun
closed
1 year ago
3
implement ZipArchive addFile method
#53
brendo-m
closed
1 year ago
3
Add header to the uncompress section
#52
treeform
closed
2 years ago
0
Deal with embedded ZIP archive in zippy/ziparchives
#51
khchen
closed
1 year ago
2
Failing to compile for iOS with simd enabled
#50
iffy
closed
2 years ago
1
createZipArchive as stream to avoid "out of memory"
#49
ThomasTJdev
closed
2 years ago
2
Handle entries ending with / as directories
#48
nnsee
closed
2 years ago
1
suggest to seperate tests and examples from lib
#47
retsyo
closed
2 years ago
1
Update readme.
#46
treeform
closed
2 years ago
0
-d:lto + non orc/arc mm + some machines fail uncompressing
#45
guzba
closed
2 years ago
14
Regression in test_ziparchives.nim
#44
erdnaxe
closed
2 years ago
1
Incorrect file permissions when using extractAll
#43
huantianad
closed
2 years ago
5
Next