unet-cli: strip initial newline in usage message
[project/unetd.git] / pex.c
2023-08-21 Felix Fietkaupex: do not query for hosts with a gateway
2023-08-21 Felix Fietkaupex: do not send peer notifications for hosts with...
2023-08-21 Felix Fietkaupex: track indirect hosts (reachable via gateway) as...
2023-08-17 Felix Fietkaupex: after receiving data update req, notify peer of...
2022-09-16 Felix Fietkaupex: update last query sent timestamp
2022-09-16 Felix Fietkaupex: avoid sending a query to a host more than once...
2022-09-16 Felix Fietkauhost: keep multiple endpoint candidates, one for each...
2022-09-16 Felix Fietkaupex: automatically create host entries from incoming...
2022-09-16 Felix Fietkaupex: improve handling of a longer list of PEX hosts
2022-09-16 Felix Fietkaupex: add support for figuring out the external data...
2022-09-16 Felix Fietkauutils: add support for passings address family to netwo...
2022-09-16 Felix Fietkaupex: move rx header check to callback function
2022-09-16 Felix Fietkaupex: keep active pex hosts after the specified timeout
2022-09-16 Felix Fietkaupex: add support for sending/receiving global PEX messa...
2022-09-16 Felix Fietkaupex: remove pex event debug spam
2022-09-16 Felix Fietkaupex: reduce unnecessary ping traffic
2022-09-01 Felix Fietkaunetwork: add support for configuring extra peers via...
2022-08-31 Felix Fietkauubus: add support for adding auth_connect hosts at...
2022-08-31 Felix Fietkaupex: add support for sending endpoint notification...
2022-08-29 Felix Fietkauadd support for overriding peer-exchange-port for indiv...
2022-08-23 Felix Fietkaupex: remove connected check in pex_msg_send
2022-08-23 Felix Fietkaupex: remove extra newline in debug message
2022-08-23 Felix Fietkauadd protocol for exchanging signed network data
2022-08-23 Felix Fietkaupex: fix null pointer check
2022-08-23 Felix Fietkaufix SPDX tag
2022-08-23 Felix Fietkaupex: use pubkey directly instead of accessing local_hos...
2022-08-02 Felix Fietkauremove dummy mode
2022-05-23 Felix Fietkauinitial commit