<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sevenzipsharp Source Code Rss Feed</title><link>http://www.codeplex.com/sevenzipsharp/SourceControl/ListDownloadableCommits.aspx</link><description>sevenzipsharp Source Code Rss Description</description><item><title>Patch Uploaded: #14085</title><link>http://sevenzipsharp.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/vbwebprofi'&gt;vbwebprofi&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Bugfix&amp;#63; of multiple volume issue &amp;#35;7953 &amp;#91;1&amp;#93;.&lt;br /&gt;&lt;br /&gt;I had the same problem at development but for work with dictionary of streams. According to the description of issue &amp;#35;7953 &amp;#91;1&amp;#93; and to the reply of piiper to discussion &amp;#35;263381 i followed the pattern at line 1379 of version 79962 and applied this also to line 1101, 1516 and 1627. It fixed my problem and may be all other related problem at other methods of this topic.&lt;br /&gt;&lt;br /&gt;&amp;#91;1&amp;#93; Issue &amp;#35;7953&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;sevenzipsharp.codeplex.com&amp;#47;workitem&amp;#47;7953&lt;br /&gt;&lt;br /&gt;&amp;#91;2&amp;#93; Discussion &amp;#35;263381&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;sevenzipsharp.codeplex.com&amp;#47;discussions&amp;#47;263381&lt;br /&gt;&lt;br /&gt;&amp;#91;3&amp;#93; Post of piiper to discussion &amp;#35;263381&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;sevenzipsharp.codeplex.com&amp;#47;discussions&amp;#47;263381&amp;#35;post712612&lt;/p&gt;</description><author>vbwebprofi</author><pubDate>Thu, 14 Mar 2013 08:54:57 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #14085 20130314085457A</guid></item><item><title>Patch Uploaded: #13029</title><link>http://sevenzipsharp.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/bassfriend'&gt;bassfriend&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Situation&amp;#58; 64 bit, single file rar archive, extension .001, solid&lt;br /&gt;Problem&amp;#58; Extraction fails with exception &amp;#34;isSolid &amp;#61;&amp;#61; null&amp;#34;&lt;/p&gt;</description><author>bassfriend</author><pubDate>Thu, 11 Oct 2012 16:24:20 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #13029 20121011042420P</guid></item><item><title>Source code checked in, #79962</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/79962</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:14:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #79962 20121001091448P</guid></item><item><title>Source code checked in, #79961</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/79961</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:08:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #79961 20121001090839P</guid></item><item><title>Patch Uploaded: #11955</title><link>http://sevenzipsharp.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/NET3'&gt;NET3&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Fixed &amp;#34;SevenZipExtractor instance must not be disposed while making an asynchronous method call.&amp;#34; issue. The patch is based on 59007.&lt;/p&gt;</description><author>NET3</author><pubDate>Fri, 13 Apr 2012 12:03:17 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #11955 20120413120317P</guid></item><item><title>Patch Uploaded: #11136</title><link>http://sevenzipsharp.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/scottlerch'&gt;scottlerch&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Fixed various threading issues.  I did a scan for all static fields and made sure they had appropriate locking as needed &amp;#40;e.g. only locked if they had a chance of being modified after static creation&amp;#41; and in one case marked a static int that was only ever assigned volatile.  Originally, I missed a few areas that caused some weird COM exceptions, but now everything works.  I tested having 8 cores compressing away in parallel on a few thousand files without any issues.&lt;br /&gt;&lt;br /&gt;I guess a few similar patches have been submitted, but here is my version so you can take your pick.&lt;/p&gt;</description><author>scottlerch</author><pubDate>Wed, 21 Dec 2011 23:35:07 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #11136 20111221113507P</guid></item><item><title>Patch Uploaded: #9498</title><link>http://sevenzipsharp.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/mproepst'&gt;mproepst&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;I prepared a patch that fixes multithreading issues when using CompressStream method. The patch is based on v0.64.&lt;/p&gt;</description><author>mproepst</author><pubDate>Fri, 20 May 2011 13:48:49 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #9498 20110520014849P</guid></item><item><title>Source code checked in, #59007</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/59007</link><description>Added the automatic copy of 7z.dll of the architecture corresponding to the building machine &amp;#40;VS 2010&amp;#41;</description><author>markhor</author><pubDate>Tue, 21 Dec 2010 17:09:30 GMT</pubDate><guid isPermaLink="false">Source code checked in, #59007 20101221050930P</guid></item><item><title>Source code checked in, #59006</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/59006</link><description>Added the solution file for VS2010</description><author>markhor</author><pubDate>Tue, 21 Dec 2010 16:48:37 GMT</pubDate><guid isPermaLink="false">Source code checked in, #59006 20101221044837P</guid></item><item><title>Source code checked in, #56462</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/56462</link><description>&amp;#33;&amp;#41;Bugfixes&amp;#13;&amp;#10;2&amp;#41;You can now specify the archive format manually in SevenZipExtractor &amp;#40;do it only when format autodetect fails&amp;#41;</description><author>markhor</author><pubDate>Wed, 27 Oct 2010 06:34:57 GMT</pubDate><guid isPermaLink="false">Source code checked in, #56462 20101027063457A</guid></item><item><title>Source code checked in, #54503</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/54503</link><description>Added the lock for Extractor.Dispose&amp;#40;&amp;#41; during an asynchronous method call.</description><author>markhor</author><pubDate>Thu, 26 Aug 2010 17:08:59 GMT</pubDate><guid isPermaLink="false">Source code checked in, #54503 20100826050859P</guid></item><item><title>Source code checked in, #54495</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/54495</link><description>Removed SevenZipDoc &amp;#40;switching to new SandCastle&amp;#41;</description><author>markhor</author><pubDate>Thu, 26 Aug 2010 16:14:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #54495 20100826041406P</guid></item><item><title>Source code checked in, #54484</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/54484</link><description>0.64 release</description><author>markhor</author><pubDate>Thu, 26 Aug 2010 13:22:43 GMT</pubDate><guid isPermaLink="false">Source code checked in, #54484 20100826012243P</guid></item><item><title>Source code checked in, #54482</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/54482</link><description>Forgot to add asynchronous methods &amp;#58;&amp;#41;</description><author>markhor</author><pubDate>Thu, 26 Aug 2010 12:46:20 GMT</pubDate><guid isPermaLink="false">Source code checked in, #54482 20100826124620P</guid></item><item><title>Source code checked in, #54473</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/54473</link><description>Fix for &amp;#35;6987</description><author>markhor</author><pubDate>Thu, 26 Aug 2010 05:40:47 GMT</pubDate><guid isPermaLink="false">Source code checked in, #54473 20100826054047A</guid></item><item><title>Source code checked in, #54460</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/54460</link><description>Some code refactored, used NDepend &amp;#40;impressive, by the way&amp;#41;</description><author>markhor</author><pubDate>Wed, 25 Aug 2010 18:42:02 GMT</pubDate><guid isPermaLink="false">Source code checked in, #54460 20100825064202P</guid></item><item><title>Source code checked in, #54416</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/54416</link><description>Splitted SevenZipBase to CallbackBase and SevenZipBase</description><author>markhor</author><pubDate>Tue, 24 Aug 2010 06:05:34 GMT</pubDate><guid isPermaLink="false">Source code checked in, #54416 20100824060534A</guid></item><item><title>Source code checked in, #54348</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/54348</link><description>SevenZipExtractor&amp;#47;Compressor now have asynchronous methods &amp;#40;e.g., BeginExtractArchive&amp;#41;.&amp;#13;&amp;#10;Bugfix for issue &amp;#35;6274&amp;#13;&amp;#10;Minor improvements</description><author>markhor</author><pubDate>Sun, 22 Aug 2010 09:14:29 GMT</pubDate><guid isPermaLink="false">Source code checked in, #54348 20100822091429A</guid></item><item><title>Source code checked in, #54347</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/54347</link><description>Deleted Windows Phone project &amp;#40;no COM support, have nothing to do with it&amp;#41;</description><author>markhor</author><pubDate>Sun, 22 Aug 2010 09:11:07 GMT</pubDate><guid isPermaLink="false">Source code checked in, #54347 20100822091107A</guid></item><item><title>Source code checked in, #52406</title><link>http://sevenzipsharp.codeplex.com/SourceControl/changeset/changes/52406</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Tue, 20 Jul 2010 20:45:25 GMT</pubDate><guid isPermaLink="false">Source code checked in, #52406 20100720084525P</guid></item></channel></rss>