13 Commits (a337764e61dc726f9be7dc7dd0fe36c321b9e055)

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 338b1364f1 Connection has been splitted to abstract SocketConnection and concrete TcpConnection. TcpClient/Server is now depending on only SocketConnection and renamed to SocketClient/Server
13 years ago
Denes Matetelki 271f8c25f4 declarations and definitions are splitted to hpp and cpp files
13 years ago
Denes Matetelki 4acc2b31ed switched bach to dependency injection from generic TCP client/server
13 years ago
Denes Matetelki bc4301e1c1 Connection dos not use state, logical bug fix
13 years ago
Denes Matetelki db3433c59f 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
Denes Matetelki 76dd8a2ca6 small code cleanups, Connection hides Socket
13 years ago
Denes Matetelki 60d6757975 tcpclient_main.cpp waits for reply, log fixes
13 years ago
Denes Matetelki d3a28084af Logger fix. Some warnings resolved. Poll.src deleted
13 years ago
Denes Matetelki a59674ba9d Message has COnnection as parameter. tcpserver_main.cpp works again.
13 years ago
Denes Matetelki e4b28fcdbe TcpClient passes msgParam to Connection, which passes it to the Message
13 years ago
Denes Matetelki 8816e1989f TcpClient, Poll, Connection went generic
13 years ago