提交歷史

作者 SHA1 備註 提交日期
  Caleb James DeLisle 3cf79da359 Iface_DEFUN return an error type 3 年之前
  Caleb James DeLisle 4db498cfb5 Update pipe to add a little more robustness in the build 3 年之前
  Caleb James DeLisle fd1d4a7487 Windows: Pipes are socket, not pipe on windows 3 年之前
  Caleb James DeLisle 595376ee5b Windows: Impossible to synchronously get errors back from pipe creation 3 年之前
  Caleb James DeLisle 4d3ddda86b Windows: Passing file descriptors through sockets is not possible on windows 3 年之前
  Caleb James DeLisle ca4be7578d Rid the project of setjmp() 4 年之前
  Caleb James DeLisle 8e00a34c7a Changes in order to enable changing of TUN device on the fly 4 年之前
  Caleb James DeLisle 5b7f09492d Pipe: Log when a message is sent 4 年之前
  Caleb James DeLisle 4898f2735f Fix not passing logger soon enough to Pipe_forFiles() 4 年之前
  Caleb James DeLisle 98ef1e686e Try logging when we read the pipe 4 年之前
  Caleb James DeLisle ff498a1be1 More logging 4 年之前
  Caleb James DeLisle 81fb0c98f3 Added pipe read log 4 年之前
  Emil Suleymanov 59ec8b07ce Refactor fullPath allocation in pipe.c 4 年之前
  Emil Suleymanov dcbafb1979 Add option for pipe creation 5 年之前
  Emil Suleymanov 5cd376c099 Allow any socket path & don't create socket if missing 5 年之前
  soredake c49cc24869 links update 7 年之前
  Mada f069641446 Allow custom pipe directory in configuation file 8 年之前
  Lars Gierth 029c3c4ad3 android: make Pipe_PREFIX configurable at build time 9 年之前
  Caleb James DeLisle 7e767e5d0c all tests except for root tests pass 9 年之前
  Caleb James DeLisle 85057c688e Swapped order of args to Iface_Callback 9 年之前
  Caleb James DeLisle 876147509d refactoring... 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 72505b0b7b Replaced more expensive instances of Assert_true() with Assert_ifParanoid() 10 年之前
  Caleb James DeLisle fb8ca09185 Manually merged android cross-build, thanks Lars Gierth for the patch. 10 年之前
  Lars Gierth f353522fc2 Use proper tmp directory on Android 10 年之前
  Caleb James DeLisle afd57ffc4a When an EOF is sent, pipe should not try to free NULL. 10 年之前
  Caleb James DeLisle 54233348d8 Removed a check in NodeStore because the code is working properly. Also don't attempt to free a null allocator in Pipe and UDPAddrInterface. 10 年之前
  Caleb James DeLisle 99cc943851 Merge branch 'master' into crashey 10 年之前
  Caleb James DeLisle 369e8f0d25 Merged libuv-update with changes. 10 年之前
  Lars Gierth dceb1d1708 Fix libuv usage 10 年之前