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

DANGER: Initial stab at getting things working with fuse3 instead of fuse2. #182

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 8, 2023

  1. Initial stab at getting things working with fuse3 instead of fuse2.

    Caveats:
    My knowlege of C would best be described as "Basic"
    My prior fuse development experince would best be described as "None"
    I made no effort to keep things working for systems that still use fuse2, like older linux distros and I assume MacOS
    I do not have a proper suite of tests. I added files, made sure I could see them and then deleted them. Testing has be MINIMAL. Keep that in mind before using my code to mess with data you care about.
    
    That being said, these changes allowed me to compile pcloudcc on an amd64 install of gentoo linux. Basic operations work as far as I can tell.
    James Miller committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    8ba5a6c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Lowering the required version makes this build successfully on ubuntu…

    … 22.04.2 ltl for amd64
    James Miller committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    78a156f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03b47dd View commit details
    Browse the repository at this point in the history
  3. Update README.md drop unneeded step

    For some reason when it's being reneder, it's not getting put on it's own line, which causes problems with cut-and-paste
    jvaskonen authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    7019581 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    jvaskonen authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    4ea0b2d View commit details
    Browse the repository at this point in the history