index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
UnrarXLib
Age
Commit message (
Expand
)
Author
2017-04-07
[cleanup] remove UnrarXLib
Stefan Saraev
2017-03-01
Move to using unicode win32 api methods
Pär Björklund
2016-12-31
Revert "Speed up startup time for movies in split rar archives."
fritsch
2016-12-15
remove autotools buildsystem
notspiff
2016-11-24
Merge pull request #9925 from oskvadd/fastseek
Wolfgang Schupp
2016-07-27
[cmake] Group sources and targets into folders
Christian Fetzer
2016-07-21
[cmake] Build unrarxlib and libupnp without core_add_library
Christian Fetzer
2016-06-06
Speed up startup time for movies in split rar archives.
oskvadd
2016-02-12
[cmake] Add CMake files to lib
Christian Fetzer
2015-10-18
remove dependency from Unrar lib to GUIWindowManager
Rainer Hochecker
2015-01-07
[stdstring] get rid of CStdString in UnrarXLib
Jonathan Marshall
2014-10-16
[vfs] Change CFile::Write() to use size_t/ssize_t; add checks for "Write()" r...
Karlson2k
2014-10-16
[vfs] Change CFile::Read() to use size_t/ssize_t; add checks for "Read()" ret...
Karlson2k
2014-07-14
[rar] add a callback class for unrarlib rather than calling into guilib direc...
Jonathan Marshall
2014-07-02
[UnrarXLib] drop use of URIUtils::GetExtension in favour of simple strrchr, r...
Jonathan Marshall
2014-03-13
fixed UnrarXlib: can't extract file with non-english file name.
taxigps
2013-10-30
[win32] Cleanup: delete old project files
Karlson2k
2013-08-26
Remove GetDirectory(..) without return value
Rawk
2013-06-02
changed, use TARGET_xxx in UnrarXLib
davilla
2013-05-12
remove undef of byte workarounds now that we don't define it in PlatformDefs.h
Jonathan Marshall
2013-05-10
Remove GetExtension version without return value
Rawk
2012-08-25
Merge pull request #1324 from Karlson2k/VS2012_compat
jmarshallnz
2012-08-25
[UnrarXLib] check validity of ui ptr before access
Nick Leppänen Larsson
2012-08-22
[UnrarXLib] Disable incompatible with VS2012 useless def
Karlson2k
2012-05-16
fixed: rars that have unpacked size stored on first volume only
Anssi Hannula
2012-05-16
fixed: CRarFile::Read() returning wrong data after some seek patterns
Anssi Hannula
2012-04-21
threads: remove WINAPI, implement priority for pthreads
FernetMenta
2012-02-23
[fix] - macs are not allways big endian since years - tell this unrarxlib ......
Memphiz
2011-12-01
fixed: crash in rar seek code under certain circumstances
spiff
2011-11-15
changed/fixed: add some sanity checks to rar code to avoid crashes with corru...
spiff
2011-11-04
fixed: reinstate compressed rar dialogs
spiff
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
2011-06-23
Removed all WaitForSingleObject and WaitForMultipleObjects calls and replaced...
Jim Carroll
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