cosmetic replace tab by space
[deb_libcec.git] / src /
2012-02-13  Lars Op den Kampcec: only let SL bug out when the power state is reques...
2012-02-13  Lars Op den Kampplatform: added an Init() method in CTimeout, so it...
2012-02-13  Lars Op den Kampcec: only replace handlers in the background thread...
2012-02-13  Lars Op den Kampcec: don't keep the mutex in CCECBusDevice locked in...
2012-02-13  Lars Op den Kampcec: send LG's vendor id to broadcast, not the tv
2012-02-12  Lars Op den Kampcec: reconnect SL after TV standby
2012-02-12  Lars Op den Kampcec: vendor command 05 -> TransmitVendorCommandSetDevic...
2012-02-12  Lars Op den Kampcec: more SL hacks
2012-02-12  Lars Op den Kampcec: more LG loop fix hacks
2012-02-12  Lars Op den Kampcec: stop replying to power status requests from LG...
2012-02-12  Lars Op den Kampcec: fix loop when initialising LG
2012-02-12  Lars Op den Kampcec: don't send 'image view on' to LG unless needed...
2012-02-11  Lars Op den Kampcec: lg expects the device type on 89:05. set deck...
2012-02-11  Lars Op den Kampcec: send feature abort to LG devices when they send...
2012-02-11  Lars Op den Kampcec: don't try to lock the transmit mutex when deleting...
2012-02-11  Lars Op den Kampcec: fix 104125dc8316fb58253c34f417ded1e85b22c9f8
2012-02-11  Lars Op den Kampcec: don't keep the mutex locked in CCECBusDevice when...
2012-02-11  Lars Op den Kampcec: prevent possible deadlock when closing the connect...
2012-02-11  Lars Op den Kampcec: keep the 'busy state' of the command handler in...
2012-02-11  Lars Op den Kampcec: and now proper predicates
2012-02-11  Lars Op den KampRevert "platform: added predicate in CCondition"
2012-02-11  Lars Op den Kampplatform: fixed return values of socket operations...
2012-02-11  Lars Op den Kampplatform: added predicate in CCondition
2012-02-10  Lars Op den Kampcec: fix linux compilation and warning after the recent...
2012-02-10  Lars Op den Kampcec-config-gui: display the detected menu language
2012-02-10  Lars Op den Kampcec-config-gui: added some tooltips
2012-02-10  Lars Op den Kampadded the new config tool to the installer
2012-02-10  Lars Op den Kampcec: added a .net CEC configuration tool
2012-02-10  Lars Op den Kampcec: added GetLogicalAddresses() and SetStreamPath...
2012-02-10  Lars Op den Kampcec: use the new "config constructor" in CecSharpClient
2012-02-10  Lars Op den Kampcec: don't override callback methods in the new LibCecS...
2012-02-10  Lars Op den Kampcec: create a default device type config in LibCecSharp
2012-02-10  Lars Op den Kampcec: added the new config persistence methods to LibCec...
2012-02-10  Lars Op den Kampcec: added the new initialise method to LibCecSharp...
2012-02-10  Lars Op den Kampcec: extracted CecSharpTypes.h in LibCecSharp. LibCecSh...
2012-02-10  Lars Op den Kampcec-config: save the config xml if the adapter doesn...
2012-02-10  Lars Op den Kampcec-config: make the chosen physical address active
2012-02-10  Lars Op den Kampcec: set the ackmask to 0 when closing the connection
2012-02-10  Lars Op den Kampcec: added CanPersistConfiguration()/cec_can_persist_co...
2012-02-09  Lars Op den Kampcec-config: added the other options from xbmc to the...
2012-02-09  Lars Op den Kampcec: added GetCurrentConfiguration()/cec_get_current_co...
2012-02-09  Lars Op den Kampcec-config: use the new LibCecInitialise()
2012-02-09  Lars Op den Kampcec: added a new initialiser method: CecInitialise...
2012-02-09  Lars Op den Kampcec-config: fixed typo
2012-02-09  Lars Op den Kampplatform: fix tcp socket error handling and return...
2012-02-09  Lars Op den Kampcec: added cec-config, a libCEC configuration wizard...
2012-02-09  Lars Op den Kampcec: allow HDMI port changes after the physical address...
2012-02-09  Lars Op den Kampcec: use CTryLockObject when trying to replace handlers...
2012-02-09  Lars Op den Kampcec: added CTryLockObject
2012-02-09  Lars Op den Kampcec: include stdint.h in windows/os-types.h instead...
2012-02-08  Lars Op den Kampcec: add a physical address override parameter to libCE...
2012-02-08  Lars Op den Kampcec: removed deprecated CECCreate() method
2012-02-08  Lars Op den Kampcec: don't try to read or write in CUSBCECAdapterCommun...
2012-02-08  Lars Op den Kampcec: extracted a Close() method in CCECProcessor
2012-02-08  Lars Op den Kampcec: use the local cec.h/cectypes.h instead of system...
2012-02-07  Lars Op den Kampcec: don't broadcast but wake one thread in CProtectedS...
2012-02-07  Lars Op den Kampcec: moved the previously added OS-X ifdef to posix...
2012-02-07  Lars Op den Kampcec: fix OS-X compilation. credits: Dustin Cooper
2012-02-06  Lars Op den Kampcec: added GetLogicalAddresses()/cec_get_logical_addres...
2012-02-06  Lars Op den Kampcec: fixed typo in CUSBCECAdapterCommunication::Read()
2012-02-06  Lars Op den Kampupdated changelog and bumped version numbers to 1.4.3
2012-02-06  Lars Op den Kampcec: fixed crash on exit in LibCecSharp
2012-02-06  Lars Op den Kampcec: don't sign development binaries with a temporary...
2012-02-06  Lars Op den Kampcec: added SetStreamPath()/cec_set_stream_path_logical...
2012-02-06  Lars Op den Kampcec: keep the mutex locked when calling ReplaceHandlers...
2012-02-06  Lars Op den Kampcec: thread methods should be virtual, not inline....
2012-02-02  Lars Op den Kampcec: fixed possible crash when command handler were...
2012-02-02  Lars Op den Kampcec: don't replace handlers when not initialised, or...
2012-02-02  Lars Op den Kampcec: ping the adapter and request the firmware version...
2012-02-02  Lars Op den Kampcec: fixed compilation warnings
2012-02-02  Lars Op den Kampcec: added an IAdapterCommunicationCallback interface...
2012-02-02  Lars Op den Kampcec: dropped no longer needed start condition and state...
2012-02-02  Lars Op den Kampcosmetics
2012-02-02  Lars Op den Kampcosmetics: AddLog() has formatting params
2012-02-02  Lars Op den Kampcec: added the new msgcodes to MessageCodeAsString()
2012-02-02  Lars Op den Kamplinux: fix compilation
2012-02-02  Lars Op den Kampwin32: don't link to winsock
2012-02-02  Lars Op den Kampwin32: resolve condition methods at runtime
2012-02-02  Lars Op den Kampwin32: fix < vista compilation
2012-02-02  Lars Op den Kampcec: close and delete the connection when the processor...
2012-02-01  Bob van Loosenadded: set controlled mode on after opening a connectio...
2012-02-01  Lars Op den Kampwin64: fixed compilation
2012-02-01  Lars Op den Kampcec: receive and send full cec_commands, not CCECAdapte...
2012-01-31  Lars Op den Kampcec: clean up lib/platform
2012-01-30  Lars Op den Kampcec: wait 500 ms before trying to retransmit a command...
2012-01-30  Lars Op den Kampposix: fixed lib/platform/sockets/tcp.h compilation...
2012-01-30  Lars Op den Kampalso updated the copyright years in posix-only files
2012-01-30  Lars Op den Kampchanged the year in copyright notices to 2011-2012
2012-01-30  Lars Op den Kampwin32: also timeout when data is received in SocketRead()
2012-01-30  Lars Op den Kampcec: added tcp client sockets to lib/platform
2012-01-29  Lars Op den Kampcec: fill in a couple of TODOs in lib/platform/windows...
2012-01-29  Lars Op den Kampcec: sync win32
2012-01-29  Lars Op den Kampcec: keep trying to reconnect to the com port until...
2012-01-29  Lars Op den Kampcec: transmit 'menu state activated' after the stream...
2012-01-29  Lars Op den Kampcec: clean ups and only include what we need from lib...
2012-01-27  Lars Op den Kampcec: add formating parameters to PrintToStdOut()
2012-01-27  Lars Op den Kampcec: set the ackmask to 0x0 when trying to find a free...
2012-01-27  Lars Op den Kampcec: bump version numbers for bugfix release 1.4.2
2012-01-27  Lars Op den Kampcec: try to ping the device and grab the firmware versi...
2012-01-25  Lars Op den Kampupdated changelog and version numbers for v1.4.1
next