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: videolabs/libdsm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.3
Choose a base ref
...
head repository: videolabs/libdsm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 12 files changed
  • 3 contributors

Commits on Aug 22, 2022

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

Commits on Sep 7, 2022

  1. Avoid relying on implicit function declarations

    smb_ntlm.c includes stdlib.h transitively via config.h -> compat.h.
    This means that defining _CRT_RAND_S in smb_ntlm.c (before including
    config.h itself) does not have the desired effect of pulling in the
    rand_s() function declaration.
    
    To fix this (and the Wimplicit-function-declaration warning, which has
    become an error in Clang 16), define _CRT_RAND_S before including
    stdlib.h.
    JohannesKauffmann authored and jbkempf committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    a95e2ee View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. use GetCurrentProcessId for the process ID on Windows

    getpid is not available in UWP even though it's detected.
    robUx4 authored and jbkempf committed May 23, 2023
    Configuration menu
    Copy the full SHA
    4795062 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Fix Wstrict-prototypes

    JohannesKauffmann authored and jbkempf committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0f3edc6 View commit details
    Browse the repository at this point in the history
Loading