Caleb James DeLisle
|
bc5f04a15b
Rename `struct Message` to Message_t
|
há 6 meses atrás |
Caleb James DeLisle
|
3577e67f16
Libuv is nolonger being built !!!!!
|
há 6 meses atrás |
Tim Gates
|
6fbf406bcf
docs: Fix a few typos
|
há 3 anos atrás |
Caleb James DeLisle
|
3f6a552535
Add a 'do not disturb' flag to the DHT protocol so that light nodes can opt out of being part of the DHT
|
há 4 anos atrás |
Caleb James DeLisle
|
d36d9c387c
Added fuzzing infra
|
há 6 anos atrás |
Caleb James DeLisle
|
cafed5019f
Manual merge links update by soredake
|
há 7 anos atrás |
soredake
|
c49cc24869
links update
|
há 7 anos atrás |
Valentin Lorentz
|
d22a53de15
Document more address and encoding scheme serialization.
|
há 7 anos atrás |
Caleb James DeLisle
|
13f48e3e27
Fix bug causing old pathfinder to send messages with unknown node version
|
há 8 anos atrás |
Kubuxu
|
a38e58b1c7
Remove usage of Bits_memcpyConst and Bits_memmoveConst
|
há 9 anos atrás |
Caleb James DeLisle
|
1a4ed91a77
A few changes in order to fix very long ping timeouts which causes 'unanswered pings' to sit around in memory and eventually cause an OOM
|
há 9 anos atrás |
ansuz
|
cba275c068
RouterModule.c : removing the self ping assertion, since that logic is now handled elsewhere and it was causing silly crashes
|
há 9 anos atrás |
Caleb James DeLisle
|
16567721cc
Do not fail to handle ping responses if the node is synchronously removed from the routing table for being the worst
|
há 9 anos atrás |
Caleb James DeLisle
|
a2d5c34ca8
Move getLabelFor to NumberCompress since it's EncodingScheme specific
|
há 9 anos atrás |
Caleb James DeLisle
|
76f2fba452
Removed LabelSplicer_isOneHop() because it's a compatibility landmine
|
há 9 anos atrás |
Caleb James DeLisle
|
581dac9dce
should not be pinging ourselves
|
há 9 anos atrás |
Caleb James DeLisle
|
ff287fbbff
getpeers should not splice the address in order to be clearer
|
há 9 anos atrás |
Caleb James DeLisle
|
72393903d3
Added nextHop inter-router API to allow traceroute
|
há 10 anos atrás |
Arceliar
|
f3ce288092
Go back to guessing instead of trying to try every bestParent change. Try to make guesses cause fewer flappy routes. Track the time each link was last tested, use either the least recently tested link or the node's test time when deciding how old our info about a node is. Move tryExistingNode out of the conditional chain in the janitor, to prevent it from being blocked during bootstrapping (when we're most vulnerable to blackholes anyway). Misc code cleanup.
|
há 10 anos atrás |
Arceliar
|
70f55c1073
Fix bug where we could update node time based on responses from the wrong path.
|
há 10 anos atrás |
Arceliar
|
e7a8dd6b5d
Store the time each node was last pinged successfully. Reset on path changes. Include it in dumptable. Added support for this in dumptable.js
|
há 10 anos atrás |
Caleb James DeLisle
|
7667736795
NodeStore_brokenLink() instead of NodeStore_brokenPath()
|
há 10 anos atrás |
Caleb James DeLisle
|
2651089958
codestyle
|
há 10 anos atrás |
Caleb James DeLisle
|
67f275f736
Added ability to access getPeers data externally
|
há 10 anos atrás |
Caleb James DeLisle
|
c6aef1cce8
#1 Replace NodeStore_nodeForPath() with NodeStore_linkForPath() which is more useful, #2 fix a crash bug in Janitor, #3 add a TODO comment
|
há 10 anos atrás |
Caleb James DeLisle
|
666d685b24
Take responsiblity for all TODOs
|
há 10 anos atrás |
Caleb James DeLisle
|
d229acbca9
Merge branch 'linkey' of https://github.com/Arceliar/cjdns into crashey
|
há 10 anos atrás |
Caleb James DeLisle
|
72505b0b7b
Replaced more expensive instances of Assert_true() with Assert_ifParanoid()
|
há 10 anos atrás |
Caleb James DeLisle
|
2ab7f135e6
add Node_getReach() to prevent reach from being altered without certain checks, also do not call NodeStore_updateReach() unless a the path is the same as the one stored for the node.
|
há 10 anos atrás |
Arceliar
|
73aa614fd0
Minor cleanup
|
há 10 anos atrás |