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

Added Flock object for automatic unlock on drop. #2170

Merged
merged 35 commits into from
Dec 3, 2023

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    bdc7e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1740131 View commit details
    Browse the repository at this point in the history
  3. Fixed doc error on Flock.

    coderBlitz committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    aa8369d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    a566bb2 View commit details
    Browse the repository at this point in the history
  2. Indent fix.

    coderBlitz committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    7912e88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d234054 View commit details
    Browse the repository at this point in the history
  4. More import fixes.

    coderBlitz committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    e0c53bb View commit details
    Browse the repository at this point in the history
  5. Format changes.

    coderBlitz committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    ad58d40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    647059d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    7cf6765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99e9f6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32443fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81ca0e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Update src/fcntl.rs

    Co-authored-by: SteveLauC <stevelauc@outlook.com>
    coderBlitz and SteveLauC committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5704efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f256883 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    2103ec7 View commit details
    Browse the repository at this point in the history
  2. Finalized FlockArg as enum and removed TODO accordingly, removed fl…

    …ock wrapper entirely.
    coderBlitz committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5609d07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eaca17 View commit details
    Browse the repository at this point in the history
  4. Fixed linting error.

    coderBlitz committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4919bba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91c9590 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d61c038 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40fda24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b544cd1 View commit details
    Browse the repository at this point in the history
  9. Fixed linting errors.

    coderBlitz committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    91273fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    836986c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    723c386 View commit details
    Browse the repository at this point in the history
  12. Reverted changes to original flock() and FlockArg for deprecation…

    … period, added EINVAL case if the unlock operation is given to `Flock::lock()`.
    coderBlitz committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    85b76ee View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    c470752 View commit details
    Browse the repository at this point in the history
  2. Fixed linting errors.

    coderBlitz committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    a28425b View commit details
    Browse the repository at this point in the history
  3. More linting fixes.

    coderBlitz committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    47e1f5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    936e3ce View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Made requested changes.

    coderBlitz committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    bcb5880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dc7bed View commit details
    Browse the repository at this point in the history
  3. Removed duplicate import.

    coderBlitz committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    b04334f View commit details
    Browse the repository at this point in the history
  4. Format change.

    coderBlitz committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    d3225bb View commit details
    Browse the repository at this point in the history