issues
search
gofrs
/
flock
Thread-safe file locking library in Go
https://pkg.go.dev/github.com/gofrs/flock
BSD 3-Clause "New" or "Revised" License
578
stars
66
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Cannot build on Illumos
#53
francescocarzaniga
closed
4 months ago
4
Fix issue caused by calling F_SETLKW instead of F_SETLK
#52
jwatson-gcu
closed
3 years ago
5
AIX TryLock() issue
#51
jwatson-gcu
closed
3 years ago
1
Added support for Linux on Power on Travis
#50
ujjwalsh
closed
4 months ago
1
feat: add directory support
#49
tharvik
closed
4 months ago
1
fix: dropped test error
#48
alrs
closed
2 years ago
0
Fix license text, update year
#47
theckman
closed
4 years ago
0
Update .travis.yml to test against stable Go versions
#46
theckman
closed
4 years ago
0
docs: does not implement sync.Locker
#45
rbcrwd
closed
4 months ago
0
3rd clause of BSD refers to "linode-netint"
#44
paravoid
closed
4 years ago
4
Release failed flock
#43
azr
closed
4 years ago
5
API is too restrictive for use on Windows.
#42
MMulthaupt
closed
5 years ago
4
problem with remove lock file in windows
#41
allaVolkov
opened
5 years ago
3
Add AIX support with fcntl
#40
Helflym
closed
4 years ago
10
Add directory support
#39
tharvik
closed
4 years ago
0
Add go 1.12.x to TravisCI
#38
tariq1890
closed
4 years ago
7
Rename flock godoc badge.
#37
tariq1890
closed
5 years ago
0
Add codecov to gofrs/flock
#36
tariq1890
opened
5 years ago
0
Fix linting issues and add goreportcard badge
#35
tariq1890
closed
5 years ago
5
don't mention sync.Locker in package documentation
#34
acln0
closed
6 years ago
1
incorrect interface
#33
KaiserKarel
closed
6 years ago
4
Add New method and deprecate NewFlock
#32
egonelbre
closed
6 years ago
2
Ensure files are closed upon lock error
#31
virtuald
closed
4 years ago
0
Close/Unlock won't close the file descriptor if not locked
#30
virtuald
closed
4 years ago
0
Add warning about possible stale state
#29
egonelbre
closed
6 years ago
0
Add warning about possible stale state
#28
egonelbre
closed
6 years ago
0
Fix "ahred" -> "shared" typo in RLock documentation
#27
niaow
closed
6 years ago
0
Update tests to import github.com/gofrs/flock
#26
theckman
closed
6 years ago
2
Stutter in flock.NewLock
#25
egonelbre
closed
6 years ago
3
Update README to replace references to theckman/go-flock
#24
theckman
closed
6 years ago
1
ci: use Go 1.10/1.11, test with -race
#23
adamdecaf
closed
6 years ago
3
Fix exclusive lock to work on Linux+NFS
#22
virtuald
closed
6 years ago
2
Add an explicit Close function
#21
virtuald
closed
6 years ago
5
Typo fix
#20
chankyin
closed
6 years ago
1
Add an explicit Close function
#19
virtuald
closed
6 years ago
1
Stop file from being deleted (win, mac, linux)
#18
pjebs
closed
6 years ago
3
Update .travis.yml file to test against latest Go versions
#17
theckman
closed
6 years ago
0
Add New(*os.File)
#16
theory
closed
6 years ago
3
Add shared lock support
#15
theory
closed
6 years ago
12
Add Windows CI with AppVeyor; fix bugs discovered through Windows CI
#14
theckman
closed
6 years ago
0
Shared Locking?
#13
theory
closed
6 years ago
4
Update TravisCI to test against the latest Go 1.9.x and 1.8.x
#12
theckman
closed
7 years ago
0
add .TryLockContext method to *Flock
#11
gonix
closed
7 years ago
8
windows support
#10
fatcat386
closed
7 years ago
1
fix import path in example
#9
cenkalti
closed
8 years ago
1
do not remove the file on Unlock()
#8
theckman
closed
9 years ago
0
add .String() method to *Flock
#7
theckman
closed
9 years ago
0
make sure Lock() uses the short-circuit
#6
theckman
closed
9 years ago
0
remove unnecessary unlock of file; add Lock() test to confirm blocking
#5
theckman
closed
9 years ago
0
when unlocking make the filehandle nil
#4
theckman
closed
9 years ago
0
Previous
Next