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
Add missed test for getNetworkInterfaces() More... over 6 years ago
Fix the getNetworkInterfaces() for interfaces with multiple ips More... over 8 years ago
Simplify the SocketUtils implementation by using a temporary socket More... over 8 years ago
Get rid of outdated TODO entry More... over 8 years ago
Use nullptr instead of 0 / NULL to avoid warnings with modern compilers More... over 8 years ago
Simple inline function to return the native socket handle More... over 8 years ago
Allow to choose the interface for outgoing multicast UDP packets More... over 8 years ago
Reorganized warning flags, disable -Wconversion due to know issues More... about 9 years ago
Disable building of tests by default (requires cppunit) More... about 9 years ago
Add forgotten TEMP_FAILURE_RETRY More... over 10 years ago
Update TODO More... over 10 years ago
Do cleanup of SocketUtils More... over 10 years ago
Add explicit copy constructor to SocketException More... over 10 years ago
Fix exception specifications More... over 10 years ago
Add some more compile flags for test compiles More... over 10 years ago
Add better docs for disconnect vs shutdown More... over 10 years ago
change warning flags, add minor missing include More... over 12 years ago
use C++0x standard to make it compile on gcc > 4.7 More... almost 13 years ago
fixed resolveService, added test for it More... almost 13 years ago
fixed last conversion warning in SCTPSocket More... almost 13 years ago
a few lines more documentation More... almost 13 years ago
added 'doc' target for generating doxygen documentation More... almost 13 years ago
fixed types used in SCTP to fit the rest of the library More... almost 13 years ago
enabled warnings when building library on its own, no changes when using library as a subproject More... almost 13 years ago
fix for errors in previous commit More... almost 13 years ago
make tests compilable even if lib is added to project in subdir More... almost 13 years ago
fix build for newer system More... almost 13 years ago
do not force building of CANSocket when building tests + not use globbing for source list More... almost 13 years ago
add simple test for CAN sockets using a virtual interface More... about 14 years ago
add initial support for CAN frames More... about 14 years ago