summaryrefslogtreecommitdiff
path: root/lib/rpmlock.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Use safer xstrdup() instead of strdup() wherever possibleJindrich Novy1-1/+1
2008-04-01Enhance error message on failed ts lock acquire (rhbz#427064)Panu Matilainen1-2/+4
2008-04-01Convert rpmlock.c to general rpm indentation stylePanu Matilainen1-86/+87
2008-03-07Another pile of read-only constants marked as such..Panu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+0
2007-12-15Remove bogus const from rpmGenPath() temporary targetsPanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-5/+5
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Move rpmGetPath and rpmGenPath to rpmfileutil.hPanu Matilainen1-0/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-3/+3
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-09Replace all uses of RPMMESS_WARNING with RPMLOG_WARNINGPanu Matilainen1-1/+1
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen1-2/+2
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-3/+3
2007-09-11Remove splint tags.Ralf Corsépius1-24/+4
2007-08-31Use LOCALSTATEDIR instead of hard-coded /var.Ralf Corsépius1-1/+1
2007-07-12Some obvious "missing const" cases...Panu Matilainen1-1/+1
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