cec: signal waiting threads when receiving a feature abort too
[deb_libcec.git] / src /
2012-04-26  Lars Op den Kampcec: signal waiting threads when receiving a feature...
2012-04-26  Lars Op den Kampcec: don't retry in CCECCommandHandler if the command...
2012-04-26  Lars Op den Kampcec: fixed - don't request the PA of devices when handl...
2012-04-25  Lars Op den Kampcec: fixed compilation warning on win64
2012-04-25  Lars Op den Kampcec: added the firmware build date to libcec_configurat...
2012-04-25  Lars Op den Kampcec: bump libCEC internal version number to 1.6.2....
2012-04-25  Lars Op den Kampcec: also log the libCEC version in the 'connected...
2012-04-25  Lars Op den Kampcec: don't retry MSGCODE_GET_BUILDDATE if it was reject...
2012-04-25  Lars Op den Kampcec: optimisation - strip unneeded virtual keywords...
2012-04-24  Lars Op den Kamponly request the build date once
2012-04-24  Lars Op den Kampcec: show the build date for firmwares that have this...
2012-04-24  Lars Op den Kampcec: removed no longer used CCECBusScan
2012-04-24  Lars Op den Kampcec: use the vlcommandhandler for the primary device...
2012-04-24  Lars Op den Kampcosmetics
2012-04-24  Lars Op den Kampcec: set the power status of device controlled by libCE...
2012-04-24  Lars Op den Kampcec: async writes for CUSBCECAdapterCommunication....
2012-04-24  Lars Op den Kampcec: delay the 'active source' command for panasonic...
2012-04-24  Mark KendallOnly respond to Give Physical Address with Report Physi...
2012-04-24  Mark KendallLibCecSharp: Update for 1.6.2
2012-04-24  Lars Op den Kampcec: added the new menu state changed callback to LibCe...
2012-04-24  Lars Op den Kampcec: added v1.6.2 enum values to LibCecSharp
2012-04-23  Lars Op den Kampcec: added some more logging about what was received...
2012-04-23  Lars Op den Kampcec: log the previous value when changing a setting...
2012-04-23  Lars Op den Kampcec: check whether callback methods are set to a valid ptr
2012-04-23  Lars Op den Kampcec: use client version 1.6.2 for cec-client
2012-04-23  Lars Op den Kampcec: fixed - number of retries for polls
2012-04-23  Lars Op den Kampcec: log the response message when receiving a response...
2012-04-23  Lars Op den Kampcec: fixed compiler warning on non-windows
2012-04-23  Lars Op den Kampcec: fixed - the wrong setting was being read when...
2012-04-23  Lars Op den Kampcec: close the connection when a comm error was detecte...
2012-04-23  Lars Op den Kampcec: added static CLibCEC::Alert() method and CEC_ALERT...
2012-04-23  Lars Op den Kampcosmetics
2012-04-23  Lars Op den Kampposix: don't segfault when calling ThreadsWait() withou...
2012-04-21  Lars Op den Kampwin32: fixed "unreferenced local variable" warning
2012-04-20  Lars Op den Kamplib/platform: fixed memleak
2012-04-20  Lars Op den Kampcec: fixed leak in CCECAdapterMessageQueue::Write
2012-04-20  Mark KendallDon't send commands if we know them to be unsupported...
2012-04-20  Lars Op den Kampcec: changed the name of the new menu state callback...
2012-04-20  Lars Op den Kampcosmetics
2012-04-20  Lars Op den Kampcec: added a callback to handle menu state changes...
2012-04-20  Mark KendallAdd a default menu language to libcec_configuration...
2012-04-18  Lars Op den Kampcec: updated changelog and bumped version numbers for...
2012-04-18  Lars Op den Kampcec: fixed typo in CUSBCECAdapterCommands::RequestSetti...
2012-04-17  Lars Op den Kampcec: fixed typo in the log message when the physical...
2012-04-16  Lars Op den Kampcec: updated changelog and bumped version numbers for...
2012-04-16  Lars Op den Kampcec: validate the input in CCECProcessor::IsActiveSourc...
2012-04-16  Lars Op den Kampcec-config-gui: persist settings both in the eeprom...
2012-04-16  Lars Op den Kampcec: persist settings directly when they're changed...
2012-04-16  Lars Op den Kampcec: only delete m_port in CUSBCECAdapterCommunication...
2012-04-15  Lars Op den KampMerge branch 'adaptercomm'. bugzid: 654
2012-04-15  Lars Op den Kampwin32: sync vs2010 projects and wrong param when starti...
2012-04-15  Lars Op den Kampcec: fixed - transmissions can come in while waiting...
2012-04-15  Lars Op den Kampcec: don't wait 1 second when clearing input when there...
2012-04-15  Lars Op den Kampcec: refactor USB adapter communication. less locks...
2012-04-12  Mark KendallAdd bShutdownOnStandby to libcec_configuration. bugzid...
2012-04-12  Lars Op den Kampcec: don't read without a timeout in CUSBCECAdapterComm...
2012-04-11  Lars Op den Kampcec: don't call ReadFromDevice() separately in CUSBCECA...
2012-04-11  Lars Op den Kampcec: moved the timed ping to a separate thread. bugzid...
2012-04-11  Lars Op den Kampcec: removed m_outBuffer in CUSBCECAdapterCommunication...
2012-04-11  Lars Op den Kampcec: extra guard so no commands are transmitted without...
2012-04-11  Lars Op den Kampcec: fixed possible crash when trying to request a...
2012-04-11  Lars Op den Kampwin32: serial socket timeouts. bugzid: 654
2012-04-10  Mark KendallRespond to Get Menu Language. bugzid: 547
2012-04-07  Lars Op den Kampcec: added buttoncode for 'channels list' on samsung...
2012-04-06  Mark KendallFix LibCecSharp build. bugzid: 462
2012-04-05  Mark KendallAdd an Alert callback. bigzid: 462
2012-04-03  Lars Op den Kampcec: don't send an active source command when the physi...
2012-04-03  Lars Op den Kampplatform/win32: moved the static variables in os-thread...
2012-04-02  Mark KendallCEC Configuration: Only update the physical address...
2012-04-02  Lars Op den Kampcec: added a new setting to control whether to put...
2012-03-29  Lars Op den Kampcec: sync C and .NET interfaces with C++
2012-03-29  Lars Op den KampRevert "win32: implemented timeouts in serial socket...
2012-03-29  Lars Op den Kampcec: sleep 5 ms in CUSBCECAdapterCommunication::Process...
2012-03-29  Lars Op den Kampcec: use a 5ms read timeout in CUSBCECAdapterCommunication
2012-03-29  Lars Op den Kampwin32: implemented timeouts in serial socket reads
2012-03-29  Lars Op den Kampcec: fixed - atoi returns an int, not an int8_t
2012-03-29  Mark KendallFix a typo in cec-config.
2012-03-29  Mark KendallAdd some bounds checking to the HDMI port number. bugzi...
2012-03-28  Lars Op den Kampcec: removed no longer needed sleep in CUSBCECAdapterCo...
2012-03-28  Lars Op den Kampcec: always signal in CCECInputBuffer::Push when there...
2012-03-28  Lars Op den Kampcec: removed the message processor thread in CUSBCECAda...
2012-03-28  Lars Op den Kampcec: give priority to messages from the TV. removed...
2012-03-27  Lars Op den Kampcec: request the vendor id of a device if needed when...
2012-03-27  Lars Op den Kampcec: added power on command for Samsung AVR devices...
2012-03-27  Lars Op den Kampcec: bUseTVMenuLanguage from libcec_configuration wasn...
2012-03-27  Lars Op den KampMerge branch 'master' of github.com:Pulse-Eight/libcec
2012-03-26  Lars Op den Kampcec: return false from CUSBCECAdapterCommunication...
2012-03-26  Lars Op den Kampcec: check whether the destination is valid before...
2012-03-26  Lars Op den Kampcec: fixed compiler warning in cec-client
2012-03-23  Lars Op den Kampcec: fixed - CUSBCECAdapterCommunication::SendCommand...
2012-03-23  Lars Op den Kampcec: fix crash on exit after GetDeviceInformation()
2012-03-23  Lars Op den Kampcec: added the firmware version to cec-client's -l...
2012-03-23  Lars Op den Kampcec: added the firmware version to libcec_configuration...
2012-03-23  Lars Op den Kampcec: always wait for thread exit in CThread's desctructor
2012-03-22  Lars Op den Kampcec: call Close() when the connection could not be...
2012-03-22  Lars Op den Kampcec: don't return from the Close() method in CUSBCECAda...
2012-03-22  Lars Op den Kampcec: reset m_socket to INVALID_SERIAL_SOCKET_VALUE...
2012-03-22  Lars Op den Kampcec: added guards in CSerialPort
2012-03-22  Lars Op den Kampcec: fixed - the destructor of CSerialSocket didn't...
2012-03-22  Lars Op den Kampcec: update m_iLineTimeout correctly in CUSBCECAdapterC...
next