flockit
File locker
A shim library to add file locking functionality to existing programs that don't support it.
LD_PRELOAD shim to add file locking to programs that don't do it (I'm looking at you, rsync!)
11 stars
2 watching
2 forks
Language: C
last commit: over 12 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
moxystudio/node-proper-lockfile | A utility that provides atomic and cross-process file locking across local or network file systems. | 241 |
fritzw/ld-preload-open | Tricks processes into opening files from a different location without root access. | 88 |
lirantal/lockfile-lint | Analyzes lockfiles to detect security issues and ensure packages adhere to predefined policies | 788 |
dessant/lock-threads | Automates locking of inactive closed issues, pull requests, and discussions on GitHub. | 314 |
viney-shih/go-lock | A lock library implementing read-write mutex and read-write trylock without starvation to prevent system blocking | 117 |
php-lock/lock | A library that provides a way to execute critical code in serialized fashion in concurrent situations. | 935 |
git-disl/lockdown | A backdoor defense system for federated learning, designed to protect against data poisoning attacks by isolating subspace training and aggregating models with robust consensus fusion. | 18 |
dblock/guard-rack | Automatically restarts a Rack application when the relevant files change. | 42 |
dtaniwaki/rack-secure-upload | A middleware that secures file uploads by scanning files for malicious content before they are processed by an application. | 74 |
zer0tonin/mikochi | A minimalist remote file browser with streaming capabilities for self-hosted servers/NAS | 279 |
bsm/redislock | Provides a simple distributed locking mechanism using Redis. | 1,495 |
boostorg/lockfree | A C++ library providing a set of high-performance synchronization primitives to safely access shared data without locks or barriers. | 126 |
jollywho/nav | A hackable ncurses file manager with features like multi-selection and bulk renaming. | 25 |
vincent-pradeilles/weakable-self | Helps avoid memory leaks by providing a way to safely capture weak references to the object calling a closure | 78 |
iammert/applocker | An Android app that provides secure features such as app locker, fingerprint validation, and call blocking while using encryption for data storage. | 478 |