issues
search
dotnet
/
android-libzipsharp
A managed wrapper (and then some) around libzip (https://libzip.org/)
MIT License
30
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add Support Adding Extending TimeStamp Fields
#47
dellis1972
closed
4 years ago
1
Add VSCode workspace.
#46
dellis1972
closed
4 years ago
0
Bump to 1.0.7
#45
dellis1972
closed
4 years ago
1
Use static libraries for libzip.so.
#44
dellis1972
closed
4 years ago
0
Add support for libzip encryption functions
#43
grendello
opened
4 years ago
4
Remove/Statically Link libcyrpto on Linux
#42
dellis1972
closed
4 years ago
1
Fix a mix up between 64/32 bit linux native libraries
#41
dellis1972
closed
5 years ago
0
Add New Unit Test
#40
dellis1972
closed
4 years ago
0
Include pdb files in the main Nuget Package
#39
dellis1972
closed
5 years ago
0
Use the newer symbols packages format for symbols.
#38
dellis1972
closed
5 years ago
0
Include Symbols in the package
#37
dellis1972
closed
5 years ago
0
Added shipping License files
#36
dellis1972
closed
5 years ago
0
Fix where we load 64 bit dll's on windows.
#35
dellis1972
closed
5 years ago
0
Add some info to the README.md
#34
dellis1972
closed
5 years ago
0
Rework Nuget into on Package
#33
dellis1972
closed
5 years ago
0
Upgrade to SDK Style project. Add libzip building and nuget
#32
dellis1972
closed
5 years ago
0
[windows] remove NuGets for libzip and zlib
#31
jonathanpeppers
closed
5 years ago
0
Update NUnit to 3.11.0 and NUnit.Engine to 3.9.0
#30
dellis1972
closed
5 years ago
0
Allow to open encrypted archives
#29
Fniz
closed
5 years ago
1
Allow to open encrypted archives
#28
Fniz
closed
5 years ago
5
Added Permissions support for zips created on Windows
#27
dellis1972
closed
6 years ago
0
Dispose ZipArchive.sources
#26
jonpryor
closed
6 years ago
0
[windows] better implementation for NuGet files
#25
jonathanpeppers
closed
7 years ago
0
[windows] support for 32 and 64 bit
#24
jonathanpeppers
closed
7 years ago
0
[windows] fully support Windows without Mono
#23
jonathanpeppers
closed
7 years ago
0
[windows] fixes in libZipSharp.csproj
#22
jonathanpeppers
closed
7 years ago
0
Only read first line to fix errors
#21
Rosalie241
closed
7 years ago
0
Switch the Addfile method over to using the Managed Callback.
#20
dellis1972
closed
8 years ago
0
Fixed an issue where IsDirectory was returning false for directories.
#19
dellis1972
closed
8 years ago
0
Fixed a bug where the byte[] was being GC'd (or moved) before libzip could write it.
#18
dellis1972
closed
8 years ago
1
Fixed a problem with 5f43e4f8
#17
dellis1972
closed
8 years ago
1
When using the AddFiles override you might just want to only add the Files without providing a directoryInArchive.
#16
dellis1972
closed
8 years ago
0
Updated the Native Bindings to use Cdecl across all platforms
#15
dellis1972
closed
8 years ago
0
Fixed a crash when using 32bit libzip on Windows
#14
dellis1972
closed
8 years ago
0
Added some extra info for the GetUnixPermission NotSupported Exception.
#13
dellis1972
closed
8 years ago
0
Added Property to Control the Logging Verbosity.
#12
dellis1972
closed
8 years ago
0
normalize endings
#11
alanmcgovern
closed
8 years ago
0
Added Support for loading the 64bit libzip.dll on Windows.
#10
dellis1972
closed
8 years ago
0
Removed some Console.WriteLine calls that were not needed.
#9
dellis1972
closed
8 years ago
0
Made Mono.Posix copy local so it can be found on Windows platforms
#8
dellis1972
closed
8 years ago
0
Fixed a bug where the callback delegate was disposed on Windows.
#7
dellis1972
closed
8 years ago
0
In the AddFiles method if a path in the archive is NOT provided
#6
dellis1972
closed
8 years ago
0
Fixed a bug where the Options was not set in the Stream constructor
#5
dellis1972
closed
8 years ago
0
Collected API improvements
#4
jonpryor
closed
8 years ago
1
Fixed an issue where the stream/byte[] objects were being GC'd
#3
dellis1972
closed
8 years ago
0
Updated to Support Reading/Writing to/from Streams
#2
dellis1972
closed
8 years ago
1
Added Support for Adding a byte[] to the Zip
#1
dellis1972
closed
8 years ago
0
Previous