Commit Verlauf

Autor SHA1 Nachricht Datum
  Caleb James DeLisle 1b96f94520 Fix IPv6 on OSX vor 4 Jahren
  Caleb James DeLisle ca4be7578d Rid the project of setjmp() vor 4 Jahren
  Caleb James DeLisle fccf47e465 Switch to using CString_safeStrncpy so as to be sure that copied strings are null terminated vor 4 Jahren
  Caleb James DeLisle 35b3fd79d0 Make fff unsigned because gcc-9 gets mad otherwise vor 5 Jahren
  Caleb James DeLisle a3b0140711 Comment out an assertion which can sometimes fail. vor 7 Jahren
  kpcyrd 5baafa6bea Fix openbsd interface configuration vor 7 Jahren
  Caleb James DeLisle cafed5019f Manual merge links update by soredake vor 7 Jahren
  soredake c49cc24869 links update vor 7 Jahren
  Rafal Crypto Tigusoft d9cb72432f Added missing close(s) to tun/tap darwin vor 8 Jahren
  Caleb James DeLisle b1679ba17c Everything working for Darwin vor 8 Jahren
  Caleb James DeLisle b06975e1d2 Fix NetPlatform_darwin to be able to insert routes via a device vor 9 Jahren
  Kubuxu 7120d7091f Add addRoute stubs in onther platforms vor 9 Jahren
  Caleb James DeLisle 747468b3b5 Add IPv4 address assignment for OSX/Darwin vor 9 Jahren
  wfleurant 71008ad84f [util/netdev] headers for NetPlatform_darwin.c vor 9 Jahren
  Caleb James DeLisle 5ad4fa8604 misc fixes reported by builders vor 10 Jahren
  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. vor 10 Jahren
  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 vor 10 Jahren
  Caleb James DeLisle fffb92caa8 more work done on the build vor 11 Jahren