Commit History

Author SHA1 Message Date
  Caleb James DeLisle a2e2a1fc07 added parameter to allow changing timeout for adminClient, set timeouf to 100ms for checking if cjdns is active already. 11 years ago
  Caleb James DeLisle d4f9d62adf fixed a crash-on-start bug caused by a leftover UDP socket. 11 years ago
  Caleb James DeLisle 12dd1e9696 Merge branch 'startup-check' of https://github.com/m1kc/cjdns into next 11 years ago
  Caleb James DeLisle 47efa6ab83 Added sessionStats python script, fixed SessionManager_getHandles() to report correct handle numbers. 11 years ago
  m1kc (Max Musatov) 2f1fa93bd5 Better names for ping-related variables. 11 years ago
  m1kc (Max Musatov) 6c50e62b62 Prevent startup is cjdns is already running. Closes #317. 11 years ago
  Caleb James DeLisle f11ce2fe92 Added SessionManager_sessionStats() 11 years ago
  Arceliar 07eea1214b Merge branch 'master' of https://github.com/cjdelisle/cjdns into reach_test 11 years ago
  Arceliar 1a47101731 Minor cleanup 11 years ago
  Caleb James DeLisle 863d3d644a Discover nodes when they send you packets. 11 years ago
  Caleb James DeLisle 3e5df64428 Redundant route should constitute an error. 11 years ago
  Dmitry S. Dolzhenko 47a9c3c9da Several typos in README_RU.md 11 years ago
  Caleb James DeLisle aef8d2c135 send back an error if there's an encryption failure 11 years ago
  Caleb James DeLisle 6cabe3c0a8 Fix undefined behavior issue 11 years ago
  Arceliar ac0571dfe6 Merge branch 'master' of https://github.com/Arceliar/cjdns into reach_test 11 years ago
  Arceliar a6b89831ea Switch reach definition, adjust value calculation in LSNC. 11 years ago
  Caleb James DeLisle 62b95fa037 Try to fix a test failure which happens for some people 11 years ago
  Caleb James DeLisle 6678125bca Merged in nodestore improvements and tests, thanks a million to Hartzler for making this happen! 11 years ago
  Arceliar 32a6aabbfb Should probably free that memory when I'm done with it... 11 years ago
  hartzler 3e6326c2fa fixes signature of getClosest and clarifies test 11 years ago
  hartzler ef88b41bf3 remove order checks in getPeers 11 years ago
  hartzler b1cd62b493 make globals and test functions static 11 years ago
  hartzler 11cd6eba8f fix doc and test for getBest 11 years ago
  Caleb James DeLisle 4823c3df5f fixed typos 11 years ago
  Caleb James DeLisle 41ccb7f97a Merge branch 'switchencoding' 11 years ago
  Caleb James DeLisle b3d0e454a2 Improved switch description in Whitepaper 11 years ago
  Arceliar 6c25302c71 Merge branch 'reach_test' of https://github.com/Arceliar/cjdns into reach_test 11 years ago
  Arceliar 7d7a63d9ea Whenever a lookup is done, ping all routes that have not recently been pinged. This hopefully keeps reach numbers relevant. 11 years ago
  Arceliar 14b9bb52f1 Use a value definition that gives reach and path length equal weight. 11 years ago
  Arceliar 082c257bbd More testing. 11 years ago