project/unetd.git
2024-03-31 Felix Fietkauunet-cli: strip initial newline in usage message master
2024-03-31 Felix Fietkauunet-cli: emit id by default
2024-03-31 Felix Fietkaunetwork: fix endian issue in converting port to network id
2024-03-19 Felix Fietkaupex: fix endian issues on config transfer
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...
2023-05-31 Felix Fietkauwg-linux: increase default messages size
2023-05-31 Felix Fietkauwg-linux: add support for splitting netlink messages...
2023-05-30 Felix Fietkauhost: fix crash parsing gateway when no endpoint is...
2023-05-26 Christian Marangipex-msg: fix memory leak on fread fail in pex_msg_updat...
2023-05-05 Felix Fietkauutils: fix ipv4 checksum issue
2023-02-17 Felix Fietkaunetwork: prevent adding endpoint routes for addresses...
2022-09-16 Felix Fietkauunet-cli: add stun server list editing support
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 Fietkauunet-cli: add DHT support
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: add utility function to get the sockets based...
2022-09-16 Felix Fietkaupex: move raw ip send code to sendto_rawudp() in utils.c
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 Fietkauadd DHT discovery service
2022-09-16 Felix Fietkauubus: notify on network updates
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-05 Felix Fietkauwg-linux: ship a copy of linux/wireguard.h
2022-09-04 Felix Fietkaucli: fix typo
2022-09-01 Felix Fietkauubus: add reload command
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 Fietkauubus: add support for querying active networks
2022-08-31 Felix Fietkaupex: add support for sending endpoint notification...
2022-08-29 Felix Fietkauadd support for disabling VXLAN/eBPF support
2022-08-29 Felix Fietkauadd support for overriding peer-exchange-port for indiv...
2022-08-29 Felix Fietkauscripts/update-cmd.pl: run update two times
2022-08-29 Felix Fietkauscripts/update-cmd.pl: set device up before adding...
2022-08-29 Felix Fietkauscripts/update-cmd.pl: reorder add/remove calls to...
2022-08-28 Felix Fietkaupex-msg: fix siphash key initializer
2022-08-28 Felix Fietkaubuild.sh: force use of -fPIC on static libraries to...
2022-08-28 Felix Fietkauunet-cli: fix formatting of help text
2022-08-25 Jo-Philipp... unet-cli: enable ucode strict mode
2022-08-25 Felix Fietkauunet-cli: fix reference to missing variable
2022-08-25 Felix Fietkauunet-cli: pass host object to set_host()
2022-08-25 Felix Fietkauunet-cli: pass service object to set_service()
2022-08-25 Jo-Philipp... unet-cli: use modern module imports
2022-08-25 Jo-Philipp... unet-cli: use modern ucode syntax
2022-08-25 Felix Fietkaufix build errors when built against glibc
2022-08-25 Felix Fietkaubuild.sh: add libbpf
2022-08-25 Felix Fietkaubuild: explicitly link in libelf and zlib
2022-08-24 Felix Fietkaunetwork: add support for specifying a host gateway
2022-08-24 Felix Fietkauunet-cli: bring up interface on ssh add
2022-08-23 Felix Fietkauunet-cli: allow editing remote host domain
2022-08-23 Felix Fietkaunetwork: fix writing domain suffix to hosts file
2022-08-23 Felix Fietkauadd network json editor written in ucode
2022-08-23 Felix Fietkauhost: deal with host/peer null pointers in debug messages
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 Fietkauhost: avoid running connect timer if the network is...
2022-08-23 Felix Fietkaunetwork: fix potential use-after-free
2022-08-23 Felix Fietkaunetwork: check for empty string arguments
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 Fietkaucurve25519: rely on utils.h
2022-08-23 Felix Fietkauadd chacha20 implementation
2022-08-23 Felix Fietkaupex: use pubkey directly instead of accessing local_hos...
2022-08-23 Felix Fietkauadd support for loading signed network files
2022-08-23 Felix Fietkauadd cli tool for signing network json files
2022-08-13 Felix Fietkauadd ed25519 code to libunet
2022-08-13 Felix Fietkaubpf_skb_utils: fix skb parsing on older kernels
2022-08-03 Felix Fietkaumss-bpf: remove unused-but-set variable
2022-08-02 Felix Fietkauutils: free the correct addrinfo
2022-08-02 Felix Fietkauremove dummy mode
2022-08-02 Felix Fietkaumss-bpf: rework the code to use a common skb parser...
2022-08-02 Felix Fietkauutils: fix memory leak in network_get_endpoint()
2022-06-30 Felix Fietkaubpf: ignore errors on program attach
2022-06-29 Felix Fietkaubuild: move some code to libunet
2022-06-29 Felix Fietkauvxlan: add bpf program to fix up tcp mss values
2022-06-28 Felix Fietkauvxlan: fix endian of the configured port
2022-06-27 Felix Fietkauvxlan: add missing options
2022-06-23 Felix Fietkauadd some documentation about the PEX protocol
2022-06-23 Felix Fietkauexample: create wireguard and tunnel device
2022-06-17 Felix Fietkauservice: filter out duplicate members
2022-06-15 Felix Fietkauservice: add vxlan tunnel support
2022-05-31 Felix Fietkauservices: switch to vlist
2022-05-31 Felix Fietkauadd missing copyright header
2022-05-23 Felix Fietkauadd script for standalone builds
2022-05-23 Felix Fietkaumake ubus support optional (enabled by default)
2022-05-23 Felix Fietkauinitial commit