fix OS-X build
[deb_libcec.git] / src / lib / adapter / USBCECAdapterCommunication.cpp
2012-06-27  Lars Op den KampMerge branch 'development'
2012-06-20  Lars Op den Kampchanged 'couldn't change the ackmask: the connection...
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: hold a lock when changing the ackmask in CUSBCECAd...
2012-05-31  Lars Op den Kampcec: safe deletes for members
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 '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 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: close the connection when a comm error was detecte...
2012-04-20  Mark KendallDon't send commands if we know them to be unsupported...
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: 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-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: ping the adapter every 15 seconds. bugzid: 541
2012-03-08  Lars Op den Kampcec: call SetControlledMode(false) as last command...
2012-03-06  Bob van Loosenfixed: CUSBCECAdapterCommunication::SetControlledMode...
2012-03-03  Lars Op den KampMerge pull request #27 from Fneufneu/master
2012-03-03  Lars Op den Kampcec: default to firmware version 1 after 3 tries. some...
2012-02-28  Lars Op den Kampcec: check the adapter ping and firmware before startin...
2012-02-27  Lars Op den Kampcec: added a command to the interface to start the...
2012-02-26  Lars Op den Kampcec: and now correct
2012-02-26  Lars Op den Kampcec: fixed return value of CUSBCECAdapterCommunication...
2012-02-26  Lars Op den Kampcec: don't add data to the input buffer in CUSBCECAdapt...
2012-02-26  Lars Op den Kampcec: lock in SyncedBuffer
2012-02-18  Lars Op den Kampcec: wait for multiple responses, not just for one...
2012-02-17  Lars Op den Kampcec: fixed compilation warning on win32 (possibly unini...
2012-02-17  Lars Op den Kampcec: process messages that were received async, or...
2012-02-16  Lars Op den Kampcec: ensure that the ackmask is always set to 0 when...
2012-02-16  Lars Op den Kampcec: fix active source switches for the standard CEC...
2012-02-15  Lars Op den Kampcec: added GetPortName() to CUSBCECAdapterCommunication
2012-02-14  Lars Op den Kampcec: send power state 'standby->on' before 'on' for SL
2012-02-11  Lars Op den Kampcec: prevent possible deadlock when closing the connect...
2012-02-11  Lars Op den Kampcec: and now proper predicates
2012-02-10  Lars Op den Kampcec: added a .net CEC configuration tool
2012-02-10  Lars Op den Kampcec: set the ackmask to 0 when closing the connection
2012-02-08  Lars Op den Kampcec: don't try to read or write in CUSBCECAdapterCommun...
2012-02-06  Lars Op den Kampcec: fixed typo in CUSBCECAdapterCommunication::Read()
2012-02-02  Lars Op den Kampcec: fixed possible crash when command handler were...
2012-02-02  Lars Op den Kampcec: ping the adapter and request the firmware version...
2012-02-02  Lars Op den Kampcec: added an IAdapterCommunicationCallback interface...
2012-02-02  Lars Op den Kampcosmetics
2012-02-02  Lars Op den Kampcosmetics: AddLog() has formatting params
next