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

Fix putlog timestamp: localtime() -> localtime_r() #1441

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    be0eec5 View commit details
    Browse the repository at this point in the history
  2. More localtime_r()

    michaelortmann committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    e67b137 View commit details
    Browse the repository at this point in the history
  3. ctime() -> ctime_r()

    michaelortmann committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    0c1689b View commit details
    Browse the repository at this point in the history
  4. Fix null termination

    michaelortmann committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    b02b364 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    michaelortmann committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7085082 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    c7fa506 View commit details
    Browse the repository at this point in the history
  2. Revert 1 line to avoid new compiler warning

    Michael Ortmann committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    5730200 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Jul 10, 2024

  1. Merge remote-tracking branch 'upstream/develop' into localtime_r

    Merge done to trigger new CI run
    michaelortmann committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4f8db19 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

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

    michaelortmann committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9dc2f13 View commit details
    Browse the repository at this point in the history