telldus/telldus-core/common
2012-01-26 14:38:42 +01:00
..
CMakeLists.txt Workaround for building targeting Leopard using SnowLeopard SDK. Some symbols in stdlibc is missing 2012-01-24 14:39:31 +01:00
common.h Added debug function dlog which works lite printf but it always flushes the result. 2011-05-12 10:32:45 +00:00
Message.cpp Windows service, 2.1.0a and new changes for possible new version. 2011-11-04 14:32:22 +01:00
Message.h Windows service, 2.1.0a and new changes for possible new version. 2011-11-04 14:32:22 +01:00
Mutex.cpp LoggedMutex now works on Linux 2010-10-27 14:26:06 +00:00
Mutex.h Disable copy on Mutex, it is not possible to copy a mutex 2011-03-01 18:06:47 +00:00
Socket.h Timeout not infinite for client reads after sending 2010-10-21 14:52:24 +00:00
Socket_unix.cpp Sending noop to TellStick every 5 minutes, attempting to reconnect if TellStick is missing. In Linux. 2012-01-10 16:00:14 +01:00
Socket_win.cpp Fixed for stability in the Windows Service. Mainly changes since CancelIO is 2011-12-30 14:18:06 +01:00
stdlibc_workaround.cpp Workaround for building targeting Leopard using SnowLeopard SDK. Some symbols in stdlibc is missing 2012-01-24 14:39:31 +01:00
Strings.cpp Changed usage of strol method, so that windows uses _strtoui64 instead. Closes #172, #175 2012-01-26 14:38:42 +01:00
Strings.h Changed usage of strol method, so that windows uses _strtoui64 instead. Closes #172, #175 2012-01-26 14:38:42 +01:00
Thread.cpp Fixes for other platforms than Windows 2010-10-24 16:05:38 +00:00
Thread.h Made the Mutex be an own class. 2010-10-13 13:53:39 +00:00