Commit Graph
896 Commits
Author SHA1 Message Date
Logan oos EvenandGitHub edc6f53ca0 prevented transmission of QUERY_PEER on multicast MAC addresses (#668) 2021-03-18 18:14:01 +05:45
Logan oos EvenandGitHub c9a610dbd9 updated Scratchpad.md 2021-03-18 17:21:27 +05:45
Logan oos EvenandGitHub 048fd3e128 fixed another memory issue (#667) 2021-03-18 17:01:12 +05:45
Logan oos EvenandGitHub 1c1a9f5058 fixed small memory issue (#666) 2021-03-18 16:03:22 +05:45
Logan oos EvenandGitHub 969b667aae deprecated solitary options -A, -S, -z (#665) 2021-03-18 10:45:52 +05:45
Logan oos EvenandGitHub f41babcf4d fixed compile warnings (#664) 2021-03-17 12:38:00 +05:45
Logan oos EvenandGitHub 0287837241 skewed supernode selection for the benefit of current supernode in no-pong case (#663) 2021-03-16 23:24:39 +05:45
Logan oos EvenandGitHub aa1f4311f9 adapted packet format (#662)
* adapted packet format
2021-03-16 17:24:59 +05:45
Logan oos EvenandGitHub 23a9c871f8 increased resilience to supernode failure (#660) 2021-03-09 04:46:42 +05:45
Logan oos EvenandGitHub 1bcc64ccb3 fixed unrelated error message (#653) 2021-03-04 16:17:48 +05:45
Logan oos EvenandGitHub 4d67ea577b updated Crypto.md 2021-03-03 15:13:51 +05:45
Logan oos EvenandGitHub 20133f599c improved socket handling (#650) 2021-03-01 14:13:14 +05:45
Logan oos EvenandGitHub d8ae2e89ca fixed edge stall (#649) 2021-03-01 00:12:04 +05:45
Logan oos EvenandGitHub b9487ccaeb updated README.md 2021-02-27 22:36:44 +05:45
Logan oos EvenandGitHub db4b927b8e fixed multicast decode error message (#648) 2021-02-27 21:29:25 +05:45
Logan oos EvenandGitHub 64b8136301 fixed compile warnings (#647) 2021-02-27 20:38:18 +05:45
Logan oos EvenandGitHub e47b492c4d fixed compile warning (#646) 2021-02-27 18:03:04 +05:45
Logan oos EvenandGitHub c8fabbdfe0 added more targeted routing for packet forwarding in federation (#643) 2021-02-23 18:51:14 +05:45
Logan oos EvenandGitHub 683dbc5106 updated Building.md
now linking to issues mentioned
2021-02-23 16:35:11 +05:45
Logan oos EvenandGitHub 3ce2242e4f update Building.md
added note concerning MinGW
2021-02-23 15:39:17 +05:45
Logan oos EvenandGitHub a482fe112d added TCP support (#627)
(disabled on Windows)
2021-02-22 22:37:47 +05:45
Luca Deri 85894715bd Added build target for Ubiquity EdgeRouter X 2021-02-16 11:31:23 +00:00
vtcpipandGitHub b42c111527 fix windows compile (#636) 2021-02-10 15:16:16 +05:45
Logan oos EvenandGitHub c73e59341d made gratuitous arp being sent at the right time (#635) 2021-02-08 20:55:11 +05:45
Logan oos EvenandGitHub 54ba76e3bc clarified error message (#634) 2021-02-08 17:24:03 +05:45
Logan oos EvenandGitHub 408f24d778 corrected supernode help text (#633) 2021-02-08 17:04:57 +05:45
Logan oos EvenandGitHub cef5561c5a switched to 2021 (#632) 2021-02-08 16:11:06 +05:45
Logan oos EvenandGitHub c16ba44786 updated Scratchpad.md 2021-02-08 16:05:33 +05:45
Logan oos EvenandGitHub aaca1424fd added AVX-512 support to SPECK cipher (#630) 2021-02-08 15:27:29 +05:45
Logan oos EvenandGitHub e31fc5f56a added DHCP hint 2021-02-07 22:07:21 +05:45
Logan oos EvenandGitHub 12e55935c2 adjusted supernode management port output (#628) 2021-02-07 19:00:58 +05:45
Logan oos EvenandGitHub fb827a843b reworked edge management port output (#623) 2021-02-06 18:24:08 +05:45
Logan oos EvenandGitHub 08a4e332c8 generalized auth scheme handling (#624) 2021-02-03 20:52:41 +05:45
Logan oos EvenandGitHub b3a4eac4d7 enabled windows random numbers for seed (#622) 2021-02-02 18:43:30 +05:45
Logan oos EvenandGitHub b2d16f4162 typos, corrections, clarifications 2021-02-02 18:25:00 +05:45
Logan oos EvenandGitHub e6352dc14f updated tap configuration documentation (#621) 2021-02-02 16:58:24 +05:45
Logan oos EvenandGitHub 89052c24d5 clarified debug message on unknown ether type (#620) 2021-02-02 16:58:01 +05:45
Logan oos EvenandGitHub c5a0d186b0 handled metric default 2021-02-01 19:28:40 +05:45
Logan oos EvenandGitHub 09e8d5e730 limited number of concurrently pinged supernodes (#619) 2021-02-01 18:31:36 +05:45
Logan oos EvenandGitHub b7c69f8f61 updated Windows build instructions
typo
2021-02-01 17:39:22 +05:45
Logan oos EvenandGitHub 683dd407d7 updated Windows build instructions 2021-02-01 17:37:11 +05:45
Logan oos EvenandGitHub 916c423ffe fixed metric parameter passing to wintap.c (#618)
* fixed metric parameter passing to wintap.c

* fixed metric sub/interface command to set metric
2021-02-01 16:19:19 +05:45
Logan oos EvenandGitHub c2741ace2d guarded free() on supernode exit (#615) 2021-01-31 21:12:30 +05:45
Logan oos EvenandGitHub ba9a32fb30 fixed minor timing issues (#616) 2021-01-31 21:12:08 +05:45
Logan oos EvenandGitHub de76b16fd5 added missing 'metric' 2021-01-31 20:03:11 +05:45
anzz1andGitHub 9cac336488 added network interface metric option for windows (#606) 2021-01-30 18:00:01 +05:45
Logan oos EvenandGitHub 6c8e1b6f60 fixed edge segfault (#613) 2021-01-30 17:35:12 +05:45
Logan oos EvenandGitHub 7a4623a61d fixed time stamp issue (#612) 2021-01-30 17:34:52 +05:45
randomize00andGitHub 5aac8813e6 safer checking for REGISTER_SUPER_ACK and UNREGISTER_SUPER (#611) 2021-01-29 18:48:26 +05:45
Logan oos EvenandGitHub c696f59e07 ensured correct community file loading (sn) (#609) 2021-01-29 14:52:11 +05:45