summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-05-07Transfer the id after loading itJesper Jensen
2025-05-06Also check for unitialized lookupJesper Jensen
2025-05-06Add metric for wakeup timeJesper Jensen
2025-05-06Reset the expire time of routing table on startupJesper Jensen
2025-05-05Also count current expired hashes in the nextJesper Jensen
2025-05-04Expose the hash table size as a metricJesper Jensen
2025-05-04Remove the duplicate resize hackJesper Jensen
2025-05-04Use atomic-rename trick to avoid clobbering stateJesper Jensen
2025-05-04Check that the load is accurateJesper Jensen
2025-05-04time_t is apparently signed?Jesper Jensen
2025-05-04Extract the expire metric outJesper Jensen
2025-05-04Add metric to track next hash expireJesper Jensen
2025-05-04Add some check for expiry timeJesper Jensen
2025-05-04Support for longer transaction IDsJesper Jensen
2025-05-04Remove unused metricJesper Jensen
2025-05-04Remove some noisy debug tracingJesper Jensen
2025-05-04Add some code to assert that there are no dupesJesper Jensen
2025-05-04Drop duplicated peer entriesJesper Jensen
2025-05-04Set the metrics AFTER initializing SMHJesper Jensen
2025-05-04Refactor lookup init and add routing table metricJesper Jensen
2025-04-26Add end timeout to lookup functionJesper Jensen
2025-04-16Add a first approximation of a lookup algorithmJesper Jensen
2025-04-15Reformat target generationJesper Jensen
2025-04-15Expose the number of keepalive pings we sendJesper Jensen
2025-04-14Don't crash on invalid dictionaryJesper Jensen
2025-04-14Flush config more often to recover from crashesJesper Jensen
2025-04-14Add current hash metricJesper Jensen
2025-04-13Use a real root routerJesper Jensen
2025-04-13Use the normal dht port and rename some metricsJesper Jensen
2025-04-13Expose the query type as a metric labelJesper Jensen
2025-04-12Add a docker containerJesper Jensen
2025-04-12fixup! Add prometheus monitoringJesper Jensen
2025-04-12Add prometheus monitoringJesper Jensen
2025-04-12I don't knowJesper Jensen
2025-04-12I don't rememberJesper Jensen
2021-10-27Increase payload sizemainflushJesper Jensen
2021-10-16Flush in mainJesper Jensen
2021-10-16Add find_node queryJesper Jensen
2021-10-05Add comment for hacky stuffJesper Jensen
2021-10-05Respond correctly no unknown query methodJesper Jensen
2021-10-05Add getclient timeoutJesper Jensen
2021-10-02Add timeout handlingJesper Jensen
2021-09-25Add timeoutJesper Jensen
2021-09-19Add general testsJesper Jensen
2021-09-05Add error supportJesper Jensen
2021-09-03Add ping supportJesper Jensen
2021-08-29Add formal benc cursorJesper Jensen
2021-08-28Initial fanout implementedJesper Jensen
2021-06-22Move the comment into routingJesper Jensen
2021-06-20Add tests for routingJesper Jensen