Commit Verlauf

Autor SHA1 Nachricht Datum
  Caleb James DeLisle 29f8b286f6 Change AddrIface_t::iface to a pointer because Rust code is impossible to embed it. vor 1 Jahr
  Caleb James DeLisle 54417f0012 Process_test only shut down after the child process has completely exited, and make sure it exits ok vor 2 Jahren
  Caleb James DeLisle 50fafc65fc fix out of order drop vor 2 Jahren
  Caleb James DeLisle d26e80a318 Move to Rust Allocator vor 2 Jahren
  Caleb James DeLisle f3a384ac72 Fix some warnings and re-enable Werror vor 2 Jahren
  Rogério Sampaio de Almeida 9414d4d7c0 fix Process_spawn calls, which now requires EventBase (to get to its EventLoop) vor 2 Jahren
  Rogério Sampaio de Almeida 6aa260955f fix every call site of Process_spawn vor 2 Jahren
  Caleb James DeLisle 9a9ffd57d5 Return anyhow::Error from Iface_DEFUN functions rather than an integer error type vor 3 Jahren
  Caleb James DeLisle 8e3011cb6e Change message->bytes to message->msgbytes in prep for privatizing it vor 3 Jahren
  Caleb James DeLisle 3651b0d413 Message privatize length vor 3 Jahren
  Caleb James DeLisle cd188e865c Message: Privatized alloc vor 3 Jahren
  Caleb James DeLisle 3cf79da359 Iface_DEFUN return an error type vor 3 Jahren
  Caleb James DeLisle 6c1751d868 Got rid of usages of Except and simplified Message.h vor 4 Jahren
  Caleb James DeLisle ca4be7578d Rid the project of setjmp() vor 4 Jahren
  Caleb James DeLisle d8b7721159 1. new rpc Core_stopTun() which shuts down the TUN device, 2. many fixes for do_android, 3. android build fixes in libuv, 4. fix crash in UDPInterface_getFd() 5. Crash in Core_initTunfd() 6. Core_nodeInfo provide myIp6 7. If admin password is 'NONE', don't require any auth at all vor 4 Jahren
  Caleb James DeLisle 8e00a34c7a Changes in order to enable changing of TUN device on the fly vor 4 Jahren
  soredake c49cc24869 links update vor 7 Jahren
  Mada f069641446 Allow custom pipe directory in configuation file vor 8 Jahren
  epochqwert faf964a18b working on NetBSD support. vor 8 Jahren
  Lars Gierth 75de00d724 client: exit foreground process when core dies vor 9 Jahren
  Caleb James DeLisle 7e767e5d0c all tests except for root tests pass vor 9 Jahren
  Caleb James DeLisle 85057c688e Swapped order of args to Iface_Callback vor 9 Jahren
  Caleb James DeLisle 876147509d refactoring... vor 9 Jahren
  kpcyrd 804f2b65c2 Finish OpenBSD port 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 e88e33b648 More work on the new build vor 10 Jahren
  Caleb James DeLisle fffb92caa8 more work done on the build vor 10 Jahren
  Caleb James DeLisle ca0ce321d5 Merged tests together under testcjdroute.c and fixed a few issues with tests vor 10 Jahren
  Caleb James DeLisle d7f5b302ac More work on Windows port and made Message.h functions take an exception handler to throw in case of buffer overflow. vor 11 Jahren