Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-23 | [fix] - macs are not allways big endian since years - tell this unrarxlib ↵ | Memphiz | |
... fixes #12684 | |||
2011-12-01 | fixed: crash in rar seek code under certain circumstances | spiff | |
if the last archive in a set was less than 256kb, the seek code set an invalid offset leading to crashes | |||
2011-11-15 | changed/fixed: add some sanity checks to rar code to avoid crashes with ↵ | spiff | |
corrupt archives. | |||
2011-11-04 | fixed: reinstate compressed rar dialogs | spiff | |
closes ticket #4401 | |||
2011-10-10 | wrapped strncpy to ensure resulting strings are always null terminated. | Jay Kominek | |
2011-10-10 | replaced some strcpy's that were causing crashes, with strncpy's in unrarxlib | Jay Kominek | |
2011-06-26 | Fixed the Unrar code broken by the threading refactor. | Jim Carroll | |
In several places in the rar code the new threading mechanisms were not used in a "functionally equivalent" manner. In five places the original code checked for a timeout using a "!= WAIT_OBJECT_0" which was interpreted as checking for a signaled state as if the "!" wasn't there. This commit fixes that problem. | |||
2011-06-23 | Removed all WaitForSingleObject and WaitForMultipleObjects calls and ↵ | Jim Carroll | |
replaced them with the latest CEvent calls. | |||
2011-03-26 | fixed: missing include for HANDLE types | Joakim | |
2011-03-26 | changed: avoid including filesystem/File.h in the whole UnrarXLib | elupus | |
2011-03-15 | cleanup of #ifdef _XBOX | amet | |
2011-01-24 | Merged cptspiff's code-reshuffle branch. | theuni | |
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp |