Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in_syslog: Provide appending source address parameter #7651

Merged
merged 12 commits into from
Jul 24, 2023

Commits on Jul 5, 2023

  1. in_syslog: Append source_address into records if needed

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c421c69 View commit details
    Browse the repository at this point in the history
  2. in_syslog: test: Add test cases for source_address

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    850102d View commit details
    Browse the repository at this point in the history
  3. in_syslog: Simplify the argument of UDP prot function

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b6ff694 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. in_syslog: Refactor to use flb_msgpack_expand_map

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c5ff849 View commit details
    Browse the repository at this point in the history
  2. in_syslog: Plug uninitialized variable with NULL

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    bd90fdc View commit details
    Browse the repository at this point in the history
  3. in_syslog: Unify a function for addpending a key-value record

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    649fb6c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. in_syslog: Handle type of value and avoid allocations

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    04a8a42 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. in_syslog: Display concrete error messages

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ddc13f1 View commit details
    Browse the repository at this point in the history
  2. in_syslog: Remove a needless variable

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0390de8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. in_syslog: Fix an invalid type

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2810b8e View commit details
    Browse the repository at this point in the history
  2. in_syslog: Organize a premature return

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    24d118a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. in_syslog: Address comments

    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    48ad715 View commit details
    Browse the repository at this point in the history