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.4.3
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.4.4
Choose a head ref
  • 9 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 25, 2024

  1. Meson: upgrade version

    ssahani committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    66c5c00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #132 from ssahani/netlog

    Meson: upgrade version
    ssahani authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    50887bf View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Fix timeval passing logic

    The condition on the variable r does not work, since r is getting
    overriden after the sd_journal_get_realtime_usec() call.
    cgzones committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9e20b54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e05af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ce9e8f View commit details
    Browse the repository at this point in the history
  4. Improve type safety

    Use the appropriate enum typedef instead of plain int for generated
    string table functions.
    cgzones committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7e1338c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Merge pull request #134 from cgzones/facility

    Add option to skip message with certain syslog facilities
    ssahani authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    045b372 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Update version

    ssahani committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    de2312a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from ssahani/netlog

    Update version
    ssahani authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    b03cc3b View commit details
    Browse the repository at this point in the history
Loading