17 Commits (6cfd5c2d7f180126a189b246dee12ee1c5e8fbb2)

Author SHA1 Message Date
Denes Matetelki 3bdf10fe7a Poll has timeout handling
12 years ago
Denes Matetelki f8457bff9d accept moved to StreamConnection
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 8816e1989f TcpClient, Poll, Connection went generic
13 years ago
Denes Matetelki cff3093cad Messy Tcp connection stuff...starting the cleanup
13 years ago
Denes Matetelki 3fff13fdb7 TcpClient uses Poll class
13 years ago
Denes Matetelki e85a403f44 TcpServer uses class Poll
13 years ago
Denes Matetelki 31afbb660d new class: Poll
13 years ago