Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmlock.c
2009-09-16 Panu MatilainenMove the default transaction lock out of BDB environmen...
2009-07-09 Panu MatilainenOops, missing include for dirname()
2009-07-09 Panu MatilainenCreate the directory used for transaction lock if necessary
2008-09-25 Jindrich NovyUse safer xstrdup() instead of strdup() wherever possible
2008-04-01 Panu MatilainenEnhance error message on failed ts lock acquire (rhbz...
2008-04-01 Panu MatilainenConvert rpmlock.c to general rpm indentation style
2008-03-07 Panu MatilainenAnother pile of read-only constants marked as such..
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-15 Panu MatilainenRemove bogus const from rpmGenPath() temporary targets
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Panu MatilainenMove rpmGetPath and rpmGenPath to rpmfileutil.h
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-28 Ralf CorsépiusInclude "rpmmacro.h" instead of <rpmmacro.h>.
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_WARNING with RPMLOG_WARNING
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_ERROR with RPMLOG_ERR
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-02 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-08-31 Ralf CorsépiusUse LOCALSTATEDIR instead of hard-coded /var.
2007-07-12 Panu MatilainenSome obvious "missing const" cases...
2007-03-13 Paul NasratFix potential segfault if no rpmlock_path defined ...
2007-02-22 Paul NasratMake fcntl lock sensitive to --root (#151255)
2005-01-28 jbjRemove unused _rpmlock_file.
2005-01-26 jbj- move global /var/lock/rpm/transaction to dbpath.
2004-03-26 jbjSplint fiddles.
2004-03-02 jbjChange lock file location.
2004-02-26 jbjuse static variable, not define, for lock file path.
2004-02-26 jbjsplint fiddles.
2004-02-25 niemeyerIt was 2 bytes, not one. Amateurs.. humpf. ;-)
2004-02-25 niemeyerOops. "path" was being allocated with 1 byte less than...
2004-02-25 niemeyerCreating transaction locking scheme based on fcntl...