index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rpmlock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-22
Further generalize the rpmlock interface
Panu Matilainen
1
-32
/
+10
2010-04-22
Generalize rpmlock_new() by moving transaction lock path calculation out
Panu Matilainen
1
-17
/
+17
2010-04-22
Make rpmlock type visible inside rpm, use instead of void*
Panu Matilainen
1
-6
/
+6
2010-01-05
Move <errno.h> include out of system.h to the places that need it
Panu Matilainen
1
-0
/
+1
2009-09-16
Move the default transaction lock out of BDB environment namespace
Panu Matilainen
1
-1
/
+1
2009-07-09
Oops, missing include for dirname()
Panu Matilainen
1
-0
/
+2
2009-07-09
Create the directory used for transaction lock if necessary
Panu Matilainen
1
-0
/
+1
2008-09-25
Use safer xstrdup() instead of strdup() wherever possible
Jindrich Novy
1
-1
/
+1
2008-04-01
Enhance error message on failed ts lock acquire (rhbz#427064)
Panu Matilainen
1
-2
/
+4
2008-04-01
Convert rpmlock.c to general rpm indentation style
Panu Matilainen
1
-86
/
+87
2008-03-07
Another pile of read-only constants marked as such..
Panu Matilainen
1
-1
/
+1
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-1
/
+1
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-1
/
+0
2007-12-15
Remove bogus const from rpmGenPath() temporary targets
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-5
/
+5
2007-11-30
Move logging related macros rpmlog, adjust includes
Panu Matilainen
1
-0
/
+1
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-1
/
+1
2007-11-23
Move rpmGetPath and rpmGenPath to rpmfileutil.h
Panu Matilainen
1
-0
/
+1
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-3
/
+3
2007-10-28
Include "rpmlib.h" instead of <rpmlib.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmmacro.h" instead of <rpmmacro.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-09
Replace all uses of RPMMESS_WARNING with RPMLOG_WARNING
Panu Matilainen
1
-1
/
+1
2007-10-09
Replace all uses of RPMMESS_ERROR with RPMLOG_ERR
Panu Matilainen
1
-2
/
+2
2007-10-09
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen
1
-3
/
+3
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-24
/
+4
2007-08-31
Use LOCALSTATEDIR instead of hard-coded /var.
Ralf Corsépius
1
-1
/
+1
2007-07-12
Some obvious "missing const" cases...
Panu Matilainen
1
-1
/
+1
2007-03-13
Fix potential segfault if no rpmlock_path defined (rh#231146)
Paul Nasrat
1
-1
/
+1
2007-02-22
Make fcntl lock sensitive to --root (#151255)
Paul Nasrat
1
-2
/
+2
2005-01-28
Remove unused _rpmlock_file.
jbj
1
-3
/
+0
2005-01-26
- move global /var/lock/rpm/transaction to dbpath.
jbj
1
-14
/
+23
2004-03-26
Splint fiddles.
jbj
1
-1
/
+5
2004-03-02
Change lock file location.
jbj
1
-8
/
+1
2004-02-26
use static variable, not define, for lock file path.
jbj
1
-1
/
+4
2004-02-26
splint fiddles.
jbj
1
-13
/
+31
2004-02-25
It was 2 bytes, not one. Amateurs.. humpf. ;-)
niemeyer
1
-1
/
+1
2004-02-25
Oops. "path" was being allocated with 1 byte less than necessary.
niemeyer
1
-1
/
+1
2004-02-25
Creating transaction locking scheme based on fcntl file locking
niemeyer
1
-0
/
+135