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
Age
Commit message (
Expand
)
Author
2011-07-22
[change] - bump libnfs version for linux aswell
Memphis
2011-07-22
Removed any semblance of asserting since it's caused nothing but trouble.
Jim Carroll
2011-07-21
[fix] - breakage of ios in release mode - asserts are evil - jcarrol will cle...
Memphiz
2011-07-21
fixed: no playback of mjpeg streams (fixes #11728)
vdrfan
2011-07-21
take a copy of the DatabaseSettings struct in open, don't mess with the global
Jonathan Marshall
2011-07-20
[WIN32] Added SystemClock.h/.cpp to the project to fix the build
CrystalP
2011-07-20
[cosmetic] renamed platform.select to platform.select.h so that it would be m...
Jim Carroll
2011-07-20
Fixed the use of assert so that it wont leave an "unused variable" warning wh...
Jim Carroll
2011-07-20
[ios] fixed, not sure why ios was even compiling these
davilla
2011-07-20
[osx] changed back to original usage of CVxxxx routines for timing
davilla
2011-07-20
[osx] remove libboost from linking
davilla
2011-07-20
[ios] remove libboost from linking, back to pthreads
davilla
2011-07-20
[fixed] The release compile of the code had some essential components dropped...
Jim Carroll
2011-07-20
[osx/ios] update libnfs
davilla
2011-07-20
changed, system libs get <>, user libs are quotes
davilla
2011-07-20
cosmetic: git ignore entire win32 dependencies directory, doesn't contain any...
Martin van Beurden
2011-07-20
[ios/atv2] - sync xcode projects
Memphiz
2011-07-20
Merge pull request #231 from jimfcarroll/pluggable-threading
jimfcarroll
2011-07-20
[ADDONS] fixed mismatched malloc/free
Geoffrey McRae
2011-07-20
Relative use of the system clock.
Jim Carroll
2011-07-20
[win] Updated project for removal of boost.
Jim Carroll
2011-07-20
Updated libsidplay2 Makefile to fix an include file name collision.
Jim Carroll
2011-07-20
[osx] updated xcode project with ThreadLocal.h and boost removal.
jimfcarroll
2011-07-20
removed the need for boost threads.
Jim Carroll
2011-07-20
Removed CTimeUtils::GetTimeMS and replaced it with XbmcThreads::SystemClockMi...
Jim Carroll
2011-07-20
Added a millisecond timer to the threading library.
Jim Carroll
2011-07-20
Added a windows native threading implementation.
Jim Carroll
2011-07-20
dropped fine grained selection of threading functionality.
Jim Carroll
2011-07-20
Consolodated some helper classes and functions for testing.
Jim Carroll
2011-07-20
[osx] Update the xcode project file.
jimfcarroll
2011-07-20
[WIN32] Updated Project files for pluggable threading.
jimfcarroll
2011-07-20
Updated the build to allow --enable-pthreads to select the pthread threading ...
Jim Carroll
2011-07-20
All testing is now much less time sensitive and should avoid spurious failures.
Jim Carroll
2011-07-20
Thread local now has a pthreads implementation.
Jim Carroll
2011-07-20
set platform select to pthreads.
Jim Carroll
2011-07-20
Added a complete pthreads implementation.
Jim Carroll
2011-07-20
The threading synchronization and thread local storage mechanisms are now all...
Jim Carroll
2011-07-20
handle tranisitive includes that were dropped with pthreads.
Jim Carroll
2011-07-20
Make the tests less time sensitive.
Jim Carroll
2011-07-19
[cosmetics] "We promise to never use one letter variables."
Jim Carroll
2011-07-19
Made CGUIWindow lockable internally. Currently using it to fix the locking of...
Jim Carroll
2011-07-19
Merge pull request #286 from cptspiff/vfsmethods
Arne Morten Kvarving
2011-07-19
[add] - use txt-records for presenting shares/pathes which might be exported ...
Memphiz
2011-07-19
[ios] one more time for the boys in the back
davilla
2011-07-19
[add] - added sftp protocol to zeroconf browser
Memphiz
2011-07-19
fixed: fairly certain nobody watches tv from the first or second century
spiff
2011-07-19
[ios] revert c2e6656bdcf2a850f342a00246b1da208db97966 and sed fix the real pr...
davilla
2011-07-19
[ios] fixed, libbluray has a borked configure that does not pay attention to ...
davilla
2011-07-19
added: rmdir / mkdir in python vfs module
spiff
2011-07-19
Added: codec flagging image for pcm_bluray audio
Jezz_X
[next]