]> tinc-vpn.org Git - tinc/shortlog
tinc
8 days ago Guus SliepenGet more tests running in containers 1.1
8 days ago Guus SliepenAdd workaround for ip netns exec misbehaving in containers
8 days ago Guus SliepenFix more warnings from Clang
9 days ago Guus SliepenSkip raw socket test if we cannot create veth interfaces
9 days ago Guus SliepenFix installing git before actions/checkout
9 days ago Guus SliepenFix muon build in Alpine
9 days ago Guus SliepenCI pipeline dependency fixes
10 days ago Guus SliepenMore CI pipeline fixes
10 days ago Guus SliepenFix systemd-dev and qemu-user-binfmt dependencies
10 days ago Guus SliepenExplicitly install Clang for those tests that need it
10 days ago Guus SliepenFix pkgconf dependency when cross-compiling
10 days ago Guus SliepenDon't use bash unnecessarily
10 days ago Guus SliepenDon't use sudo in the CI pipeline scripts
10 days ago Guus SliepenUse muon packaged by distributions
10 days ago Guus SliepenFix building if there is no openssl/engine.h
10 days ago Guus SliepenImprove dependency installation in CI pipeline
10 days ago Guus SliepenFix meson dependency in CI pipeline
11 days ago Guus SliepenUpdate THANKS
11 days ago Guus SliepenMake test/run.sh executable
11 days ago Guus SliepenUse latest version of macOS in the CI pipeline
11 days ago Guus SliepenStop pylint from complaining about import order
11 days ago Guus SliepenFix test suite running on Alpine edge
11 days ago Guus SliepenSkip raw socket test if we don't have the required...
11 days ago Guus SliepenSpelling fixes
11 days ago Guus SliepenDocument how to run parts of the CI pipeline locally
11 days ago Rudi Heitbaumfix: resolve -Wdiscarded-qualifiers warnings in ifconfi...
12 days ago Guus SliepenMore CI pipeline fixes
12 days ago Guus SliepenMake sourcehut builds use the latest version of each...
13 days ago Guus SliepenMore CI pipeline fixes
13 days ago Guus SliepenFix deps.sh script
13 days ago Guus SliepenAdd workarounnd for bug in LZO2 header files
13 days ago Guus SliepenFix build issues in CI pipline
13 days ago Guus SliepenRemove mipsel from CI pipeline
13 days ago Guus SliepenFix building muon in the CI pipeline
13 days ago Guus SliepenWrite CI pipeline logs to local directory
2026-03-31 Guus SliepenUpdate meson wraps
2026-03-31 Rui Chenfix build failures
2026-03-30 Guus SliepenFix more clang-tidy warnings
2026-03-30 Guus SliepenUpdate THANKS.
2026-03-30 Guus SliepenCode formatting
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
next