index
:
spack
adelie
adelie-v0.19.0
adelie-v0.20.3
adelie-v0.21.0
adelie-v0.23.0
develop
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
spack
/
llnl
/
util
/
lock.py
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-11
Fix bug with lock upgrades.
Todd Gamblin
1
-12
/
+16
2016-10-11
Add byte-range parameters to llnl.util.lock
Todd Gamblin
1
-19
/
+40
2016-10-11
Remove need to touch lock files before using.
Todd Gamblin
1
-12
/
+60
2016-10-11
Make llnl.util.lock use file objects instead of low-level OS fds.
Todd Gamblin
1
-17
/
+19
2016-10-11
install : finer graned locking for install command
alalazo
1
-0
/
+8
2016-10-04
Read-only locks should close fd before opening for write. (#1906)
Todd Gamblin
1
-0
/
+8
2016-09-30
Fix read locks on read-only file systems (#1857)
Michael Kuhn
1
-1
/
+2
2016-08-10
Make Spack core PEP8 compliant.
Todd Gamblin
1
-0
/
+3
2016-08-09
Properly re-raise exceptions from lock context handler.
Todd Gamblin
1
-4
/
+6
2016-08-09
Flake8 fixes
Todd Gamblin
1
-8
/
+10
2016-08-09
Move provider cache to home directory and refactor Transactions
Todd Gamblin
1
-2
/
+67
2016-05-11
Correct LLNL LGPL license template for clarity.
Todd Gamblin
1
-8
/
+8
2015-12-09
Change github.com/scalability-llnl to github.com/llnl everywhere.
Todd Gamblin
1
-1
/
+1
2015-10-27
Fix stupid lock bug.
Todd Gamblin
1
-16
/
+24
2015-10-27
Lock acquires return True/False depending on whether they got POSIX lock.
Todd Gamblin
1
-4
/
+15
2015-10-24
Working Lock class, now uses POSIX fcntl locks, extensive unit test.
Todd Gamblin
1
-83
/
+84
2015-09-17
Simplify lock context managers.
Todd Gamblin
1
-9
/
+21
2015-09-17
Several changes to DB implementation.
Todd Gamblin
1
-10
/
+17
2015-08-31
Fixed several issues from code review
Gregory Becker
1
-0
/
+136