Commit History

作者 SHA1 備註 提交日期
  Caleb James DeLisle bc5f04a15b Rename `struct Message` to Message_t 7 月之前
  Caleb James DeLisle 9d6d8f6497 Changed all accesses to Message->msgbytes to Message_bytes() calls in prep for moving Message to Rust. 7 月之前
  Caleb James DeLisle fd895ea982 Formally make onFree synchronous and freeing of allocators happens under lock 7 月之前
  Caleb James DeLisle 453e24bbb6 Reduce reliance on the implementation of Sockaddr being OS struct sockaddr 1 年之前
  Caleb James DeLisle 9e8ea4cbfd Defining android causes android to fail building, defining android=android makes Defined macro not work. 1 年之前
  Caleb James DeLisle 8e3011cb6e Change message->bytes to message->msgbytes in prep for privatizing it 3 年之前
  Caleb James DeLisle 3651b0d413 Message privatize length 3 年之前
  Caleb James DeLisle ca4be7578d Rid the project of setjmp() 4 年之前
  Caleb James DeLisle fccf47e465 Switch to using CString_safeStrncpy so as to be sure that copied strings are null terminated 4 年之前
  Caleb James DeLisle 1b7f09b949 New GCC wants strncpy limit to be less than the output size 5 年之前
  Caleb James DeLisle efd7d7f82b Fix the issue raised in #1070 without possibility of name collisions 7 年之前
  Vikas Kedia dc9cd71998 Update NetPlatform_linux.c 7 年之前
  Vikas Kedia b0b36688ff Update NetPlatform_linux.c 7 年之前
  Vikas Kedia 0840c65819 Update NetPlatform_linux.c 7 年之前
  soredake c49cc24869 links update 8 年之前
  Caleb James DeLisle bb88d2682c Lets imagine for a moment that this was an accidently inverted if 8 年之前
  Emil Suleymanov 3a2157c650 Fix android building 8 年之前
  redfish 6bd9eaeaa9 interface: linux: re-order if.h includes 8 年之前
  redfish 9fa2cc5503 tunnel,util: cast before left-shift to silence warn 8 年之前
  epochqwert bcf8f70146 fixed up addRoute -> setRoutes transition for other platforms than darwin. 9 年之前
  Caleb James DeLisle fe76302815 Attempt to shut travis-ci up 9 年之前
  Caleb James DeLisle 85495e44b5 Fix some last bugs 9 年之前
  Caleb James DeLisle a798f2ff1a RouteGen support for Linux 9 年之前
  Caleb James DeLisle b1679ba17c Everything working for Darwin 9 年之前
  Kubuxu 3e417b6c60 Implement addRoute for Linux 9 年之前
  Kubuxu a6a58dc49c Create NetDev_addRoute 9 年之前
  Lars Gierth a6d66a15dd android: fix in6.h hack on platform level 21 10 年之前
  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 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 年之前
  Caleb James DeLisle fffb92caa8 more work done on the build 11 年之前