summaryrefslogtreecommitdiff
path: root/lib/rpmlock.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-13Fix potential segfault if no rpmlock_path defined (rh#231146)Paul Nasrat1-1/+1
2007-02-22Make fcntl lock sensitive to --root (#151255)Paul Nasrat1-2/+2
2005-01-28Remove unused _rpmlock_file.jbj1-3/+0
2005-01-26- move global /var/lock/rpm/transaction to dbpath.jbj1-14/+23
2004-03-26Splint fiddles.jbj1-1/+5
2004-03-02Change lock file location.jbj1-8/+1
2004-02-26use static variable, not define, for lock file path.jbj1-1/+4
2004-02-26splint fiddles.jbj1-13/+31
2004-02-25It was 2 bytes, not one. Amateurs.. humpf. ;-)niemeyer1-1/+1
2004-02-25Oops. "path" was being allocated with 1 byte less than necessary.niemeyer1-1/+1
2004-02-25Creating transaction locking scheme based on fcntl file lockingniemeyer1-0/+135