- 31 May, 2013 1 commit
-
-
Axel Auweter authored
get stuck due to the messageThread not yielding and hogging the fdsMtx lock. This caused long waiting times for new connections to be accept()ed.
-
- 30 May, 2013 1 commit
-
-
Axel Auweter authored
Cross platform issues compiling C++11 code (Mac OS has two C++ standard libraries, only one supports C++11 but Thrift fails to build with it). Fix: Replace C++11 system_error with Boost system_error. Some other minor fixes.
-
- 28 May, 2013 1 commit
-
-
Axel Auweter authored
Removed mosquitto dependency entirely. Started reworking collectagent main routines and message handling.
-
- 27 May, 2013 2 commits
-
-
Axel Auweter authored
the SimpleMQTTServer after receiving an MQTT message.
-
Axel Auweter authored
stream works. Fixed a race condition to the message threads struct pollfd fds array.
-
- 24 May, 2013 2 commits
-
-
Axel Auweter authored
-
Axel Auweter authored
connections and does thread management.
-