]> tinc-vpn.org Git - tinc/shortlog
tinc
2026-03-30 Eric KargeUse the more portable `ifreq.ifr_name` alias for `ifreq...
2026-03-30 Eric KargeFix includes for vmnet
2026-03-30 Eric KargeFix indentation
2026-03-30 Eric KargeAdd support for vmnet-bridged and vmnet-shared
2026-03-30 Eric KargeAdd documentation for macOS vmnet devices
2026-03-30 Eric KargeRead vmnet options from config
2026-03-30 Eric KargeFixes
2026-03-30 Eric KargeFix copyright notice
2026-03-30 Eric KargeSupport vmnet on macOS
2026-03-30 Guus SliepenFix warnings from clang-tidy-23
2026-03-28 Guus SliepenFix tarpitting logic detecting connections from the...
2026-03-28 Guus SliepenPython formatting fixes
2026-03-28 Guus SliepenDrop too short packets with relay header
2026-03-28 Guus SliepenCorrect for offset when (de)compressing packets
2026-03-28 Guus SliepenMove constant time equality comparison function to...
2025-11-09 Guus SliepenAppease the linters
2025-11-09 Guus SliepenHandle libminiupnpc API versions between 17 and 21
2025-11-09 Guus SliepenCI: bump distribution and compiler versions
2025-11-09 Guus Sliepensr.ht CI: bump OpenBSD and NetBSD images
2025-11-09 Guus SliepenBump actions/upload-artifact from 2 to 4
2025-11-09 Guus SliepenBump actions/download-artifact from 2 to 4.1.7 in ...
2025-11-09 Guus SliepenAvoid compiler warnings from arrays initialized by...
2024-04-07 Guus SliepenGitHub CI: update list of container images
2024-04-07 Guus Sliepensr.ht CI: update FreeBSD and OpenBSD image versions
2024-04-07 Guus SliepenHandle multicast being blocked in the test suite
2024-04-07 Guus SliepenRun ip link up before adding addresses and routes
2024-01-22 Jingrong ChenFix bug in shortest path implementation
2024-01-22 Jingrong ChenAdd a unit test for sssp_bfs()
2023-12-12 Marek KütheAdd distribution specific package installation instructions
2023-12-12 Marek KütheCorrect a type mismatch
2022-06-05 Kirill IsakovAdd timeouts to 'tinc join'
2022-06-05 Kirill IsakovUpdate MaxConnectionBurst values in docs
2022-06-04 Kirill Isakovversion.py: fix support for Python < 3.9
2022-06-04 Kirill IsakovAdd tests for some device & address variables
2022-06-03 Kirill IsakovRemove access checks in tests under root
2022-06-03 Kirill IsakovCI: run sanitizers as root
2022-06-02 Kirill IsakovSilence clang-tidy warnings about atoi(getenv())
2022-05-31 Kirill IsakovFix listen_sockets overflow in close_network_connections()
2022-05-31 Kirill IsakovShorter paths to PID files in integration tests
2022-05-31 Kirill IsakovCI: add check for paths over the 108-char limit
2022-05-29 Kirill IsakovDon't retry outgoing connections if node is connected
2022-05-29 Kirill IsakovExtract filesystem-related functions into fs.c
2022-05-29 Kirill IsakovImprove recently seen address cache
2022-05-29 Kirill IsakovAdd Markdown reformat to lint.py
2022-05-28 Guus SliepenReflow all Markdown files.
2022-05-28 Kirill IsakovCI: add checks for basic compatibility with muon
2022-05-28 Kirill IsakovCI: add backwards compatibility checks
2022-05-28 Kirill IsakovMake build files compatible with muon
2022-05-27 Kirill IsakovAdd tests for import/export errors
2022-05-27 Kirill IsakovAdd tests for join/invite errors
2022-05-27 Kirill IsakovAdd tests for key generation commands
2022-05-27 Kirill IsakovAdd tests for miscellaneous commands
2022-05-27 Kirill IsakovAdd tests for network commands
2022-05-27 Kirill IsakovAdd tests for dump commands
2022-05-27 Kirill IsakovAdd tests for sign/verify commands
2022-05-27 Kirill IsakovCI: don't fail on chown error
2022-05-27 Kirill IsakovFix UB pointer comparison in event.c
2022-05-27 Kirill IsakovFix UBSAN failure in b64decode_tinc()
2022-05-27 Kirill IsakovDon't tarpit localhost connections
2022-05-24 Kirill IsakovSplit event.c into per-API files
2022-05-24 Kirill IsakovBSD: add kqueue support
2022-05-23 Kirill IsakovAdd optional systemd integration
2022-05-23 Kirill IsakovEnable more clang-tidy checks
2022-05-23 Kirill IsakovCI: use compilation database for clang-tidy job
2022-05-23 Kirill IsakovFix weight comparison in edge BFS
2022-05-21 Kirill IsakovCI: remove OpenSSL 3 from Fedora; add RHEL 9 & Alpine...
2022-05-07 Kirill IsakovRemove -Qunused-arguments
2022-05-02 Kirill Isakovgcrypt: initialize secure memory on startup
2022-05-02 Kirill IsakovMove macOS-specific code into a subdirectory
2022-05-02 Kirill IsakovAdd basic pledge/unveil sandbox on OpenBSD
2022-05-02 Kirill Isakovmingw: fix static linking with recent ncurses
2022-05-01 Kirill IsakovReplace getrandom() with getentropy()
2022-05-01 Kirill IsakovCI: run all test flavors on BSDs
2022-04-28 Kirill IsakovUse hardening option to add only hardening flags
2022-04-28 Kirill IsakovImprove use of compiler attributes
2022-04-28 Kirill IsakovConvert tincd path args to absolute paths
2022-04-27 Kirill IsakovFix reading broken BER in gcrypt/rsa.c
2022-04-26 Kirill IsakovFix resource leaks found by GCC -fanalyzer
2022-04-26 Kirill IsakovUse enums for command-line options
2022-04-26 Kirill IsakovAdd colors to tincd logger
2022-04-24 Kirill IsakovImprove proxy server support
2022-04-23 Guus SliepenReoder the README and add a quickstart guide.
2022-04-22 Kirill IsakovWipe (some) secrets from memory after use
2022-04-22 Kirill IsakovCI: add libgcrypt to sanitizer run
2022-04-22 Kirill IsakovAdd link to building docs to the top of README.md
2022-04-22 Kirill IsakovCI: run all test flavors even on failure
2022-04-22 Kirill IsakovCI package jobs: workaround for git security fix
2022-04-22 Kirill IsakovCI: ignore package job failures
2022-04-21 Guus SliepenAdd __pycache__ directories to .gitignore.
2022-04-21 Kirill Isakovconnection_t: remove unused compression_level field
2022-04-21 Kirill Isakovconnection_t: split compression_level/log_level into...
2022-04-21 Kirill IsakovMinor type improvements in legacy protocol code
2022-04-21 Kirill Isakovconnection_t: allocate legacy context on first use
2022-04-21 Kirill IsakovUse actual port in tincd logs / tinc get Port / invitations
2022-04-16 Kirill Isakovcmd_config: replace action magic numbers with enum
2022-04-12 Kirill IsakovRefactor crypto RNG; add getrandom() support
2022-04-11 Kirill IsakovReduce duplication in request handler tables
2022-04-10 Kirill IsakovCI: fix creation of Windows installer
2022-04-10 Kirill IsakovRewrite integration test suite in Python
2022-04-10 Kirill IsakovUpdate old Python code
next