summaryrefslogtreecommitdiff
path: root/sysdep
AgeCommit message (Expand)Author
2020-05-14WIP debugMikael Magnusson
2020-05-14WIP implement SK_UNIX_ACTIVEMikael Magnusson
2020-05-14WIP debug socket sk_alloc_bufsMikael Magnusson
2020-05-14WIP debug socketMikael Magnusson
2020-05-14WIP debug socketMikael Magnusson
2020-05-14WIP debug socketMikael Magnusson
2020-05-13WIP debug socketMikael Magnusson
2020-05-13WIP debug socketMikael Magnusson
2020-05-13WIP clear O_NONBLOCKMikael Magnusson
2020-05-13WIP disable blockingMikael Magnusson
2020-05-13WIP print errnoMikael Magnusson
2020-05-13WIP debug sk_freeMikael Magnusson
2020-05-13WIP close socket after reading resultMikael Magnusson
2020-05-13close socket fixing leakMikael Magnusson
2020-05-13work-around problem with listen_port mutex dead lockMikael Magnusson
2020-05-12WIP unix socket debug 10old/current-jessieMikael Magnusson
2020-05-12WIP unix socket debug 9Mikael Magnusson
2020-05-12WIP unix socket debug 8Mikael Magnusson
2020-05-12WIP unix socket debug 7Mikael Magnusson
2020-05-12WIP unix socket debug 6Mikael Magnusson
2020-05-12WIP unix socket debug 5Mikael Magnusson
2020-05-12WIP unix socket debug 4Mikael Magnusson
2020-05-12WIP unix socket debug 3Mikael Magnusson
2020-05-11WIP unix socket debug 2Mikael Magnusson
2020-05-11WIP unix socket debugMikael Magnusson
2020-05-11WIP test sizeof sockaddr_unMikael Magnusson
2020-05-11WIP Use abstract unix sockets on AndroidMikael Magnusson
2020-05-11WIP Use abstract unix sockets on AndroidMikael Magnusson
2020-05-08android fixesMikael Magnusson
2020-05-08Wireguard: free sockets on error and eofMikael Magnusson
2020-05-08Wireguard: Improve socket debuggingMikael Magnusson
2020-05-08Wireguard: Replace log with DBGMikael Magnusson
2020-05-08Wireguard: Refactor unix socket implementationMikael Magnusson
2020-05-08Wireguard-lib: Define wg_endpoint typeMikael Magnusson
2020-05-08Wireguard-lib: Fix unused parameter warningsMikael Magnusson
2020-05-08Wireguard-lib: Add to makefileMikael Magnusson
2020-05-08Wireguard-lib: Import wireguard libraryMikael Magnusson
2020-05-08Unix: Implement sk_connect_unixMikael Magnusson
2020-05-01Unix socket: Path length check directly before copying the path.Maria Matejka
2020-05-01Nest: Added const to ea_show just to declare that this shouldn't really chang...Maria Matejka
2020-04-09Configuration strings are constant.Maria Matejka
2020-03-07Netlink: Handle interfaces with missing broadcast addressesOndrej Zajicek (work)
2020-02-27BGP: Support for MD5SIG together with remote rangeOndrej Zajicek (work)
2020-02-04Conf: Better error message when reading iproute2 configMaria Matejka
2020-01-07KRT: Improve syncer code to avoid using temporary data in rtableOndrej Zajicek (work)
2019-12-19KRT: Remove KRF_SYNC_ERROR flagOndrej Zajicek (work)
2019-12-17KRT: Fix removal of KRF_INSTALLEDOndrej Zajicek (work)
2019-12-16KRT: Remove KRF_INSTALLED flagOndrej Zajicek (work)
2019-11-26Nest: Use bitmaps to keep track of exported routesOndrej Zajicek (work)
2019-11-12Netlink: Handle IPv4 routes with IPv6 nexthopsOndrej Zajicek