Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-27 | also cast to new variable for IPv4 addressesHEADnextmain | 1 | -2/+2 | ||
... just to keep the code in sync. | |||||
2025-01-27 | use macro to detect ipv4-mapped addresses | 1 | -7/+6 | ||
2025-01-20 | prepare version 0.2.10.2.1 | 1 | -1/+1 | ||
2025-01-20 | add a comment on passed socket (via systemd's activation) | 1 | -0/+1 | ||
2025-01-20 | close socket on error | 1 | -0/+2 | ||
2025-01-20 | fall back to IPv4 socket | 1 | -8/+15 | ||
Looks like some legacy systems out there do not support IPv6, even if running systemd. Let's fall back then... A little fun fact: The IPv6 specification (1998) predates systemd (first release in 2010) by about 12 years... 🤪 Fixes: https://github.com/eworm-de/udp514-journal/issues/5 | |||||
2025-01-16 | prepare version 0.2.00.2.0 | 1 | -1/+1 | ||
2025-01-16 | properly handle IPv4 socket... | 1 | -1/+14 | ||
... as chances are the systemd socket passed in is IPv4 only. | |||||
2025-01-16 | support systemd socket activation | 5 | -18/+44 | ||
2025-01-16 | give advice to enable permanently | 1 | -3/+9 | ||
2025-01-16 | strip prefix from ipv4-mapped addresses... | 2 | -10/+17 | ||
... so we have plain ipv4 addresses for SYSLOG_IDENTIFIER. | |||||
2025-01-16 | support IPv6 | 2 | -23/+37 | ||
This causes all addresses to become IPv6 ones. IPv4 addresses are represented as IPv4-mapped IPv6 address (with prefix `::ffff:`). | |||||
2025-01-02 | update copyright for 2025 | 3 | -3/+3 | ||
2024-01-01 | update copyright for 2024 | 3 | -3/+3 | ||
2023-03-09 | prepare version 0.1.10.1.1 | 1 | -1/+1 | ||
2023-03-09 | include sys/syslog.h explicitly, define __USE_MISC | 1 | -2/+4 | ||
Starting with glibc 2.36 the facilitynames and prioritynames are guarded with __USE_MISC. https://sourceware.org/git/?p=glibc.git;a=commit;h=cac6b54ae2e99013d472ce548405886d301c73e4 | |||||
2023-01-03 | update copyright for 2023 | 3 | -3/+3 | ||
2022-01-03 | update copyright for 2022 | 3 | -3/+3 | ||
2021-01-01 | update copyright for 2021 | 3 | -3/+3 | ||
2020-11-25 | clearly state the license | 5 | -4/+721 | ||
2020-01-15 | prepare version 0.1.00.1.0 | 1 | -1/+1 | ||
2020-01-15 | update copyright for 2020 | 2 | -2/+2 | ||
2019-09-10 | do not crash on missing space | 1 | -1/+3 | ||
2019-09-10 | always restart service | 1 | -0/+1 | ||
2019-09-06 | move declarations to loop | 1 | -2/+2 | ||
2019-09-06 | move function to condition... | 1 | -4/+2 | ||
... and purge a variable. | |||||
2019-09-06 | use more descriptive variable names | 1 | -8/+8 | ||
2019-09-04 | parse and send priority | 2 | -1/+18 | ||
2019-09-04 | close socket | 1 | -0/+3 | ||
2019-06-28 | Makefile: change order of compiler parameters | 1 | -1/+1 | ||
For whatever reason this is required for *ubuntu distributions... Fixes #1 | |||||
2019-01-01 | update copyright for 2019 | 2 | -2/+2 | ||
2018-08-14 | release: add comment with file name to signatures | 1 | -2/+2 | ||
2018-06-14 | update dependencies' upstream urls | 1 | -1/+1 | ||
2018-06-08 | remove trailing spaces, update url | 1 | -2/+2 | ||
2018-06-08 | make gitlab.com a mirror | 1 | -2/+6 | ||
https://blog.github.com/2018-06-04-github-microsoft/ | |||||
2018-06-07 | give hint about viewing the logs | 1 | -2/+16 | ||
2018-06-06 | release: write tar signature to git notes | 1 | -0/+1 | ||
2018-03-13 | prepare version 0.0.30.0.3 | 1 | -1/+1 | ||
2018-03-13 | use dynamic user and grant capability to bind socket | 1 | -0/+2 | ||
2018-01-10 | add missing line break | 1 | -1/+1 | ||
2018-01-10 | prepare version 0.0.20.0.2 | 1 | -1/+1 | ||
2018-01-10 | set SYSLOG_IDENTIFIER to ip address | 1 | -2/+2 | ||
... and drop field IP_ADDRESS instead. | |||||
2018-01-09 | add a simple counter and systemd unit status notification | 1 | -0/+4 | ||
2018-01-08 | remove unused variable | 1 | -2/+2 | ||
2018-01-08 | update comments | 1 | -2/+2 | ||
2018-01-08 | initial commit0.0.1 | 6 | -0/+198 | ||