projects
/
tinc
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
tinc
2022-03-28
Kirill Isakov
Add __packed__ attribute on drop-in structs
commit
|
commitdiff
|
tree
|
snapshot
2022-03-28
Kirill Isakov
Add check for __Static_assert() and asserts on struct...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-28
Kirill Isakov
meson: use Python script for version detection
commit
|
commitdiff
|
tree
|
snapshot
2022-03-28
Kirill Isakov
Replace MinGW with Windows to avoid ambiguities
commit
|
commitdiff
|
tree
|
snapshot
2022-03-28
Kirill Isakov
Add support for building tinc with MSVC
commit
|
commitdiff
|
tree
|
snapshot
2022-03-28
Kirill Isakov
GitHub CI: add MSVC jobs
commit
|
commitdiff
|
tree
|
snapshot
2022-03-27
Kirill Isakov
Mention Windows SDK compat in installation docs
commit
|
commitdiff
|
tree
|
snapshot
2022-03-27
Kirill Isakov
Add dirent.h
commit
|
commitdiff
|
tree
|
snapshot
2022-03-27
Guus Sliepen
Don't put the --recursive option in .astylerc.
commit
|
commitdiff
|
tree
|
snapshot
2022-03-27
Guus Sliepen
Fix compiler warning.
commit
|
commitdiff
|
tree
|
snapshot
2022-03-27
Kirill Isakov
Fix building tinc and running tests on Solaris
commit
|
commitdiff
|
tree
|
snapshot
2022-03-23
Kirill Isakov
Add unit tests suite using cmocka library
commit
|
commitdiff
|
tree
|
snapshot
2022-03-23
Kirill Isakov
Move integration tests into a subdirectory
commit
|
commitdiff
|
tree
|
snapshot
2022-03-23
Kirill Isakov
Add cmocka packages to CI jobs
commit
|
commitdiff
|
tree
|
snapshot
2022-03-23
Kirill Isakov
Rearrange conflicting tincd globals
commit
|
commitdiff
|
tree
|
snapshot
2022-03-23
Kirill Isakov
Add support for meson build system
commit
|
commitdiff
|
tree
|
snapshot
2022-03-23
Kirill Isakov
GitHub CI: change build system to meson
commit
|
commitdiff
|
tree
|
snapshot
2022-03-22
Kirill Isakov
sourcehut CI: change build system to meson
commit
|
commitdiff
|
tree
|
snapshot
2022-03-22
Kirill Isakov
Update docs with instructions on building with meson
commit
|
commitdiff
|
tree
|
snapshot
2022-03-21
Kirill Isakov
Move sys/mman.h into have.h
commit
|
commitdiff
|
tree
|
snapshot
2022-03-21
Kirill Isakov
Remove vendored LZ4
commit
|
commitdiff
|
tree
|
snapshot
2022-03-20
Kirill Isakov
Remove autotools configs
commit
|
commitdiff
|
tree
|
snapshot
2022-03-18
Kirill Isakov
Extract common logic in OpenSSL-specific code
commit
|
commitdiff
|
tree
|
snapshot
2022-03-17
Kirill Isakov
Add support for OpenSSL 3.0+
commit
|
commitdiff
|
tree
|
snapshot
2022-03-16
Kirill Isakov
CI: add tests with OpenSSL 3.0
commit
|
commitdiff
|
tree
|
snapshot
2022-03-15
Guus Sliepen
Remove unnecessary status bitfield conversions.
commit
|
commitdiff
|
tree
|
snapshot
2022-03-15
Kirill Isakov
Replace uint32_t bitfields with bool
commit
|
commitdiff
|
tree
|
snapshot
2022-03-14
Kirill Isakov
CI: fix running clang-tidy on full sources
commit
|
commitdiff
|
tree
|
snapshot
2022-03-12
Kirill Isakov
CI: run `make distcheck` instead of `make check`
commit
|
commitdiff
|
tree
|
snapshot
2022-03-12
Kirill Isakov
Fix `make distcheck`
commit
|
commitdiff
|
tree
|
snapshot
2022-01-24
Guus Sliepen
Move -lssp to LIBS.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-24
Guus Sliepen
CI: Ignore gcrypt sources when running clang-tidy.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-24
Guus Sliepen
CI: Fix missing dependencies for macOS and Windows.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-24
Guus Sliepen
Enable hardening flags at the end of the configure...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-24
Guus Sliepen
CI: Install netcat-openbsd on Debian.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-24
Guus Sliepen
Enable and fix many extra warnings supported by GCC...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-16
Guus Sliepen
Fix potential crash during failing PMTU discovery.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-23
Guus Sliepen
Suppress UBSan warnings in the xoshiro implementation.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-23
Guus Sliepen
Use xoshiro256** to generate pseudo-random numbers.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-23
Kirill Isakov
CI: fix archive name for sanitizer results.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-22
Kirill Isakov
CI: improve sanitizer runs; minor cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-18
Kirill Isakov
Restore libgcrypt support.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-18
Kirill Isakov
Move repeating MIN/MAX macros into dropin.h.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-18
Kirill Isakov
Rename base64 funcs to show they're not RFC-compliant.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-18
Kirill Isakov
CI: run tests with libgcrypt.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Guus Sliepen
Fix memcmp() reading out of bounds in the tinc info...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Mathew Heard
Use epoll() if available.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Kirill Isakov
Fix UBSAN warnings in linux/device.c.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Kirill Isakov
Fix invalid logger() calls in Solaris device code.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Kirill Isakov
Fix more memory leaks and invalid free() in invitation.c.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-15
Kirill Isakov
Replace pointers to cipher_t/digest_t in connection_t...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-15
Kirill Isakov
CI: downgrade cross-compilation jobs to debian:buster
commit
|
commitdiff
|
tree
|
snapshot
2021-08-15
Mathew Heard
Simplify signal handling.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-15
Kirill Isakov
Fix UBSAN warnings about conversions and overflows.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-15
Guus Sliepen
CI: use explicit Debian release names.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-15
Kirill Isakov
tincd on Windows: call srand() after main2()
commit
|
commitdiff
|
tree
|
snapshot
2021-08-14
Kirill Isakov
FreeBSD CI: unbreak clang-tidy.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-14
Kirill Isakov
Improve failure detection in the test suite.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-14
Mathew Heard
hash table fix
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Guus Sliepen
Bump the timeout for the sanitizer tests.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Guus Sliepen
Avoid warnings from -fsanitize=integer in the hash...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Mathew Heard
Subnet Cache hashtable improvements
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Kirill Isakov
Use splay trees inside node_t directly.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Kirill Isakov
Replace pointers to global splay trees with structs.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Kirill Isakov
Make apt stop asking questions when building deb package.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-10
Fufu Fang
Reduce pointer indirection for global list_t variables
commit
|
commitdiff
|
tree
|
snapshot
2021-08-10
Fufu Fang
Fix -Wsign-compare error in keys.c
commit
|
commitdiff
|
tree
|
snapshot
2021-08-10
Guus Sliepen
Symlink README to README.md when running make dist.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-10
Kirill Isakov
Rename README to make software forges properly render...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-10
Kirill Isakov
CI: cross-compilation; build packages on every push.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-09
Fufu Fang
Use libvdeplug.h instead of libvdeplug_dyn.h
commit
|
commitdiff
|
tree
|
snapshot
2021-08-02
Kirill Isakov
Improve invite-join.test reliability on Alpine Linux.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-02
Kirill Isakov
Assign more suitable types and fix narrowing conversion...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-02
Kirill Isakov
GitHub CI: check project for warnings with clang/gcc.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-01
Kirill Isakov
CI (GitHub & sourcehut): add clang-tidy checks.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Kirill Isakov
Un-ignore .clang-tidy and enable conversion warnings.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-30
Kirill Isakov
Support running tests on NetBSD 8.2.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-30
Kirill Isakov
Remove unused argument from tunemu_write.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-29
Kirill Isakov
Remove unused function rsa_active.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-29
Kirill Isakov
Remove unused types.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-29
Kirill Isakov
Remove unused declarations.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-29
Kirill Isakov
Remove unused struct fields.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-29
Kirill Isakov
Remove unused global variables.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-29
Kirill Isakov
Remove unused '#include's.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-29
Kirill Isakov
Add tests for the fsck command.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-29
Kirill Isakov
Cleanup and improve `tinc fsck`.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-29
Kirill Isakov
Allow using key & configuration parser from tincd in...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-28
Kirill Isakov
GitHub CI: run most tests as a non-privileged user.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-28
Guus Sliepen
Add timeouts to CI jobs.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-27
Guus Sliepen
Really avoid trying to send an ANS_KEY request to unrea...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-27
Guus Sliepen
Use inet_pton() to parse Subnets.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-26
Guus Sliepen
Fix ASAN warning.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-26
Guus Sliepen
Fix `tinc get Subnet` failing.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-26
Guus Sliepen
Let the CLI prevent adding incorrect Subnets.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-26
Guus Sliepen
Avoid a stack overflow when presented with a malformed...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-25
Guus Sliepen
Ensure we delete removed BroadcastSubnets when reloadin...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-25
Kirill Isakov
GitHub CI: fail sanitizer job if any logs were created.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-25
Kirill Isakov
Fix more memory leaks found by ASAN.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-25
Kirill Isakov
Fix use-after-free in final log message on tincd exit.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-25
Kirill Isakov
More strict failure code checks in integration tests.
commit
|
commitdiff
|
tree
|
snapshot
next