Add debian package patches.
[deb_libcec.git] / src / lib / adapter /
2012-07-27  Lars Op den KampMerge branch 'master' into release
2012-07-27  Lars Op den KampMerge branch 'development'
2012-07-27  Lars Op den Kampp8: updated 'last firmware date' version so users see...
2012-07-27  Lars Op den Kampadded support for the Raspberry Pi. this needs a recent...
2012-07-25  Lars Op den Kampfixed typo in CUSBCECAdapterCommunication
2012-07-25  Lars Op den Kampp8: fixed - always set controlled mode to false when...
2012-07-25  Lars Op den Kampp8: fixed - updated the cached device type setting...
2012-07-25  Lars Op den KampLibCecSharp: fixed - set the primary LA in CecLogicalAd...
2012-06-27  Lars Op den KampMerge branch 'master' into release
2012-06-27  Lars Op den KampMerge branch 'development'
2012-06-26  Lars Op den Kampcec: abi fixes (binary compat with v1.2)
2012-06-20  Lars Op den Kampchanged 'couldn't change the ackmask: the connection...
2012-06-13  Lars Op den Kampcec: display a warning message if libCEC was not compil...
2012-06-11  Lars Op den KampMerge branch 'master' into release
2012-06-11  Lars Op den KampMerge branch 'development'
2012-06-10  Lars Op den Kampcec: fixed missing firmware version and build date...
2012-06-04  Lars Op den Kampcec: attempt to get the edid from nvidia's driver on...
2012-06-02  Lars Op den Kampcec: added PA detection via ADL for AMD, and attempt...
2012-05-31  Lars Op den Kampcec: MSGCODE_TIMEOUT_ERROR is a response to a transmission
2012-05-31  Lars Op den Kampcec: hold a lock when changing the ackmask in CUSBCECAd...
2012-05-31  Lars Op den Kampcec: moved ToString() methods and some other type relat...
2012-05-31  Lars Op den Kampcec: safe deletes for members
2012-05-15  Lars Op den KampMerge branch 'master' into release
2012-05-14  Lars Op den Kampreplaced 2 more occurences of Close() by m_port->Close()
2012-05-14  Lars Op den Kampclose the port connection if a command couldn't be...
2012-05-14  Lars Op den KampMerge remote branch 'libcec-public/master'
2012-05-14  Lars Op den Kampcec: display an alert message in case the connection...
2012-05-14  Lars Op den Kampcec: check if the processor thread is marked as initial...
2012-05-14  Lars Op den Kampcec: cleanups, documentation and some fixes for the...
2012-05-11  Lars Op den Kampcec: don't send a 'disconnected' alert when the close...
2012-05-11  Lars Op den Kampcec: fixed abi
2012-05-10  Lars Op den Kampcec: send a feature abort again for all unhandled comma...
2012-05-08  Lars Op den Kampcec: display an alert message when the firmware of...
2012-04-28  Lars Op den KampMerge branch 'master' into release
2012-04-28  Lars Op den KampMerge branch 'development'
2012-04-27  Lars Op den Kampcec: more magic numbers. use the default CEC timeout...
2012-04-27  Lars Op den Kampcec-client: fixed entering bootloader mode
2012-04-26  Lars Op den Kampcec: read the build date while connecting
2012-04-26  Lars Op den Kampcec: replaced a load of magic numbers
2012-04-25  Lars Op den Kampcec: don't retry MSGCODE_GET_BUILDDATE if it was reject...
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: async writes for CUSBCECAdapterCommunication....
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: log the response message when receiving a response...
2012-04-23  Lars Op den Kampcec: close the connection when a comm error was detecte...
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-18  Lars Op den KampMerge branch 'master' into release
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 KampMerge branch 'master' into release
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 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  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 Kampwin32: serial socket timeouts. bugzid: 654
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-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-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-23  Lars Op den Kampcec: fixed - CUSBCECAdapterCommunication::SendCommand...
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-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: update m_iLineTimeout correctly in CUSBCECAdapterC...
2012-03-19  Lars Op den Kampcec: don't log polls and don't cut off messages that...
2012-03-19  Lars Op den Kampcec: fix ACK handling after d297cbd4fc30bc93836532a9a31...
2012-03-19  Lars Op den Kampcec: wait for MSGEND when data was received when openin...
2012-03-19  Lars Op den Kampcec: poll doesn't have an opcode. bugzid: 591
2012-03-16  Bob van Loosenfixed: physical address was not printed correctly in...
2012-03-15  Lars Op den Kampcec: set controlled mode and retry to send the previous...
2012-03-10  Lars Op den Kampcec: fixed compiler warning on win32
2012-03-09  Lars Op den Kampcec: sizes corrected. bugzid: 553
2012-03-09  Lars Op den Kampcec: read the correct packet length when requesting...
2012-03-09  Lars Op den Kampcec: read the persisted settings from the ROM, and...
2012-03-09  Lars Op den Kampcec: added GetSetting() to CUSBCECAdapterCommunication...
2012-03-09  Lars Op den Kampcec: fixed the log message when sending a command faile...
2012-03-09  Lars Op den Kampcec: more cleanups in CUSBCECAdapterCommunication,...
2012-03-08  Lars Op den Kampcec: set the correct logical address mask before switch...
2012-03-08  Lars Op den Kampcec: cleanups. bugzid: 543
2012-03-08  Lars Op den Kampcec: only wait for multiple 'command accepted' response...
2012-03-08  Lars Op den Kampcec: set the device type in the firmware too for v2...
2012-03-08  Lars Op den Kampcec: try to set the other settings of one fails. bugzid...
2012-03-08  Lars Op den Kampcec: persist the configuration before closing the conne...
2012-03-08  Lars Op den Kampcec: included the logical addresses in the persisted...
2012-03-08  Lars Op den Kampcec: implemented the write methods for the v2 configura...
2012-03-08  Lars Op den Kampcec: added v2 msgcodes. bugzid: 543
2012-03-08  Lars Op den Kampcec: ping the adapter every 15 seconds. bugzid: 541
next