0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 26, 2025 — Jan 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move fillAddr from SocketUtils to InternetSocket More... over 16 years ago
unify backlog default value of listen to 5 More... over 16 years ago
make all remaining calls signal-safe More... over 16 years ago
[doc] little fix in UnixDatagramSocket documentation More... over 16 years ago
changed function UDPSocket::receive to UDPSocket::timedReceive More... over 16 years ago
Some more changes to the documentation, optimized for html output More... over 16 years ago
change whitespace and indentation More... over 16 years ago
fix UDP testcase More... over 16 years ago
remove constructor in UnixDatagramSocket for clarification More... over 16 years ago
fixed coding style mistake More... over 16 years ago
fixed wrong option in Doxyfile, leading to compile errors More... over 16 years ago
Merge branch 'master' of [email protected]:bernhardHartleb/simple-socket More... over 16 years ago
made internals from SocketHandle invisible in documentation More... over 16 years ago
made internals from SocketHandle invisible in documentation More... over 16 years ago
unify include guards, update TODO file More... over 16 years ago
fixed signal safeness in SocketHandle::reset More... over 16 years ago
added some documentation to SocketHandle More... over 16 years ago
make calls signal aware by using TEMP_FAILURE_RETRY More... over 16 years ago
disallow users to obtain a fd by misuse of SocketHandle_Ref More... over 16 years ago
update TODO file More... over 16 years ago
extend testcase More... over 16 years ago
implement a handle to hold socket file descriptors More... over 16 years ago
check socketfd in SimpleSocket constructor More... over 16 years ago
workaround non uniform behaviour of SCTP::listen More... over 16 years ago
add TODO file, move existing comments there More... over 16 years ago
readd accidently removed memset in SCTP::setInitValues More... over 16 years ago
reimplement timedReceive in SCTPScoket More... over 16 years ago
fix wrong events in SCTPSocket::timedAccept More... over 16 years ago
add a default constructor for socket handles More... over 16 years ago
change sendAll implementation in TCPSocket More... over 16 years ago