0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Jun 21, 2025 — Jun 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[dependencies] migrate to boost 1.54 More... almost 13 years ago
[documentations] drop build status (travis-ci) from README. More... about 13 years ago
[documentations] add building section More... about 13 years ago
[documentations] add abosule link to patched boostasiosctp More... about 13 years ago
[test] try to load sctp module in before_script section. More... about 13 years ago
[test] execute $(uname -a) to show linux kernel version. More... about 13 years ago
[test] show content of /proc/sys/net/sctp More... about 13 years ago
[test] don't rediret std{err,out} to /dev/null when starting chat daemon. More... about 13 years ago
[test] forgot to install libsctp-dev More... about 13 years ago
[documentations] update link to boostasiosctp patch v2. More... about 13 years ago
[documentations] updat link to boostasiosctp More... about 13 years ago
[documentation] update README, make it more pretty, add travis-ci icon. More... about 13 years ago
[test] add travis.yml for travis-ci.org More... about 13 years ago
[scripts] add simple script to test chat using expect. More... about 13 years ago
[README] add link to boost::program_options More... about 13 years ago
[TODO] add more todo's More... about 13 years ago
[TODO] we already have master-slave{s} architecture More... about 13 years ago
[kernel] write messages in client using ">" and "<" More... about 13 years ago
[kernel] initalize ChatClient::m_buffer to avoid trash in messages. More... about 13 years ago
[kernel] log messages on server More... about 13 years ago
[kernel] drop extra debug log messages. More... about 13 years ago
[kernel] use async_read_until() instead of async_read(). More... about 13 years ago
[kernel] forgot to read more data from clients. More... about 13 years ago
[kernel] rewrite client without threading. More... about 13 years ago
[kernel] drop m_readBuffer, m_writeBuffer, use m_buffer instaed in ChatClient More... about 13 years ago
[kernel] Move async reading into separate ChatClient::asyncRead() method More... about 13 years ago
[kernel] write message that we send to log. More... about 13 years ago
[kernel] fix rooming More... about 13 years ago
[net] forgot to get info from server by client. More... about 13 years ago
[kernel,client] prompt for output message and some logs for debug. More... about 13 years ago