Historial de Commits

Autor SHA1 Mensaje Fecha
  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. hace 10 años
  Caleb James DeLisle 72472817c6 allow more address space because it far exceeds actual memory usage and allow rt_sigprocmask to unblock signals hace 10 años
  Caleb James DeLisle c48e305449 Added SECCOMP sandboxing and new admin API call to check if permissions are properly dropped. hace 10 años
  Vadim Ippolitov 70ce27f950 Fix build on FreeBSD. You have to install devel/gmake and lang/gcc47. Also the following environment variables are required for the build: NO_PIE=true CC=gcc47 hace 10 años
  Caleb James DeLisle a83154919a remove unused lines hace 10 años
  Caleb James DeLisle a2f12df0ff don't handleGoodNews() unless the pathQuality is actually lower and break if grandChild is reached hace 10 años
  Caleb James DeLisle 03332ca52a Storing loop-routes is dumb, lets stop doing that. hace 10 años
  Caleb James DeLisle fb8ca09185 Manually merged android cross-build, thanks Lars Gierth for the patch. hace 10 años
  Caleb James DeLisle e46da3007e Merge branch 'feature/xcompile-changes' of git://github.com/nandub/cjdns into crashey hace 10 años
  Caleb James DeLisle de75e055d9 Node is not built, it is installed only hace 10 años
  Caleb James DeLisle 08a2347e91 Merge branch 'osx_dependencies' of git://github.com/beala/cjdns into crashey hace 10 años
  Caleb James DeLisle 06657dfa96 Prefer the most recent version if possible hace 10 años
  Caleb James DeLisle 6c573ebc10 Cleaned up Version.h which was using wacky preprocessor stuff and replaced with nice jspp hace 10 años
  Caleb James DeLisle fe85a5e353 Comment out some searches which were causing an ArcFlood hace 10 años
  Caleb James DeLisle f70518c9d3 bound the size of the nodestore hace 10 años
  Caleb James DeLisle 4bbcbcd85d Kill the LinkStateNodeCollector which returns from the dead! hace 10 años
  Caleb James DeLisle 896ded315f Do not verify() the store when running NodeStore_updateReach because profiling shows this function is very hot. hace 10 años
  Caleb James DeLisle 4a9fe8f7e8 Ok this should be correct. hace 10 años
  Lars Gierth f353522fc2 Use proper tmp directory on Android hace 10 años
  Lars Gierth ae4595ce59 Use proper TUN device path on Android hace 10 años
  Caleb James DeLisle 4693e5a775 This fix is absolutely incorrect. hace 10 años
  Caleb James DeLisle fbc6b19eac Fixed an obviously broken commit hace 10 años
  Caleb James DeLisle 9fa9e04b1a Removed a bad commit and switched to a slightly more robust method of finding the first instance of grandChild. hace 10 años
  Caleb James DeLisle 6ebb2da0a5 A wild bug appears, this will probably solve a lot of other integrity problems hace 10 años
  Fernando Ortiz 9ae14ad2d3 add ldflags to cross-do script hace 10 años
  Caleb James DeLisle 91789c874e Fixed the Assert_true(current) bug hace 10 años
  Caleb James DeLisle 8af96d6004 Remove check() which uses a lot of CPU and update FindPython2 to work with older versions of python. hace 10 años
  Caleb James DeLisle a378268f0f Moved python detection into js and improved passing of data to gyp hace 10 años
  Caleb James DeLisle e8ba9c3628 Reuse the same timeout every time rather than re-creating it. hace 10 años
  Caleb James DeLisle 0327442c5c A timeout should be able to be reset inside of the callback hace 10 años