Historique des commits

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