817 Commits (9152526bf2b9666559a0559b5051b45ce6733644)
 

Author SHA1 Message Date
horseluke 6647194537 Fix: function setOption pass wrong argument to load_allowed_sn_community 5 years ago
horseluke 1c67672746 Fix: MSVC error C2065: "uint": Undeclared identifier. 5 years ago
emanuele-f 0d4115005d Remove DLL 6 years ago
emanuele-f 365dd29b12 Remove unused field in peer_info 6 years ago
emanuele-f 1d03f9ba59 Purge idle communities 6 years ago
emanuele-f 03281648b4 Reduce message verbosity 6 years ago
emanuele-f a4a974c34d Supernode clean shutdown 6 years ago
emanuele-f d247c0a73c Keep supernode communities in separate hash 6 years ago
emanuele-f 447c3ad8c3 Replace peers linked list with hash 6 years ago
emanuele-f b5c59c0e56 Update uthash to version 2.1.0 6 years ago
emanuele-f 4eacea7d57 Little improvement 6 years ago
emanuele-f f36814b152 Implement query peer to try p2p during send 6 years ago
emanuele-f b36754eae0 Set last_p2p ib peer_set_p2p_confirmed 6 years ago
emanuele-f 3db1cab276 Split broadcast stats from other supernode stats 6 years ago
emanuele-f 0e6db6361e Fix connection stall when idle p2p refresh occurs 6 years ago
emanuele-f f038f22a0b Fix too many registrations going on 6 years ago
emanuele-f 623a9e480c Improve log messages 6 years ago
emanuele-f a89e6b913d Fix cmake build and add n2n 32bit DLL 6 years ago
Emanuele Faranda 90bcee24e5
Merge pull request #122 from fengdaolong/dev 6 years ago
fengdaolong 69e3b49bec eliminate compilation warnings 6 years ago
emanuele-f d76cb64d0f Fix seed debug print 6 years ago
lucaderi 86870a781e Removed PRIx64, a C99 feature 6 years ago
emanuele-f f33907ebd8 Fix seed debug print on 32bit platforms 6 years ago
emanuele-f 41e9e04083 Fix invalid service enabled 6 years ago
Emanuele Faranda 61799a96ae
Merge pull request #110 from realjiangms/fix_reliable_punch 6 years ago
yunbox f48c170c26 Fix supernode handling REGISTER message from edge and let edge ask supernode to forward REGISTER message in case of non-p2p-reflection. 6 years ago
emanuele-f 3aec02d3e6 Fix unidirectional P2P connection due to pending registration 6 years ago
emanuele-f fb813e5438 Fix "invalid transop ID" when encryption is disabled 6 years ago
emanuele-f 52d33ed880 Fix missing destination MAC in REGISTER preventing proper P2P 6 years ago
Jiang Zihao 0edca7e16a Fix purge_expired_registrations to accept passed-in last_purge instead of static function var. 6 years ago
emanuele-f 59011308b2 Ignore invalid community when not received from supernode 6 years ago
emanuele-f 381c795af5 Lower registration timeout to 1 minute 6 years ago
emanuele-f 04226c09c8 Fix compilation warnings and little leak 6 years ago
emanuele-f bc904cfbcc Skip localhost received sockets 6 years ago
emanuele-f e2861e5f71 Fix send error in peer registration refresh 6 years ago
emanuele-f 49fd9fc5da Discard idle known_peers to avoid connection blocking on disconnection 6 years ago
emanuele-f 824b45a808 Add linux termination handler and print stats on shutdown 6 years ago
emanuele-f d5387945b4 Add the -i option to specify registration interval on edge nodes 6 years ago
emanuele-f 856dbae44c Cosmetic changes to improve edge registration tracing 6 years ago
Luca Deri fbc3754601 Compilation fix 6 years ago
Emanuele Faranda 87bf4ca298
Merge pull request #100 from emanuele-f/transop-rework 6 years ago
Luca Deri 18388c8e05 Added service dependency 6 years ago
emanuele-f c89ece71ca Code rework changes 6 years ago
emanuele-f f577d997a7 Drop keyschedule support 6 years ago
emanuele-f e757f94efa Initial code rework (wip) 6 years ago
emanuele-f 08b992cbb7 Add more detailed error message when TAP open fails 6 years ago
emanuele-f fc16352198 Add decryption test in benchmark 6 years ago
emanuele-f c702ca8686 Move AES IV out of struct sa_aes 6 years ago
emanuele-f 84593a2254 memcpy fix 6 years ago
emanuele-f bb07f0426e Properly initialize AES IV and hash the AES key 6 years ago