0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 22 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Switched to correct C++11 target feature in CMakeLists.txt. More... over 9 years ago
Updated README with build requirements. More... over 9 years ago
Completely refactored the discovery code to use broadcast. More... over 9 years ago
Removed unnecessary classes and renamed DeviceListener to Listener. More... over 9 years ago
Added new settings needed by DeviceListener class. More... over 9 years ago
Added DeviceListener class. More... over 9 years ago
Added AddressMonitor class. More... over 9 years ago
Fixed call to setMulticastInterface and added some debug statements. More... over 9 years ago
Fixed issue with multicasting on incorrect interface. More... over 9 years ago
Moved registration of last ping for a device to the constructor. More... over 9 years ago
Fixed three minor bugs relating to multicast. More... over 9 years ago
A couple of minor fixes. More... over 9 years ago
Implemented display of notifications when devices are added and removed. More... over 9 years ago
Added DeviceMonitor class. More... over 9 years ago
Switched back to Java-style iterators and fixed QMap removal issue. More... over 9 years ago
Switched to STL-style iterators and fixed memory leak with sockets. More... over 9 years ago
Automated the sending of pings. More... over 9 years ago
Timer in InterfaceMonitor is no longer single shot. More... over 9 years ago
Added ping-related methods to Device class. More... over 9 years ago
Added PingInterval setting. More... over 9 years ago
Added DeviceTimeout setting. More... over 9 years ago
Cleaned up the declarations for settings a bit. More... over 9 years ago
SocketListener properly responds to changed settings. More... over 9 years ago
Converted Settings into a class and implemented a signal for setting changes. More... over 9 years ago
InterfaceMonitor now uses monitoring interval from Settings. More... over 9 years ago
Switched to JSON encoding for device packets. More... over 9 years ago
Moved currentOperatingSystem() function to util/misc.cpp. More... over 9 years ago
Added Transfer/Port setting and added Settings::sync() function. More... over 9 years ago
Added Settings namespace for managing settings and their defaults. More... over 9 years ago
Added utility function for determining the current operating system. More... over 9 years ago