162 Commits (master)

Author SHA1 Message Date
  Yann Weber 6b0583b848 Possible solve to #2 : bugfix in src/map.c get_rnode_block() 5 years ago
  Yann Weber 895bab99c6 Deleted dirty debug message 5 years ago
  Yann Weber 679665b305 Solves #3 : fixing interface deduplication 5 years ago
  Yann Weber 85c6e39053 Add interface deduplication in interface init function 5 years ago
  Yann Weber 21ceb9dc3b Attempt to bugfix ipv6 addr defs preprocessors check 5 years ago
  Yann Weber 4f1e402b83 Bugfix in resolvconf file manipulation 5 years ago
  Yann Weber dd43556d0b Alpine linux musl libc bugfixes 5 years ago
  Yann Weber 379ede06bc Deleted unused variables and various cast warnings 5 years ago
  Yann Weber 69e84711f6 Suppressing warning about cast in inet & list 5 years ago
  Yann Weber bf6792ebc0 Suppressed warnings about int to pointer cast 6 years ago
  Yann Weber d33cd91c1c Deleted warnings in netsuku.c 6 years ago
  Yann Weber 9fba262274 Deleted compilations warnings from qspn-empiric.c 6 years ago
  Yann Weber 7dabec4d9a Deleted compilation warnings from ntk-console.c 6 years ago
  Yann Weber ef001fbfbf Deleted scons warning about duplicated environment 6 years ago
  MissValeska f7f9690d29 All inet.c/inet.h compile errors should be fixed now, Sorry for the issues. 9 years ago
  MissValeska 941413c77e Commented out inet_sendfile64 fixing compile error 9 years ago
  MissValeska 296e4e5519 Fixed compilation errors around off64_t 9 years ago
  MissValeska f439b7d549 Many changes, Some possible fixes/optimisations in inet.c and the addition of inet_sendfile64 9 years ago
  MissValeska 325b82ff3c Checking the value of rule in insert_rule 9 years ago
  MissValeska 4dcc515709 Checking the value of rule in insert_rule 9 years ago
  MissValeska 564da85dc8 Checking the value of rule in insert_rule 9 years ago
  MissValeska 9ec62661b2 Checking the value of rule in mark_init 9 years ago
  Jeremy Sturdivant e3e0217ca9 Retyped lxlee1102's fix for #11 9 years ago
  MissValeska de85724e7b The ntk-wifi script should work now, Including it's new --undo argument. 9 years ago
  MissValeska 66500c1c2c Improvements 9 years ago
  MissValeska 677df07d69 netsplit argument fix 9 years ago
  MissValeska 796c09a799 netsplit debug info 9 years ago
  MissValeska de9f35eb02 debug info/usage format fixes 9 years ago
  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! 9 years ago
  MissValeska 8c39cf1d98 netsplit work 9 years ago
  MissValeska 37deedce61 netsplit.c format fix 9 years ago
  MissValeska f8a151e7fb Netsplit progress, ntk_mode properly set up. 9 years ago
  MissValeska c5cfe42811 Netsplit functionality in-progress 9 years ago
  MissValeska 9fd91b8e01 fixed usage() 9 years ago
  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 9 years ago
  MissValeska dd2e7d5649 always more work to do 9 years ago
  MissValeska 2cc1ce7892 Fixed the strcmp comparison and printing error in the exclude_interface function. 9 years ago
  MissValeska 84b6ed71d5 Fixed some stuff 9 years ago
  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. 9 years ago
  MissValeska 247d4895e9 it should finally be fixed. 9 years ago
  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. 9 years ago
  MissValeska 175f795a2b Maybe it will work now? 9 years ago
  MissValeska 2c1bdf5990 Maybe it will work now? 9 years ago
  MissValeska 201b69221e okay, so I will need to find another way to display an ipv4 address in a human readable format. 9 years ago
  MissValeska 67b7f162ff Experimental Debug text fixes. 9 years ago
  MissValeska cfa05e3a64 Fixed Debug text. 9 years ago
  MissValeska b48ef3560f Fixed Debug text. 9 years ago
  MissValeska 0150e04c01 Cleaned up some more spam texts. 9 years ago
  MissValeska 4b512c8ef8 Adding some debug options, And cleaned up spam texts. 9 years ago
  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. 9 years ago