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

engine:enhanced byte order handling for timestamps #9196

Merged

Commits on Aug 14, 2024

  1. engine:enhanced byte order handling for timestamps

    This change ensures correct byte order conversions for
    timestamp fields within log event decoder and encoder.
    
    Added FLB_TO_NATIVE_UINT32 in flb_endian.h. This function checks the
    host machine's byte order and applies the necessary conversion for 32-bit
    unsigned integers.
    
    Co-authored-by: Bernhard Schmid <[email protected]>
    Signed-off-by: Mirko Lazarevic <[email protected]>
    mirko-lazarevic and BernhardSchmid committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    efdf65b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 22, 2024

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