Kenneth Skovhede
ed7f140364
Whitespace fix
2016-02-04 10:39:02 +01:00
Kenneth Skovhede
a4b594121e
Added code to forward the compression info to the stream, such that it is possible to override the compression level and method on a per-stream basis.
2016-02-04 10:35:36 +01:00
Adam Hathcock
fe8da55c95
Merge pull request #122 from benshoof/net35_compat
...
Added support for .NET 3.5
2016-01-26 21:00:20 +00:00
benshoof
42c4eab4be
Fix conflicts
2016-01-26 09:56:54 -09:00
Adam Hathcock
2e8844c896
This doesn't work :)
2016-01-26 11:57:40 +00:00
Adam Hathcock
aed7ff003d
Merge pull request #121 from benshoof/rar_detection_fix
...
Fix false positives in Rar file detection
2016-01-26 11:54:07 +00:00
Adam Hathcock
681b28f654
Merge pull request #119 from benshoof/endian-neutral
...
SharpCompress now endian neutral
2016-01-26 11:51:30 +00:00
Adam Hathcock
0de64b1551
Use ExtractAllEntries if archives are SOLID types
2016-01-26 11:49:57 +00:00
Adam Hathcock
526df2404e
Merge pull request #123 from kenkendk/remove_warnings
...
Fix various warnings
2016-01-26 09:21:03 +00:00
Kenneth Skovhede
f20274aac7
Removed debug comments
2016-01-26 10:18:23 +01:00
Kenneth Skovhede
08b899fdac
Deleted unused variables
2016-01-26 10:18:13 +01:00
Kenneth Skovhede
7b91b6e7c8
Commented out various unused fields that cause warnings and makes the WarningsAsErrors directive abort the build
2016-01-26 09:48:00 +01:00
benshoof
1661b7ec36
Added support for .NET 3.5
...
SharpCompress can now be compiled for .NET 3.5 by defining symbol NET35
2016-01-25 09:02:19 -09:00
benshoof
e5ab9dc883
Fix false positives in Rar file detection
2016-01-25 08:03:40 -09:00
Adam Hathcock
25d22e33a7
Merge pull request #118 from kenkendk/master
...
Bugfix for inflate algorithm cutting of the end of certain blocks
2016-01-23 10:24:50 +00:00
benshoof
8ceac9000c
SharpCompress now endian neutral
...
SharpCompress can now be used on machines with big endian architecture
such as powerpc. All byte conversions now run through Mono's
DataConverter (or a portable version for builds that don't allow unsafe
code) instead of BitConverter, as BitConverter's behavior depends on the
host cpu.
2016-01-22 14:32:35 -09:00
Kenneth Skovhede
ecceec8e1a
Tabs -> spaces fix
2016-01-22 15:06:55 +01:00
Kenneth Skovhede
d5c88ebab3
Bugfix for inflate algorithm cutting of the end of certain blocks
2016-01-22 14:51:05 +01:00
Adam Hathcock
0a2adbc205
Merge pull request #115 from maxpiva/master
...
Adds Non Lineal "Solid Rar" Extraction to RarArchive.
2016-01-17 13:54:24 +00:00
mpiva
3be7f9da37
Adds Non Lineal "Solid Rar" Extraction to RarArchive.
2016-01-17 02:31:55 -03:00
Adam Hathcock
3f2ca67416
Forgot the file overload
2016-01-15 10:04:28 +00:00
Adam Hathcock
21087323af
Make Tar last in detection as it contains other files
2016-01-09 13:29:29 +00:00
Adam Hathcock
505838a32a
Fixes from last merge
2016-01-04 21:08:30 +00:00
Adam Hathcock
fd3f9eb382
Merge remote-tracking branch 'origin/master' into dnx
...
Conflicts:
SharpCompress/SharpCompress.PortableTest.csproj
SharpCompress/SharpCompress.Unsigned.csproj
SharpCompress/SharpCompress.csproj
src/SharpCompress/Archive/IArchiveEntry.Extensions.cs
src/SharpCompress/Reader/IReader.Extensions.cs
2016-01-04 21:01:12 +00:00
Adam Hathcock
05f92018c3
Merge pull request #113 from zentron/master
...
Preserve File Timestamps with IReader
2016-01-04 12:04:05 +00:00
Rob
b8fc4a2415
Preserve File Timestamps with IReader
2016-01-04 16:26:43 +10:00
Adam Hathcock
ccd2fc6568
Merge branch 'master' into dnx
...
Conflicts:
src/SharpCompress/Archive/Rar/RarArchive.cs
2016-01-03 11:19:04 +00:00
Adam Hathcock
a30872809d
Merge pull request #99 from Rovak/rarreader-add-password
...
Add password when opening RarReader
2016-01-03 03:18:12 -08:00
Adam Hathcock
7abf2ed58b
Update README
2016-01-03 11:15:36 +00:00
Adam Hathcock
4822f571c3
Add explicit target for NET 4.5
2016-01-02 15:04:04 +00:00
Adam Hathcock
b0fdac3e6f
Have NO_CRYPTO and add Profile259
2016-01-02 15:02:45 +00:00
Adam Hathcock
df62c1d3b2
NO_FILE tag
2016-01-02 14:57:05 +00:00
Adam Hathcock
56912ade7a
reorg test project.json
2016-01-01 12:37:37 +00:00
Adam Hathcock
43698b41a7
Need RijndaelEngine for some reason
2016-01-01 12:21:23 +00:00
Adam Hathcock
fd2beeab48
trying to fix RarRijndael
2016-01-01 11:47:38 +00:00
Adam Hathcock
5647a424e7
Fix test execution
2016-01-01 11:23:01 +00:00
Adam Hathcock
a0a418e90b
Remove bad character
2016-01-01 11:16:42 +00:00
Adam Hathcock
75e09b24c0
Remove bouncy castle code
2016-01-01 11:06:14 +00:00
Adam Hathcock
0b06023b82
Moved tests and fixed up nuget metadata
2015-12-30 16:59:27 +00:00
Adam Hathcock
49707498a5
move files around
2015-12-30 11:19:42 +00:00
Adam Hathcock
a4c2d27985
tests run...need parallel none
2015-12-30 11:04:16 +00:00
Adam Hathcock
9fac34fb21
intermediate checkin of xunit conversion
2015-12-29 15:26:38 +00:00
Adam Hathcock
d4b22936af
fix net 35
2015-12-29 14:06:35 +00:00
Adam Hathcock
f0d0143be0
Remove csproj and start converting tests
2015-12-29 13:52:55 +00:00
Adam Hathcock
7d1593e887
Support NET3.5+ and DNXCORE50 and DOTNET 5.1 +
2015-12-28 23:40:33 +00:00
Adam Hathcock
2588444948
Using DOTNET51 and DNXCORE50 targets
2015-12-28 23:33:18 +00:00
Adam Hathcock
69abb8446f
Merge branch 'master' into dnx
2015-12-28 18:47:12 +00:00
Adam Hathcock
bec2662d23
Update version
0.11.3
2015-12-28 18:40:35 +00:00
Adam Hathcock
dd35052de9
Merge pull request #105 from benshoof/fix-tests-release-build
...
Fix Release build of Tests
2015-12-17 08:54:31 +00:00
Adam Hathcock
2a630e04b2
Merge pull request #107 from benshoof/fix-nonzip-perf-regression
...
Fixed serious performance regression (revert 0f12a073af )
2015-12-15 16:33:06 +00:00