Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-13 | FIX WIP send in tx hook | Mikael Magnusson | |
2020-09-13 | WIP debug | Mikael Magnusson | |
WIP debug unix socket WIP debug socket WIP debug sk_free WIP debug print errno WIP debug socket WIP debug fix sign-ness WIP debug put WIP debug unix socket | |||
2020-09-13 | Android: Initialize static variables | Mikael Magnusson | |
2020-09-13 | WIP fast_rx | Mikael Magnusson | |
2020-09-13 | WIP fix unix socket | Mikael Magnusson | |
2020-09-13 | WIP send in tx hook | Mikael Magnusson | |
2020-09-13 | WIP implement SK_UNIX_ACTIVE | Mikael Magnusson | |
2020-09-13 | close socket fixing leak | Mikael Magnusson | |
2020-09-13 | work-around problem with listen_port mutex dead lock | Mikael Magnusson | |
2020-09-13 | Android: Fixes | Mikael Magnusson | |
2020-09-13 | Configure: Add static-lib optionold/wireguard | Mikael Magnusson | |
Add --enable-static-lib | |||
2020-09-13 | Configure: Support building as static library | Mikael Magnusson | |
2020-09-13 | Wireguard: Use abstract unix sockets on Android | Mikael Magnusson | |
2020-09-13 | Android: disable include patterns if glob is unsupported | Mikael Magnusson | |
Because of missing glob() in NDK platforms before 28 | |||
2020-09-13 | Wireguard: Don't fix listen_port update | Mikael Magnusson | |
2020-09-13 | BGP: Zero-initialize bucket fixes assert in list | Mikael Magnusson | |
Assertion 'n->prev == ((void *)0)' failed at ../lib/lists.c:79 | |||
2020-09-13 | Nest: Fix assert failed in lists.c | Mikael Magnusson | |
assertion 'n->prev == ((void *)0)' failed at ../lib/lists.c:79 | |||
2020-09-13 | WIP: gitignore mikma | Mikael Magnusson | |
2020-09-13 | Wireguard: free sockets on error and eof | Mikael Magnusson | |
2020-09-13 | Wireguard: Improve socket debugging | Mikael Magnusson | |
2020-09-13 | WIP wireguard | Mikael Magnusson | |
2020-09-13 | Wireguard: Replace log with DBG | Mikael Magnusson | |
2020-09-13 | Wireguard: Remove BGP report calls | Mikael Magnusson | |
2020-09-13 | TunnelEncaps: Replace log with DBG | Mikael Magnusson | |
2020-09-13 | Wireguard: Replace log with WG_TRACE | Mikael Magnusson | |
2020-09-13 | filter: Change debug to DBG | Mikael Magnusson | |
2020-09-13 | Wireguard: Replace debug with DBG | Mikael Magnusson | |
2020-09-13 | Wireguard: Don't add endpoint if not set | Mikael Magnusson | |
2020-09-13 | Wireguard: Fix type error | Mikael Magnusson | |
Currently bgp_tunnel_encap is a T_SET. | |||
2020-09-13 | TunnelEncaps: Add format callback | Mikael Magnusson | |
2020-09-13 | TunnelEncaps: Add addess family | Mikael Magnusson | |
2020-09-13 | WIP debug | Mikael Magnusson | |
2020-09-13 | TunnelEncaps: Add wireguard peer key to tunnel encap format | Mikael Magnusson | |
2020-09-13 | TunnelEncaps: Add tunnel type names | Mikael Magnusson | |
2020-09-13 | TunnelEncaps: Improve format function | Mikael Magnusson | |
2020-09-13 | Wireguard: Fix duplicate allowedip entries | Mikael Magnusson | |
2020-09-13 | Wireguard: Dump peers | Mikael Magnusson | |
2020-09-13 | Wireguard: Refactor remove_allowed_ip | Mikael Magnusson | |
2020-09-13 | Wireguard: Remove wg peer on withdraw | Mikael Magnusson | |
2020-09-13 | TunnelEncaps: Add struct tunnel_encap | Mikael Magnusson | |
2020-09-13 | TunnelEncaps: Generalize tunnel encapsulation | Mikael Magnusson | |
2020-09-13 | Wireguard: Refactor tunnel encaps decoding | Mikael Magnusson | |
2020-09-13 | Wireguard: Refactor unix socket implementation | Mikael Magnusson | |
Move unix socket implementation for wireguard-go to sysdep/unix/. | |||
2020-09-13 | Wireguard: Remove bgp include | Mikael Magnusson | |
2020-09-13 | Wireguard: Fix discarded const qualifiers | Mikael Magnusson | |
2020-09-13 | Wireguard: Rename remote endpoint to tunnel endpoint | Mikael Magnusson | |
Adopt to draft-ietf-idr-tunnel-encaps-13.txt by renaming emote endpoint to tunnel endpoint. | |||
2020-09-13 | Wireguard: Add tunnel_type config parameter | Mikael Magnusson | |
Use 51820 (default wireguard port) as default tunnel type. | |||
2020-09-13 | Wireguard: Fixes | Mikael Magnusson | |
2020-09-13 | Wireguard: Implement copy_config | Mikael Magnusson | |
2020-09-13 | Wireguard: Add channel hooks | Mikael Magnusson | |