162 Commits (master)

Autor SHA1 Nachricht Datum
  Yann Weber 6b0583b848 Possible solve to #2 : bugfix in src/map.c get_rnode_block() vor 5 Jahren
  Yann Weber 895bab99c6 Deleted dirty debug message vor 5 Jahren
  Yann Weber 679665b305 Solves #3 : fixing interface deduplication vor 5 Jahren
  Yann Weber 85c6e39053 Add interface deduplication in interface init function vor 5 Jahren
  Yann Weber 21ceb9dc3b Attempt to bugfix ipv6 addr defs preprocessors check vor 5 Jahren
  Yann Weber 4f1e402b83 Bugfix in resolvconf file manipulation vor 5 Jahren
  Yann Weber dd43556d0b Alpine linux musl libc bugfixes vor 5 Jahren
  Yann Weber 379ede06bc Deleted unused variables and various cast warnings vor 5 Jahren
  Yann Weber 69e84711f6 Suppressing warning about cast in inet & list vor 5 Jahren
  Yann Weber bf6792ebc0 Suppressed warnings about int to pointer cast vor 6 Jahren
  Yann Weber d33cd91c1c Deleted warnings in netsuku.c vor 6 Jahren
  Yann Weber 9fba262274 Deleted compilations warnings from qspn-empiric.c vor 6 Jahren
  Yann Weber 7dabec4d9a Deleted compilation warnings from ntk-console.c vor 6 Jahren
  Yann Weber ef001fbfbf Deleted scons warning about duplicated environment vor 6 Jahren
  MissValeska f7f9690d29 All inet.c/inet.h compile errors should be fixed now, Sorry for the issues. vor 9 Jahren
  MissValeska 941413c77e Commented out inet_sendfile64 fixing compile error vor 9 Jahren
  MissValeska 296e4e5519 Fixed compilation errors around off64_t vor 9 Jahren
  MissValeska f439b7d549 Many changes, Some possible fixes/optimisations in inet.c and the addition of inet_sendfile64 vor 9 Jahren
  MissValeska 325b82ff3c Checking the value of rule in insert_rule vor 9 Jahren
  MissValeska 4dcc515709 Checking the value of rule in insert_rule vor 9 Jahren
  MissValeska 564da85dc8 Checking the value of rule in insert_rule vor 9 Jahren
  MissValeska 9ec62661b2 Checking the value of rule in mark_init vor 9 Jahren
  Jeremy Sturdivant e3e0217ca9 Retyped lxlee1102's fix for #11 vor 9 Jahren
  MissValeska de85724e7b The ntk-wifi script should work now, Including it's new --undo argument. vor 9 Jahren
  MissValeska 66500c1c2c Improvements vor 9 Jahren
  MissValeska 677df07d69 netsplit argument fix vor 9 Jahren
  MissValeska 796c09a799 netsplit debug info vor 9 Jahren
  MissValeska de9f35eb02 debug info/usage format fixes vor 9 Jahren
  MissValeska 704b7ebd76 I changed a lot in implementing and setting up testing stuff for netsplit, Including a new netsplit struct in netsukuku.h which may or may not be permanent. It was the only way I could find to preserve a variable from netsukuku.c to andns.c. Also, The netsukuku.c interface argument has, apparently, been just a break statement for a long time, I have reverted it. I still don't totally understand how it works, though. There is more to come! vor 9 Jahren
  MissValeska 8c39cf1d98 netsplit work vor 9 Jahren
  MissValeska 37deedce61 netsplit.c format fix vor 9 Jahren
  MissValeska f8a151e7fb Netsplit progress, ntk_mode properly set up. vor 9 Jahren
  MissValeska c5cfe42811 Netsplit functionality in-progress vor 9 Jahren
  MissValeska 9fd91b8e01 fixed usage() vor 9 Jahren
  MissValeska 09826bb34a Massive experimental work done on implementing ntk netsplit as defined in the rfc http://netsukuku.freaknet.org/docs/main_doc/ntk_rfc/Ntk_net_split vor 9 Jahren
  MissValeska dd2e7d5649 always more work to do vor 9 Jahren
  MissValeska 2cc1ce7892 Fixed the strcmp comparison and printing error in the exclude_interface function. vor 9 Jahren
  MissValeska 84b6ed71d5 Fixed some stuff vor 9 Jahren
  MissValeska 454aa9a776 I have found some stuff in netsukuku which I have used to fix the exclude argument, It should now function correctly. Testing is needed. vor 9 Jahren
  MissValeska 247d4895e9 it should finally be fixed. vor 9 Jahren
  MissValeska 8bc5d69758 The ntk-console client command console_uptime should now not print negative numbers, And inet_sendto should now properly print ipv4 addresses in a human readable format. vor 9 Jahren
  MissValeska 175f795a2b Maybe it will work now? vor 9 Jahren
  MissValeska 2c1bdf5990 Maybe it will work now? vor 9 Jahren
  MissValeska 201b69221e okay, so I will need to find another way to display an ipv4 address in a human readable format. vor 9 Jahren
  MissValeska 67b7f162ff Experimental Debug text fixes. vor 9 Jahren
  MissValeska cfa05e3a64 Fixed Debug text. vor 9 Jahren
  MissValeska b48ef3560f Fixed Debug text. vor 9 Jahren
  MissValeska 0150e04c01 Cleaned up some more spam texts. vor 9 Jahren
  MissValeska 4b512c8ef8 Adding some debug options, And cleaned up spam texts. vor 9 Jahren
  MissValeska 738f6cf903 I just noticed that inet_sendto does NOT call inet_send as I previously assumed, It calls sendto itself. I guess I didn't see that it didn't have inet_ before it. I, Also, Realised that this means that the fragmentation code I copied from inet_send won't work because it calls inet_send instead of inet_sendto. I, Also, Realised that, I need to add the inet_sendto arguments as well. This should fix the cannot send(): Destination address required errors. vor 9 Jahren