17 Commits (0250d43bbe8b46e021aeca2c6caae20745ed2513)

Author SHA1 Message Date
Denes Matetelki 0250d43bbe Make ArgParse::parseArgs's signature follow main's
6 years ago
dmatetelki fab6d0b6e6 moving EchoMessage and PrintMessage into a header
9 years ago
dmatetelki cb4766eb62 SocketServer::stop does not need to call m_connection->disconnect()
9 years ago
dmatetelki 1dcb6e696d ConcurrentDeque::push takes const reference
9 years ago
dmatetelki 80b1ad5773 SslConnection allows TLSv1.2 only
9 years ago
dmatetelki 11f1df7a99 ConcurrentDeque using c++-11 mutex, unique_lock and condition_variable
9 years ago
dmatetelki 544be0dcf7 SSL connection close fix and some cert and pey to start a server
9 years ago
dmatetelki 5f1bf903ed fixing make files, removing mysql wrappers from active files
9 years ago
Denes Matetelki a627b48d8c enum fix
12 years ago
Denes Matetelki c081ce1f39 library is build by CMakeLists.txt in lib/cpp_utils and not by one under build
12 years ago
Denes Matetelki 8dff446dd8 TcpConnection checks state at the beginning of each function
12 years ago
Denes Matetelki 91a1193543 merging
12 years ago
Denes Matetelki 987f41ad21 socket close: no need to use shutdown and close together, close is the recommended
12 years ago
Denes Matetelki fa1a10b235 socket accept mistery finally solved: client address lenght had to be initialized
12 years ago
Denes Matetelki 19d2b9a957 correct include
12 years ago
Denes Matetelki f5dbb22807 accept takes a int& since it _modifies_ it
12 years ago
Denes Matetelki c536596a6e restructure to be able to merge to 2d_game
12 years ago