Commit Verlauf

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