lucktu
c4d56574ef
polished edge's management port output ( #805 )
3 years ago
Luca Deri
d4e0f5a445
Warnign fixes
3 years ago
Logan oos Even
37c556b57b
modified edge's management port output ( #801 )
3 years ago
skyformat99
a87a124316
Update supernode.c ( #800 )
fix #799
3 years ago
Hamish Coleman
9caa8902b0
Fix build error when libcap-dev is installed ( #798 )
* Fix build error when libcap-dev is installed
* Revert 829ba29
, allowing LDLIBS based fix to work
3 years ago
Luca Deri
829ba29a2b
Fixes regression introduced by 35ec7336a6
that put libraries in wrong order causing edge to fail during linking
3 years ago
Logan oos Even
dd41689bb9
added supernode version and uptime information to edge management port output ( #796 )
3 years ago
Hamish Coleman
35ec7336a6
simplified the makefiles ( #795 )
* Move the makefiles towards a clearer arrangement
* Break circular make dependancy and start using implicit rules for most compilation
* Fix old cmake to compile again after renames
3 years ago
Logan oos Even
593387fe30
compile fix ( #794 )
3 years ago
Hamish Coleman
370ea9bd37
addressed all but one of the remaining compile warnings ( #793 )
* Fix the mismatched char, uint8_t warnings
* Ensure we leave room for zero termination and then ensure the string is terminated
* GCC has a warning if it thinks your could overflow your snprintf buffer, but dont check for said overflow
3 years ago
Logan oos Even
05f40c64db
relocated 'detect_local_ip_address()' ( #792 )
3 years ago
Logan oos Even
9c22d28562
relocated 'detect_local_ip_address()' ( #791 )
3 years ago
Hamish Coleman
6b353141b4
addressed warnings ( #790 )
3 years ago
Logan oos Even
72d703c449
disabled edge's multicast peer detection if used with '-e' ( #783 )
3 years ago
Logan oos Even
8eb13165d4
added another type cast to socket handling
3 years ago
Logan oos Even
46205c6cff
added type cast to socket handling
3 years ago
Logan oos Even
c5970986f5
replaced 'close()' with 'closesocket()'
3 years ago
Logan oos Even
b3bf36f867
separated 'detect_local_ip_address()' function ( #781 )
3 years ago
Logan oos Even
7f1fe9a499
allowed edge to optionally auto-detetct local IP address ('-e auto') for advertising as preferred ( #776 )
3 years ago
Logan oos Even
defad50f87
removed '-p' cli option requirement for ( #775 )
3 years ago
Logan oos Even
92aa5ebee6
updated Scratchpad.md
3 years ago
Logan oos Even
52efc6ffad
compilation fix
3 years ago
Logan oos Even
7fa0cc1e0a
added preferred socket handling (-e) ( #765 )
3 years ago
Logan oos Even
05e6579038
merged edge's '-b' into '-p' command line option ( #772 )
3 years ago
Logan oos Even
4cba2b5582
typo
3 years ago
Logan oos Even
04d91f84d8
fixed optional SKIP_MULTICAST_PEERS_DISCOVERY macro ( #770 )
3 years ago
Logan oos Even
236b9bf4c7
fixed missing gratuitous arp ( #769 )
3 years ago
Logan oos Even
b6e865aac7
trimmed open_socket() down by one parameter ( #768 )
3 years ago
Logan oos Even
c5eb756840
de-nested one if block
3 years ago
Logan oos Even
bc62b8be0a
changed default to pthread support again
3 years ago
skyformat99
586beee871
fixed segmentation fault #758 ( #762 )
3 years ago
Logan oos Even
e13c9a01a5
rearranged thread-related code ( #761 )
3 years ago
Logan oos Even
70912300ca
updated CMakeLists.txt
disabled / undeffed global HAVE_PTHREAD due to #758 / #759
3 years ago
Logan oos Even
a1594bc976
Revert "Update CMakeLists.txt ( #759 )" ( #760 )
This reverts commit 921eb27482
.
3 years ago
skyformat99
921eb27482
Update CMakeLists.txt ( #759 )
3 years ago
Logan oos Even
07cfa81d90
updated Scratchpad.md
3 years ago
Logan oos Even
f6eb1377ec
reviewed log messages ( #744 )
3 years ago
fengdaolong
04f0bd88e6
do not link if libpthread is not found ( #757 )
3 years ago
Logan oos Even
b0de090de4
Revert "correct wrong pthread lib switch logic ( #755 )" ( #756 )
This reverts commit 8e3fa33863
.
3 years ago
fengdaolong
8e3fa33863
correct wrong pthread lib switch logic ( #755 )
3 years ago
fengdaolong
ae041c2133
CMakeLists.txt add link pthread library ( #754 )
3 years ago
Logan oos Even
c21accc2a1
enabled edge to bind to a specified IP address (-b) ( #753 )
3 years ago
Hamish Coleman
ecedcdcb58
Major documentation improvements ( #752 )
3 years ago
small_5
d2b35f8423
Update Makefile ( #751 )
3 years ago
Hamish Coleman
6937640a2b
Update man pages with current options ( #749 )
3 years ago
Logan oos Even
54ec208e5e
updated Federation.md
3 years ago
Logan oos Even
6a831879d3
make edge restore original metric value (-x) at program's end ( #742 )
3 years ago
Logan oos Even
e09f3a4875
added federation support to user/password auth scheme ( #741 )
3 years ago
Logan oos Even
72d372cd04
updated scratchpad
3 years ago
skyformat99
6f63f401fe
updated for compilation with VS2015 ( #739 )
3 years ago