Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: systemd/systemd-netlogd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2
Choose a base ref
...
head repository: systemd/systemd-netlogd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3
Choose a head ref
  • 20 commits
  • 15 files changed
  • 4 contributors

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    c9b20df View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Merge pull request #34 from hitsmaxft/config_install_prefix

    remove hard-coding /lib/systemd  , for build archlinux package
    ssahani authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    01340ce View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Readme: Fix typo

    closes #35
    ssahani authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7dfb74b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Introduce RFC 3339

    ssahani committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    1cade37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from ssahani/rfc3339

    Introduce RFC 3339
    ssahani authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    c297551 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ssahani authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5d3e464 View commit details
    Browse the repository at this point in the history
  4. meson: Use meson setup

    ssahani committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    8991e8a View commit details
    Browse the repository at this point in the history
  5. meson: Bump version

    ssahani committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    6a995ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad0495a View commit details
    Browse the repository at this point in the history
  7. Default init socket address

    ssahani committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f307cb2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #43 from ssahani/journal-structed-data

    Various cleanups
    ssahani authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5668330 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    ssahani authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    03ce601 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f02c81 View commit details
    Browse the repository at this point in the history
  11. Do not abort on NULL messages

    ssahani committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    3afd860 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #44 from ssahani/journal-structed-data

    Do not abort on NULL messages
    ssahani authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    9ba7eb0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2a33626 View commit details
    Browse the repository at this point in the history
  14. Backport parse_bool

    ssahani committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    055f66f View commit details
    Browse the repository at this point in the history
  15. Introduce custom SYSLOG_MSGID and SYSLOG_STRUCTURED_DATA

      sd_journal_send(
        "MESSAGE=%s", "Message to process",
        "PRIORITY=%s", "4",
        "SYSLOG_FACILITY=%s", "1",
        "SYSLOG_MSGID=%s", "1011",
        "SYSLOG_STRUCTURED_DATA=%s", R"([exampleSDID@32473 iut="3" eventSource="Application"])",
        NULL
    );
    ssahani committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    0e80e26 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    272c056 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #45 from ssahani/journal-structed-data

    Journal structed data
    ssahani authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    bc9cdf8 View commit details
    Browse the repository at this point in the history
Loading