You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Denes Matetelki 1fce1358a4
refactor of logging
12 years ago
..
AddrInfo.cpp Timer, TimerUser rewritten. 13 years ago
ArgParse.cpp parameter fix 13 years ago
Common.cpp New make target: reset, which removes all generated files. Doxygen file and doc target added. New singleton Logger class. New TimerThread class. Cafe of broken dreams: ./other: ConcurrentMultiMap, Semaphore.cpp. run_test asks y/n question to run gdb if core created. test_Common.hpp to init Logger for tests. 14 years ago
ConditionVariable.cpp init functions for the Mutex and CondVar ctior init lists 14 years ago
Connection.cpp refactor: AddrInfo moved from Socket 13 years ago
Logger.cpp LOG_PROP 13 years ago
Mutex.cpp Small Mutex refactor 12 years ago
MysqlClient.cpp refactor of logging 12 years ago
MysqlConnectionPool.cpp Lost in the template specialization - type as pointer deduction jungle 13 years ago
Poll.cpp SSL server/client works. 13 years ago
ScopedLock.cpp New make target: reset, which removes all generated files. Doxygen file and doc target added. New singleton Logger class. New TimerThread class. Cafe of broken dreams: ./other: ConcurrentMultiMap, Semaphore.cpp. run_test asks y/n question to run gdb if core created. test_Common.hpp to init Logger for tests. 14 years ago
Semaphore.cpp 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
Socket.cpp refactor: AddrInfo moved from Socket 13 years ago
SocketClient.cpp SocketConnection refactored to Connection 13 years ago
SocketServer.cpp SocketConnection refactored to Connection 13 years ago
SslConnection.cpp refactor: AddrInfo moved from Socket 13 years ago
TcpConnection.cpp refactor: AddrInfo moved from Socket 13 years ago
Thread.cpp Thread join checks that the thread is started. Test to check the volatile-ness of state member. 13 years ago
ThreadPool.cpp thread, threadpool fixes 13 years ago
Timer.cpp Timer, TimerUser rewritten. 13 years ago
TimerUser.cpp Timer, TimerUser rewritten. 13 years ago
WorkerThread.cpp Connection augments messageParam, not just passing on to Message. TcpClient stops if Polling ended (server crashed). Polling's loop's statusvariable is volatile now. New class: WorkerThread, MysqlTask. New end-user program: mysqlclient_tcpwrapper.cpp 13 years ago