Skip to content

Tags: gofrs/flock

Tags

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: missing read-write flag in reopenFDOnError (#95)

Co-authored-by: Fernandez Ludovic <[email protected]>

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: use x/sys/* instead of Syscall when possible (#87)

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: use options on retry (unix) (#78)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for Illumos/Solaris (#63)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 (#65)

v0.8.1

Toggle v0.8.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
0.8.1

This change includes one bugfix for AIX:

- Fix issue caused by calling F_SETLKW instead of F_SETLK (#52 [@jwatson-cgu])

v0.8.0

Toggle v0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
0.8.0

* Add AIX platform support (#40 / @Helflym)

v0.7.3

Toggle v0.7.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
0.7.3

* Fix issues in the license file, update year.

v0.7.2

Toggle v0.7.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
0.7.2

* Ensure we release file handle if we failed to take an exclusive lock (#43 / @azr, #31 / @virtuald)

v0.7.1

Toggle v0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
0.7.1

- Fix linting issues and add goreportcard badge (#34 / @tariq1890)