FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · explodingbarrel/SharpZipLib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
explodingbarrel
/
SharpZipLib
Public
forked from
icsharpcode/SharpZipLib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Dec 24, 2017
added all the vsproj files
Show description for fffe201
mo ko
committed
fffe201
View commit details
Copy full SHA for fffe201
Browse repository at this point
Commits on Mar 8, 2016
added more instruction to read
mo ko
committed
a026b11
View commit details
Copy full SHA for a026b11
Browse repository at this point
Commits on Mar 7, 2016
added more debug spill into zip header read error exception
mo ko
committed
e6ebc37
View commit details
Copy full SHA for e6ebc37
Browse repository at this point
Commits on Feb 5, 2015
added extra param to control zip compression method for zipfile.add() signature
mo ko
committed
ddc0a73
View commit details
Copy full SHA for ddc0a73
Browse repository at this point
Commits on Jan 21, 2015
Merge pull request #53 from novn2013/patch-1
Show description for 3285f15
jfreilly
committed
3285f15
View commit details
Copy full SHA for 3285f15
Browse repository at this point
Merge pull request #7 from Mailaender/pkg-config
Show description for a9df84c
jfreilly
committed
a9df84c
View commit details
Copy full SHA for a9df84c
Browse repository at this point
Merge pull request #4 from Mailaender/master
Show description for b7e6361
jfreilly
committed
b7e6361
View commit details
Copy full SHA for b7e6361
Browse repository at this point
Commits on Jan 10, 2015
Fix invalid return value for LzwInputStream
Show description for c95d302
jfreilly
committed
c95d302
View commit details
Copy full SHA for c95d302
Browse repository at this point
Improve invalid codepage handling
jfreilly
committed
81b9543
View commit details
Copy full SHA for 81b9543
Browse repository at this point
Merge pull request #64 from hypersw/master
Show description for 5da1f12
jfreilly
committed
5da1f12
View commit details
Copy full SHA for 5da1f12
Browse repository at this point
Commits on Jan 8, 2015
Correction to summary comment in ZipFile.cs
jfreilly
committed
13eed41
View commit details
Copy full SHA for 13eed41
Browse repository at this point
Commits on Dec 24, 2014
Fix ArgumentException from Encoding::GetEncoding() in creating a ZipFile on certain Ukranian and Hindu systems.
hypersw
committed
d398b30
View commit details
Copy full SHA for d398b30
Browse repository at this point
Commits on Jul 22, 2014
Update ZipFile.cs
novn2013
committed
d98d18e
View commit details
Copy full SHA for d98d18e
Browse repository at this point
Update ZipFile.cs
Show description for 8ec3e47
novn2013
committed
8ec3e47
View commit details
Copy full SHA for 8ec3e47
Browse repository at this point
Commits on Apr 4, 2014
Create README.md
christophwille
committed
c49a22d
View commit details
Copy full SHA for c49a22d
Browse repository at this point
Commits on Feb 23, 2013
added a pkgconfig file
Mailaender
committed
0e8abb6
View commit details
Copy full SHA for 0e8abb6
Browse repository at this point
Commits on Jan 2, 2013
update version property to current release
Mailaender
committed
1d7d4e8
View commit details
Copy full SHA for 1d7d4e8
Browse repository at this point
remove pre-compiled files from SCM
Mailaender
committed
1dcf288
View commit details
Copy full SHA for 1dcf288
Browse repository at this point
fix build for Mono with nant
Mailaender
committed
884b8bc
View commit details
Copy full SHA for 884b8bc
Browse repository at this point
Commits on Nov 30, 2012
Z-1684 Fixed File Timestamp being lost via ZipFile.Add with modified entryname
davidpierson
committed
5f57a54
View commit details
Copy full SHA for 5f57a54
Browse repository at this point
Commits on Aug 14, 2012
Z-1647 Refactoring TarHeader for code hygiene, no effective change
davidpierson
committed
9322513
View commit details
Copy full SHA for 9322513
Browse repository at this point
Commits on Aug 8, 2012
Z-1647 Added handling of Tar formats for files over 8GB such as Posix and Pax
davidpierson
committed
a74a385
View commit details
Copy full SHA for a74a385
Browse repository at this point
Commits on Jul 27, 2012
Z-1724 ZipOutputStream set Compressed Size incorrectly in local header when CRC and Size are known.
davidpierson
committed
500dbba
View commit details
Copy full SHA for 500dbba
Browse repository at this point
Commits on Jul 18, 2012
Z-1676 Translate to forward slashes and remove drive from name in ZipEntry constructor, mainly for ZipOutputStream entry path names
davidpierson
committed
af0ee8d
View commit details
Copy full SHA for af0ee8d
Browse repository at this point
Commits on Jul 16, 2012
Merge pull request #1 from linquize/fix-sample-vb-minibzip2
Show description for 89c5dec
davidpierson
committed
89c5dec
View commit details
Copy full SHA for 89c5dec
Browse repository at this point
Commits on Jun 30, 2012
Fix compilation of samples/vb/minibzip2 project
linquize
committed
9f89fe5
View commit details
Copy full SHA for 9f89fe5
Browse repository at this point
Commits on Jun 7, 2012
Z-1675 TarArchive.RootPath was case and slash direction sensitive and a trailing slash caused failure
davidpierson
committed
ea905f6
View commit details
Copy full SHA for ea905f6
Browse repository at this point
Z-1802 Fix incorrect subfield handling in Gzip header with FEXTRA
davidpierson
committed
4742318
View commit details
Copy full SHA for 4742318
Browse repository at this point
Commits on Jun 4, 2012
Z-1802 Gzip Input - Incorrect endianness in FEXTRA handling
davidpierson
committed
66070d4
View commit details
Copy full SHA for 66070d4
Browse repository at this point
Z-1419 Last char of TAR file name was dropped if path length > 100
davidpierson
committed
a4818aa
View commit details
Copy full SHA for a4818aa
Browse repository at this point
Commits on Jun 3, 2012
Z-1744 Use only the low order byte of "Version Needed to Extract"
davidpierson
committed
05449a0
View commit details
Copy full SHA for 05449a0
Browse repository at this point
Test commit via git. No real change. David P.
davidpierson
committed
ecc88a1
View commit details
Copy full SHA for ecc88a1
Browse repository at this point
Commits on Aug 1, 2010
Add dryrun argument to zf sample. Other minor tidying as well.
jfreilly
committed
e134c52
View commit details
Copy full SHA for e134c52
Browse repository at this point
Minor changes
jfreilly
committed
75f6a04
View commit details
Copy full SHA for 75f6a04
Browse repository at this point
Commits on Jul 29, 2010
Minor refactoring
jfreilly
committed
833756f
View commit details
Copy full SHA for 833756f
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL