0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 8 hours ago.
Jul 24, 2025 — Jul 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Summarize changes of the last years and releae v1.2.0 More... about 2 months ago
Update license More... about 2 months ago
Fix missed error in example More... about 2 months ago
Add missing function call in test More... about 2 months ago
Implement blocking TCP connect() call with timeout More... about 2 months ago
Migrate to std::string_view in the library interface More... about 2 months ago
Switch to C++17, fix and modernize cmake flags More... about 2 months ago
Add missed test for getNetworkInterfaces() More... almost 7 years ago
Fix the getNetworkInterfaces() for interfaces with multiple ips More... about 9 years ago
Simplify the SocketUtils implementation by using a temporary socket More... about 9 years ago
Get rid of outdated TODO entry More... about 9 years ago
Use nullptr instead of 0 / NULL to avoid warnings with modern compilers More... about 9 years ago
Simple inline function to return the native socket handle More... about 9 years ago
Allow to choose the interface for outgoing multicast UDP packets More... about 9 years ago
Reorganized warning flags, disable -Wconversion due to know issues More... over 9 years ago
Disable building of tests by default (requires cppunit) More... over 9 years ago
Add forgotten TEMP_FAILURE_RETRY More... about 11 years ago
Update TODO More... about 11 years ago
Do cleanup of SocketUtils More... about 11 years ago
Add explicit copy constructor to SocketException More... about 11 years ago
Fix exception specifications More... about 11 years ago
Add some more compile flags for test compiles More... about 11 years ago
Add better docs for disconnect vs shutdown More... about 11 years ago
change warning flags, add minor missing include More... about 13 years ago
use C++0x standard to make it compile on gcc > 4.7 More... over 13 years ago
fixed resolveService, added test for it More... over 13 years ago
fixed last conversion warning in SCTPSocket More... over 13 years ago
a few lines more documentation More... over 13 years ago
added 'doc' target for generating doxygen documentation More... over 13 years ago
fixed types used in SCTP to fit the rest of the library More... over 13 years ago