162 コミット (master)

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