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 thread safety issues related to logging #1125

Merged
merged 7 commits into from
May 22, 2020

Commits on May 21, 2020

  1. Fix thread safety issues related to logging

    Signed-off-by: Ivan Santiago Paunovic <[email protected]>
    ivanpauno committed May 21, 2020
    Configuration menu
    Copy the full SHA
    de48cbe View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Use LOCAL visibility in functions not intended to be public

    Signed-off-by: Ivan Santiago Paunovic <[email protected]>
    ivanpauno committed May 22, 2020
    Configuration menu
    Copy the full SHA
    b18fca7 View commit details
    Browse the repository at this point in the history
  2. Use static qualifier in functions only used within a file

    Signed-off-by: Ivan Santiago Paunovic <[email protected]>
    ivanpauno committed May 22, 2020
    Configuration menu
    Copy the full SHA
    bfc98d0 View commit details
    Browse the repository at this point in the history
  3. Delete unnecessary member variable

    Signed-off-by: Ivan Santiago Paunovic <[email protected]>
    ivanpauno committed May 22, 2020
    Configuration menu
    Copy the full SHA
    bdb1ae9 View commit details
    Browse the repository at this point in the history
  4. Address peer review comment

    Signed-off-by: Ivan Santiago Paunovic <[email protected]>
    ivanpauno committed May 22, 2020
    Configuration menu
    Copy the full SHA
    8630acc View commit details
    Browse the repository at this point in the history
  5. Address peer review comments

    Signed-off-by: Ivan Santiago Paunovic <[email protected]>
    ivanpauno committed May 22, 2020
    Configuration menu
    Copy the full SHA
    b29cdd6 View commit details
    Browse the repository at this point in the history
  6. Add missing new line in message

    Signed-off-by: Ivan Santiago Paunovic <[email protected]>
    ivanpauno committed May 22, 2020
    Configuration menu
    Copy the full SHA
    26eee47 View commit details
    Browse the repository at this point in the history