Caleb James DeLisle
|
a2d5c34ca8
Move getLabelFor to NumberCompress since it's EncodingScheme specific
|
9 年 前 |
Caleb James DeLisle
|
286d9e3b5f
make better use of Node_isOneHopLink() to simplify the code
|
9 年 前 |
Caleb James DeLisle
|
eed174f852
no, actually self-link should not be counted as a 1 hop link
|
9 年 前 |
Caleb James DeLisle
|
76f2fba452
Removed LabelSplicer_isOneHop() because it's a compatibility landmine
|
9 年 前 |
Caleb James DeLisle
|
8577b7eec0
Add a compile time option to remove nodes based on path badness
|
9 年 前 |
Caleb James DeLisle
|
b67d12732d
Fixed the !childLink->nextInSplitList bug
|
9 年 前 |
Caleb James DeLisle
|
5819c1cdbd
Add a new function EncodingScheme_isOneHop() because NumberCompress_isOneHop() only works for *our* scheme, not for anyone elses
|
9 年 前 |
Caleb James DeLisle
|
b99be9a3de
Merge branch 'crashey' of git://github.com/Arceliar/cjdns into crashey
|
9 年 前 |
Caleb James DeLisle
|
27d91616c2
We must not trigger searches for nodes which we already know a path to, but the response has to be async because reasons
|
9 年 前 |
Blake Burghgrave
|
767c30777b
Be less eager to discover paths, and check that we still know the destination before pinging from the linkMill.
|
9 年 前 |
Caleb James DeLisle
|
0af9323b69
Improve splitLinks and prevent re-pinging the same nodes over and over from nodeMill and linkMill
|
9 年 前 |
Caleb James DeLisle
|
793d533416
sybilsim needs to call Security_setupComplete
|
9 年 前 |
Caleb James DeLisle
|
9e161575f5
Fix OOM trigger when logging and/or using admin API
|
9 年 前 |
Caleb James DeLisle
|
d66e41b1e4
Merge branch 'crashey' of git://github.com/Weuxel/cjdns into crashey
|
9 年 前 |
Norman Rieß
|
c5a70d4141
Merge branch 'master' into crashey
|
9 年 前 |
Norman Rieß
|
e75a9bef67
Small doc for python/peerStats
|
9 年 前 |
Caleb James DeLisle
|
12720d9d1c
make janitor refuse to ping a node which it has already pinged within 30 seconds ago, this will suppress some resonant conditions
|
9 年 前 |
Norman Rieß
|
91b390b805
python/peerStats: Added human readability
|
9 年 前 |
Norman Rieß
|
45fa7cd1da
python/cjdnslog: Cought user interruption trace.
|
9 年 前 |
Norman Rieß
|
de736c0aa8
Gentoo: Automatic crash detection and restart
|
9 年 前 |
Norman Rieß
|
477b4d9151
OpenRC init script
|
9 年 前 |
Caleb James DeLisle
|
ec83ddba3c
Merge branch 'patch-1' of git://github.com/tommythorn/cjdns into crashey
|
9 年 前 |
Caleb James DeLisle
|
d3ef6c083e
SessionManager should re-run searches after a specified timeout period unless the session has been idle for more than a second timeout period
|
9 年 前 |
Tommy Thorn
|
98783ca239
general.md typo, grammar, and language
|
9 年 前 |
Caleb James DeLisle
|
3d8b6833d6
Found (maybe) a better way
|
9 年 前 |
Caleb James DeLisle
|
51abbdb703
try to use the same version of python throughout gyp execution
|
9 年 前 |
Caleb James DeLisle
|
9d4b179fbb
Handle cases where there are 2 python executables on the system and the wrong one is named 'python'
|
9 年 前 |
Caleb James DeLisle
|
3271137d63
require python2.7 because of https://codereview.chromium.org/146613006/
|
9 年 前 |
Caleb James DeLisle
|
7849cbe782
fix windows build
|
9 年 前 |
Caleb James DeLisle
|
9845c4f925
upgrade gyp
|
9 年 前 |