Posterous theme by Cory Watilo

Filed under: nunrar

NUnrar 0.8.1

http://nunrar.codeplex.com/releases/view/63482

  • Exposed FileTimes (Modified, Accessed, Created) on entries
  • Using ICollection on RarArchive.Entries and RarArchives.Volumes that will only access the archive as entries are requested. This speeds up reading of initial entries rather than reading all at once.
  • Portable library created for Windows Phone 7.
  • .NET 3.5 targeted library

Both user requests :)

I finally figured out how the RarReader interface should work to my liking.  Next stop is 1.0.

 

NUnrar 0.8

NUnrar 0.8

Lots of little fixes and some API changes:

  • Adding extras to API (IsMultipartVolume, IsSolidArchive, IsFirstVolume)
  • Made RarArchive.Entries and Volumes be lazy so work is only done when needed.
  • Added Mono target
  • Implemented RarOptions.GiveDirectoryEntries
  • CRC values for multi-volume archives should be correct
  • exceptions are thrown for Solid and Encrypted archives since NUnrar can't extract them.
  • Added IRarExtractionListener interface for getting the progress of extraction. Archtecture doesn't allow for real C# events.

 

Followed a lot of desires/fixes from users.  I like users of my code.

ComicTool 0.4.3 and NUnrar 0.7.2

Pulling double duty here.  Needed a change to NUnrar for ComicTool.

ComicTool 0.4.3

-Lots of changes trying to make things more responsive for large files. Largest I tested was 200mb.
-Did some refactoring to make the code cleaner. Probably being anal.
-UI will freeze a bit more during page/thumbnail loads but overall loading is much faster.

Try it

 

NUnrar 0.7.2

Added fix for old-style multi-part file naming.
Added Open overloads for RarArchive and RarReader to not close the stream that is passed to it. (By default, it does close).