Commit History

作者 SHA1 備註 提交日期
  Caleb James DeLisle 876147509d refactoring... 9 年之前
  Lucas Phillips b6a223616b included util/platform/Sockadr.h on FreeBSD 9 年之前
  Caleb James DeLisle 3005cac83c Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled. 10 年之前
  Caleb James DeLisle 666d685b24 Take responsiblity for all TODOs 10 年之前
  Caleb James DeLisle 0fdda4fc72 Replaced all instances of Assert_always() with Assert_true() to standardize on Assert_true() for 'always', Assert_ifParanoid() for assertions which trigger if PARANOIA is enabled and Assert_ifTesting() for asserions which would be triggered by bad nodes in a real network 10 年之前
  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 10 年之前
  Caleb James DeLisle fffb92caa8 more work done on the build 11 年之前