987f41ad21socket close: no need to use shutdown and close together, close is the recommended
Denes Matetelki
2013-07-27 13:12:12 +0200
fa1a10b235socket accept mistery finally solved: client address lenght had to be initialized
Denes Matetelki
2013-07-27 13:11:18 +0200
19d2b9a957correct include
Denes Matetelki
2013-07-27 13:09:30 +0200
f5dbb22807accept takes a int& since it _modifies_ it
Denes Matetelki
2013-07-19 12:56:15 +0200
88dec03423adjusting includes after files moved from 'include' and 'src' to 'lib/cpp_utils'
Denes Matetelki
2013-07-19 12:28:31 +0200
9e7142f77fbuild system updated for the standalone executables under 'other'
Denes Matetelki
2013-07-19 12:26:08 +0200
08fd005217updating include paths
Denes Matetelki
2013-07-14 22:34:05 +0200
c536596a6erestructure to be able to merge to 2d_game
Denes Matetelki
2013-07-14 22:11:34 +0200
ef31a5f571passing socket as int instead of &int (why did I do that on the first place. Lifting up SimpleMessage to test/SimpleMessage.hpp
Denes Matetelki
2013-07-06 19:37:50 +0200
518accb0c8init pthread_mutexattr_t in Mutex.cpp
Denes Matetelki
2013-07-06 19:35:38 +0200
6ee6b66953singleton unittests mess things up
Denes Matetelki
2013-07-06 19:34:00 +0200
8fb9640ec7SSL Connection certificate loading, handshake still not ok
Denes Matetelki
2011-11-25 18:47:54 +0100
f8457bff9daccept moved to StreamConnection
Denes Matetelki
2011-11-25 17:35:54 +0100
6ff4599d25SocketConnection refactored to Connection
Denes Matetelki
2011-11-25 15:20:48 +0100
a12d07d909SslConnection first darft, sslclient_main.cpp
Denes Matetelki
2011-11-23 15:48:00 +0100
338b1364f1Connection has been splitted to abstract SocketConnection and concrete TcpConnection. TcpClient/Server is now depending on only SocketConnection and renamed to SocketClient/Server
Denes Matetelki
2011-11-23 11:38:45 +0100
271f8c25f4declarations and definitions are splitted to hpp and cpp files
Denes Matetelki
2011-11-22 17:16:58 +0100
4acc2b31edswitched bach to dependency injection from generic TCP client/server
Denes Matetelki
2011-11-22 16:50:57 +0100
bc4301e1c1Connection dos not use state, logical bug fix
Denes Matetelki
2011-11-22 14:44:59 +0100
db3433c59fConnection 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
Denes Matetelki
2011-11-18 13:39:43 +0100
9c347897b3merge of tcp server/client
Denes Matetelki
2011-11-16 14:45:20 +0100
a59674ba9dMessage has COnnection as parameter. tcpserver_main.cpp works again.
Denes Matetelki
2011-11-16 14:33:42 +0100
e4b28fcdbeTcpClient passes msgParam to Connection, which passes it to the Message
Denes Matetelki
2011-11-16 13:20:22 +0100
8816e1989fTcpClient, Poll, Connection went generic
Denes Matetelki
2011-11-16 13:09:03 +0100
ede802cc36No MessageBuilder, but abstract Message, which is a template type of TcpClient
Denes Matetelki
2011-11-15 19:22:28 +0100
fdb6c5b7a1Specialization of ConqurrentDeque::freeDeque and ObjectPool::release with Substitution failure is not an error (SFINAE)
Denes Matetelki
2011-11-15 15:06:45 +0100