deb_libcec.git
2012-01-30  Lars Op den... cec: added tcp client sockets to lib/platform
2012-01-29  Lars Op den... cec: fill in a couple of TODOs in lib/platform/windows...
2012-01-29  Lars Op den... cec: sync win32
2012-01-29  Lars Op den... cec: keep trying to reconnect to the com port until...
2012-01-29  Lars Op den... cec: transmit 'menu state activated' after the stream...
2012-01-29  Lars Op den... cec: clean ups and only include what we need from lib...
2012-01-27  Lars Op den... cec: add formating parameters to PrintToStdOut()
2012-01-27  Lars Op den... cec: set the ackmask to 0x0 when trying to find a free...
2012-01-27  Lars Op den... cec: bump version numbers for bugfix release 1.4.2
2012-01-27  Lars Op den... cec: try to ping the device and grab the firmware versi...
2012-01-25  Lars Op den... typo (tab/spaces) in the changelog
2012-01-25  Lars Op den... updated changelog and version numbers for v1.4.1
2012-01-25  Lars Op den... cec: retry to get the firmware version when it failed...
2012-01-25  Lars Op den... cec: renamed WaitForTransmitSucceeded() to WaitForAck...
2012-01-25  Lars Op den... cec: retry the ping adapter command when starting libCE...
2012-01-25  Lars Op den... cec: don't request the firmware version when the adapte...
2012-01-25  Lars Op den... cec: added a little extra warning in support/cec-flash...
2012-01-25  Lars Op den... cec: fixed - only the key release events were sent...
2012-01-25  Lars Op den... cec: fixed possible deadlock because of a negative...
2012-01-25  Lars Op den... cec: sync win32
2012-01-25  Lars Op den... cec: simplified AddLog() method
2012-01-25  Lars Op den... cec: fixed error message in cec-client (unable to open...
2012-01-25  Lars Op den... cec: added a firmware flash script for linux. usage...
2012-01-25  Lars Op den... cec: don't send any CEC commands after entering bootloa...
2012-01-25  Lars Op den... cec: fixed return value from CAdapterCommunication...
2012-01-25  Lars Op den... cec: exit cec-client after entering bootloader mode
2012-01-25  Lars Op den... cec: check whether the adapter responds when connecting...
2012-01-25  Lars Op den... cec: fixed - MSGCODE_START_BOOTLOADER doesn't respond...
2012-01-24  Lars Op den... cec: move WaitForTransmissionSucceeded() to CAdapterCom...
2012-01-24  Lars Op den... cec: moved WaitForTransmitSucceeded() to CAdapterCommun...
2012-01-24  Lars Op den... cec: moved all adapter related code to src/lib/adapter...
2012-01-23  Lars Op den... cec: fixed - don't keep the mutex locked in CCECProcess...
2012-01-23  Lars Op den... cec: fixed reconnect after standby
2012-01-23  Lars Op den... cec: make sure we're not trying to unlock the mutex...
2012-01-23  Lars Op den... cec: reset m_bStop to false in CreateThread()
2012-01-20  Lars Op den... completely removed AM_SILENT_RULES
2012-01-20  Lars Op den... don't use AM_SILENT_RULES on darwin
2012-01-18  Lars Op den... cec: put the assembly key in AssemblyInfo.cpp
2012-01-18  Lars Op den... cec: move create-installer.cmd to support/
2012-01-18  Lars Op den... cec: only target .net 2.0, include all the new stuff...
2012-01-17  Lars Op den... cec: refactored threading/locking - added windows nativ...
2012-01-14  Lars Op den... win32: fix compilation after the last commit
2012-01-13  Lars Op den... cec: stick some interfaces before the pthread stuff...
2012-01-13  Lars Op den... win32: sign .net 2.0 assemblies with a default key
2012-01-13  Lars Op den... win32: removed unneeded Stdafx. cleaned up targets
2012-01-13  Lars Op den... cec: added a .NET framework 2.0 version of LibCecSharp...
2012-01-12  Lars Op den... fixed typo in the changelog
2012-01-12  Lars Op den... cec: updated changelog and version numbers for v1.4.0
2012-01-12  Lars Op den... cec: fix win32 compilation (new parameter)
2012-01-12  Lars Op den... cec: add a void* parameter to the callback methods...
2012-01-12  Lars Op den... cec: fix linux compilation
2012-01-12  Lars Op den... cec: use callback methods in CecSharpClient
2012-01-12  Lars Op den... cec: fixed typo in AssemblyInfo.cs that prevented CecSh...
2012-01-12  Lars Op den... cec: added callbacks to LibCecSharp
2012-01-12  Lars Op den... cec: added typedefs for the callback methods
2012-01-12  Lars Op den... cec: rewrote an assignment within a condition, so the...
2012-01-12  Lars Op den... cec: use callback methods in cec-client
2012-01-12  Lars Op den... cec: added callback methods to libCEC. enable them...
2012-01-11  Lars Op den... cec: use the given timeout when trying to open a connec...
2012-01-11  Lars Op den... cec: added the vendor id for Sony
2012-01-11  Lars Op den... cec: don't transmit physical addresses while holding...
2012-01-11  Lars Op den... cec: always refresh the power state of a device when...
2012-01-11  Lars Op den... cec: don't hold a lock when sending an active source...
2012-01-10  Lars Op den... cec: unload libCEC when the lib version is invalid
2012-01-10  Lars Op den... disable debug output of package builds
2012-01-10  Lars Op den... cec: enable automake silent rules by default
2012-01-10  Lars Op den... cec: add -Wno-missing-field-initializers to CXXFLAGS
2012-01-10  Lars Op den... cec: silence all 'unused' compiler warnings
2012-01-08  Lars Op den... Merge pull request #16 from finson/65894f58514a9ab61ae2...
2012-01-04  Doug JohnsonRename LibCECC implementation of GetMinLibVersion call...
2012-01-03  Lars Op den... updated changelog and bumped version numbers to 1.3.2
2012-01-03  Lars Op den... cec: don't send deck status updates when sending an...
2012-01-03  Lars Op den... cec: don't send deck status updates when sending an...
2012-01-03  Lars Op den... cec: get the physical address of the target device...
2012-01-03  Lars Op den... Revert "cec: use CCECCommandHandler::ActivateSource...
2012-01-03  Lars Op den... cec: forgot to save before committing
2012-01-03  Lars Op den... cec: hold a lock in CCECProcessor::SetHDMIPort()
2012-01-03  Lars Op den... cec: use CCECCommandHandler::ActivateSource() instead...
2012-01-03  Lars Op den... revert the previous commit. CCECCommandHandler::Activat...
2012-01-03  Lars Op den... cec: transmit the menu state when activating the panaso...
2012-01-03  Lars Op den... cec: don't make libCEC the active source when changing...
2012-01-03  Lars Op den... cec: don't switch handlers when not needed
2012-01-03  Lars Op den... cec: only switch handlers once when using the generic...
2012-01-01  Lars Op den... cec: don't send a deck status update when sending an...
2012-01-01  Lars Op den... cec: replace the command handler directly after receivi...
2011-12-30  Lars Op den... cec: added a script that tests some basic functions...
2011-12-30  Lars Op den... added pkg-config to the dependencies list. issue #15
2011-12-30  Lars Op den... updated README. closes #14
2011-12-30  Lars Op den... cec: place in libudev include in an extern C block...
2011-12-29  Lars Op den... cec: added changelog for v1.3.1
2011-12-29  Lars Op den... cec: update the power status of a device when it's...
2011-12-29  Lars Op den... cec: set the expectedResponse parameter in all the...
2011-12-29  Lars Op den... cec: add an 'expectedResponse' parameter to CCECCommand...
2011-12-29  Lars Op den... cec: clean up and fix the LG command handler
2011-12-28  Lars Op den... cec: move some stuff that doesn't transmit messages...
2011-12-28  Lars Op den... cec: fixed typo in CCECCommandHandler::Transmit()
2011-12-28  Lars Op den... cec: put a call to ReplaceHandlers() back in CCECProces...
2011-12-28  Lars Op den... cec: don't wait for a response when not needed
2011-12-28  Lars Op den... cec: don't hold a lock while waiting for a response...
2011-12-27  Lars Op den... cec: fix win32 build
next