1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated Travis configuration More... over 9 years ago
Semi-reverted to buildable version. More... over 9 years ago
October snapshot. More... over 9 years ago
Fixed include in APISession. More... over 9 years ago
Added IPInterface + IPInterfaceEndpoint. More... over 9 years ago
Bumped clang version in Travis. More... over 9 years ago
Removed prefix in Overlay* Types + began complete rewrite. Removed dependency on EndpointFormat, as we will use human-readable strings instead. More... over 9 years ago
Pruned time.h, as unnecessary. More... over 9 years ago
Huge update! Complete rewrite of Transport stack. Now with callbacks and stuff. More... over 9 years ago
Changed Config to read-only, as we do not have to write configuration by now. More... over 9 years ago
Integrated Doxygen into CMakeLists.txt More... over 9 years ago
Moved Protobuf generated files to cmake's build directory More... over 9 years ago
Trying to fix compilation errors. Testing cmake building system and travis-ci. More... over 9 years ago
Fixed little errors in DHTService and KBucket More... over 9 years ago
Tried to move to CMake More... over 9 years ago
Big commit, many interesting things. More... over 9 years ago
Comparatively complete KBucket. Fixed addNode. More... almost 10 years ago
Comparatively complete KBucket. More... almost 10 years ago
Added new class: KBucket. It is basically an implementation of Bittorrent-like Kademlia K-buckets. More... almost 10 years ago
Added DHTNode interface (it is supposed ti be inhrited by OverlayConnection). More... almost 10 years ago
Created possible DHTService interface. More... almost 10 years ago
Minor changes. More... almost 10 years ago
Changed "overlay.key_provider.renew_interval" parameter to be in seconds. More... almost 10 years ago
Made DHT as 'works in theory'. More... almost 10 years ago
New May snapshot. Builds. More... almost 10 years ago
Replaced PersonalKeyStorage with OverlayKeyProvider. More... almost 10 years ago
Modified logging, reduced 4 functions to 2, devirtualized getComponentName. Made it more generic. More... almost 10 years ago
Made everything nearly 5 times faster!!! Configuration defaults formed a new tree structure every configuration call. It involves string parsing as well. So it slowed down everything that used ConfigManager (pretty much classes from this project). More... almost 10 years ago
1. Renamed P2PLocalDaemon to P2PAutoDaemon, as it is intended to: - Find p2pnetd OR - Execute it THEN - Figure out, what protocol to use for connection to p2pnetd - Connect to p2pnetd And everything must be completely automatic. 2. Added P2PSession: special class, that is used for client-to-server and server-to-client message delivery and tokenization. 3. Moved infinite receive loop out from UnixAPISocket. 4. Added sort of "release" configuration. 5. Small bugfixes. More... almost 10 years ago
Snapshot before adding P2PSession class. More... almost 10 years ago