Denes Matetelki
|
8fb9640ec7
|
SSL Connection certificate loading, handshake still not ok
|
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
|
4acc2b31ed
|
switched bach to dependency injection from generic TCP client/server
|
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 |
Denes Matetelki
|
ede802cc36
|
No MessageBuilder, but abstract Message, which is a template type of TcpClient
|
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
|
76424b75f4
|
TcpClient listens to reply with poll on a separate thread
|
13 years ago |
Denes Matetelki
|
870739f8a8
|
TcpClient, not yet multithreaded
|
13 years ago |