14 Commits (1dfcecc661580f8d7254c93df1c241668b7839d7)

Author SHA1 Message Date
Denes Matetelki ac8409c59e refactor: AddrInfo moved from Socket
13 years ago
Denes Matetelki 6ff4599d25 SocketConnection refactored to Connection
13 years ago
Denes Matetelki 3fff13fdb7 TcpClient uses Poll class
13 years ago
Denes Matetelki 76424b75f4 TcpClient listens to reply with poll on a separate thread
13 years ago
Denes Matetelki 4efe0d3388 CXX uses colorgcc, ArgParse::findKeyinArgMap bugfix, new test/test_ArgParse.hpp
13 years ago
Denes Matetelki 83f61e602c waiting with pthread_mutex_timedlock, pthread_cond_timedwait now uses nanosec too. Thread can be created as a soft-realtime thread. TimerThread should have nanosec precision alarm functionality.
14 years ago
Denes Matetelki c21f3560f9 locks in TimerThread::run, colorful all thread backtrace info if corefile generated, testcase for removeTimerUser
14 years ago
Denes Matetelki a87978afef new class: Semaphore, smal fixes
14 years ago
Denes Matetelki 64efcfd9da intIntervalTotimespec moved to Common.hpp, run_test.sh stop if test failed or segfaulted
14 years ago
Denes Matetelki ab92c991ec ThreadPool does not have threadnum parameter anymore, you can add as many worker thread as you want later
14 years ago
Denes Matetelki 123b9fca17 Unittest of Singleton.hpp is ready
14 years ago
Denes Matetelki 9834554c17 Leak check with valgrind and coverage check with lcov too in run_test.sh
14 years ago
Denes Matetelki 1fe8027efe gitignore expansion, unittest renames
14 years ago
Denes Matetelki b9f55724d8 CMakeLists.txt cleanup, added minimal unittest, added run_test coeverage tool, added .gitignore file
14 years ago