repositories
/
deb_libcec.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
cec: keep trying to connect while iTimeout isn't reached (default 10 seconds). fixes...
[deb_libcec.git]
/
src
/
lib
/
2011-10-14
Lars Op den Kamp
cec: keep trying to connect while iTimeout isn't reache...
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
cec: don't call SetActiveView() when reporting the...
tree
|
commitdiff
2011-10-13
Lars Op den Kamp
cec: eom was not being parsed when receiving MSGCODE_FR...
tree
|
commitdiff
2011-10-13
Lars Op den Kamp
cec: add the device type as parameter when sending...
tree
|
commitdiff
2011-10-13
Lars Op den Kamp
cec: fixed typo in libcec.pc.in
tree
|
commitdiff
2011-10-13
Lars Op den Kamp
cec: use int instead of bool on the public C interface...
tree
|
commitdiff
2011-10-13
Lars Op den Kamp
win32: sync visual studio project files. fixed: acciden...
tree
|
commitdiff
2011-10-12
Lars Op den Kamp
renamed: CECExports.h => cec.h, CECExportsC.h => cecc...
tree
|
commitdiff
2011-10-12
Lars Op den Kamp
updated debian package. split up libcec and libcec-dev
tree
|
commitdiff
2011-10-12
Lars Op den Kamp
cec: changed to use dlopen instead of static linkage...
tree
|
commitdiff
2011-10-11
Lars Op den Kamp
cec: reset the active view after a routing change....
tree
|
commitdiff
2011-10-09
Lars Op den Kamp
cec: sync visual studio project files. removed pthreadV...
tree
|
commitdiff
2011-10-09
Lars Op den Kamp
cec: more cleanups. split up cec_adapter_message and...
tree
|
commitdiff
2011-10-09
Lars Op den Kamp
cec: moved some logic to the cec_packet struct. fix...
tree
|
commitdiff
2011-10-09
Lars Op den Kamp
cec: split up buffer and comm mutex again in CAdapterCo...
tree
|
commitdiff
2011-10-09
davilla
enable darwin support
tree
|
commitdiff
2011-10-09
davilla
add darwin support
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
Revert "cec: fix timeout"
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: fix timeout
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: only report the menu state when the parameter...
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: fix wait for ack
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: send abort message when receiving opcode deck...
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: log message cosmetics
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: parse and store the vendor id and device class...
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: fix possible deadlock when starting a new thread
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: retransmit if needed. wait long enough for an...
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: add 'on' and 'standby' command to the test client
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: show the opcode as hex instead of decimal in the...
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: fix GetTimeMs() on linux. add time in ms since...
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: don't stop waiting for MSGCODE_COMMAND_ACCEPTED...
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: shorter lock times. copy currentframe while locked...
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: clear the input buffer when parsing
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: send opcode_image_view_on instead of text_view_on
tree
|
commitdiff
2011-10-07
Lars Op den Kamp
cec: removed dupe m_bRunning properties. wait until...
tree
|
commitdiff
2011-10-07
Lars Op den Kamp
libcec v0.5 (WIP)
tree
|
commitdiff
2011-10-05
Lars Op den Kamp
cec: fix reconnect
tree
|
commitdiff
2011-10-05
Lars Op den Kamp
cec: fix some threading related bugs, like trying to...
tree
|
commitdiff
2011-10-04
Lars Op den Kamp
cec: forgot the physical address when doing the int...
tree
|
commitdiff
2011-10-04
Lars Op den Kamp
cec: fix the last commit on linux
tree
|
commitdiff
2011-10-04
Lars Op den Kamp
cec: fixed int parameter sizes and some signed/unsigned...
tree
|
commitdiff
2011-10-04
Lars Op den Kamp
cec: check whether m_port isn't NULL in ReadFromDevice
tree
|
commitdiff
2011-10-04
Lars Op den Kamp
cec : stop the processor thread and delete the CSerialP...
tree
|
commitdiff
2011-10-04
Lars Op den Kamp
cec: mutex in CSerialPort
tree
|
commitdiff
2011-10-04
Lars Op den Kamp
cec: fix segfault on exit
tree
|
commitdiff
2011-10-04
Lars Op den Kamp
renamed libPlatform -> platform. stuck everything from...
tree
|
commitdiff
2011-10-03
Lars Op den Kamp
win32: sync visual studio project files
tree
|
commitdiff
2011-10-03
Lars Op den Kamp
cec: fixed return value of StopThread()
tree
|
commitdiff
2011-10-03
Lars Op den Kamp
cec: split up CEC processing and the public interface...
tree
|
commitdiff
2011-10-03
Lars Op den Kamp
cec: renamed CCommunication -> CAdapterCommunication
tree
|
commitdiff
2011-10-03
Lars Op den Kamp
cec: extracted a thread class. fixed bug: pthread_cond_...
tree
|
commitdiff
2011-10-03
Lars Op den Kamp
timeout parameter removed from Close()/cec_close()...
tree
|
commitdiff
2011-10-03
Lars Op den Kamp
fixed return value check of m_communication->Write()
tree
|
commitdiff
2011-10-02
Lars Op den Kamp
cec: removed timeout parameter from Transmit()
tree
|
commitdiff
2011-10-02
Lars Op den Kamp
cec: created a separate reader thread and fixed the...
tree
|
commitdiff
2011-10-02
Lars Op den Kamp
cec: change the default argument of PowerOnDevices...
tree
|
commitdiff
2011-10-01
Lars Op den Kamp
cec: check whether the specified path in the parameter...
tree
|
commitdiff
2011-10-01
Lars Op den Kamp
cec: the CEC adapter will now also be autodetected...
tree
|
commitdiff
2011-09-29
Lars Op den Kamp
cec: add a Close() method to the interface
tree
|
commitdiff
2011-09-29
Lars Op den Kamp
cec: fix the command buffer
tree
|
commitdiff
2011-09-29
Lars Op den Kamp
cec: forgot to initialise m_maxSize in CecBuffer
tree
|
commitdiff
2011-09-29
Lars Op den Kamp
cec: added CEC command that were received by the adapte...
tree
|
commitdiff
2011-09-29
Lars Op den Kamp
cec: fix compilation on windows after interface changes
tree
|
commitdiff
2011-09-29
Lars Op den Kamp
cec: fixed setting the ackmask. deprecated SetAckMask...
tree
|
commitdiff
2011-09-29
Lars Op den Kamp
cec: added optional logical and physical address parame...
tree
|
commitdiff
2011-09-28
Lars Op den Kamp
cec: fix hardcoded ackmask in SetAckMast(). set a short...
tree
|
commitdiff
2011-09-28
Lars Op den Kamp
initial commit containing libcec v0.1. see README for...
tree
|
commitdiff