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: larsewi/leech
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.22
Choose a base ref
...
head repository: larsewi/leech
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.23
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 3, 2025

  1. Fixed implicit declaration of function 'lstat' on Windows

    Windows NT does not have the concept of symbolic links. So UNIX `lstat`
    is equvivalent to Windows `stat`.
    
    Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
    larsewi committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    5f2e56c View commit details
    Browse the repository at this point in the history
  2. Bumped leech version to 0.1.23

    Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
    larsewi committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    fb998a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #92 from larsewi/stat

    Fixed implicit declaration of lstat on Windows
    larsewi authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    4de4705 View commit details
    Browse the repository at this point in the history
Loading