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
/
psm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
1
-1
/
+1
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
1
-12
/
+12
2007-11-07
Document rpmio_internal.h uses outside rpmio/
Panu Matilainen
1
-1
/
+1
2007-11-07
Remove bunch of unnecessary misc.h includes, document others
Panu Matilainen
1
-1
/
+1
2007-10-31
Document RPMFI_INTERNAL uses
Panu Matilainen
1
-1
/
+1
2007-10-31
Document _RPMTE_INTERNAL needs
Panu Matilainen
1
-1
/
+1
2007-10-30
Split transaction score stuff to separate private header
Panu Matilainen
1
-1
/
+1
2007-10-30
No callback, no repackaging info - tough...
Panu Matilainen
1
-7
/
+0
2007-10-30
Use rpmtsRootDir() instead of ts->rootDir + url guess-games in psm
Panu Matilainen
1
-19
/
+5
2007-10-28
Include "rpmlib.h" instead of <rpmlib.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmio_internal.h" instead of <rpmio_internal.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmlua.h" instead of <rpmlua.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-28
Include "rpmurl.h" instead of <rpmurl.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-26
Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.
Ralf Corsépius
1
-11
/
+11
2007-10-09
Make rpmerr.h private, include directly where needed.
Panu Matilainen
1
-0
/
+1
2007-10-09
Replace all uses of RPMMESS_VERBOSE with RPMLOG_INFO
Panu Matilainen
1
-1
/
+1
2007-10-09
Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
Panu Matilainen
1
-8
/
+8
2007-10-09
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen
1
-9
/
+9
2007-10-09
Replace all rpmError() uses with rpmlog()
Panu Matilainen
1
-12
/
+12
2007-09-26
Eliminate some unnecessary rpmte-internal accesses in psm
Panu Matilainen
1
-8
/
+6
2007-09-20
Rename public fileAction* type to rpmFileAction for namespacing
Panu Matilainen
1
-2
/
+2
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-163
/
+23
2007-09-11
Fake callbacks on erasure for packages without files (rhbz#259961)
Panu Matilainen
1
-1
/
+8
2007-07-23
Update scriptlet names to match current reality (rhbz#248128)
Panu Matilainen
1
-5
/
+11
2007-07-12
Cast argv to rpm_execcon expected type
Panu Matilainen
1
-1
/
+1
2007-07-11
Use correct formatting for scoreboard pointers
Panu Matilainen
1
-4
/
+4
2007-07-11
More ptr target signedness fixes...
Panu Matilainen
1
-1
/
+1
2007-07-11
Make offsets match what rpmdbAppendIterator() expects
Panu Matilainen
1
-1
/
+1
2007-07-10
Remove const type-qualifiers from function return types everywhere.
Panu Matilainen
1
-2
/
+2
2007-07-09
Avoid closing scriptlet stdout by mistake.
Panu Matilainen
1
-6
/
+1
2007-06-26
Remove hardcoded libtermcap vs bash kludge.
Panu Matilainen
1
-4
/
+0
2007-06-11
Treat null epoch equal to zero epoch in freshen (rhbz#143301). Patch from JBJ.
Panu Matilainen
1
-8
/
+3
2007-05-24
Check for supported payload format on package install. (rhbz#140052)
Panu Matilainen
1
-1
/
+4
2007-05-16
Fix building without Lua support.
Panu Matilainen
1
-0
/
+6
2007-04-16
When deleting files, drop any s-bit first, so that a malicious
Paul Nasrat
1
-1
/
+1
2007-04-16
Fork failure patch from OpenSuSE
Paul Nasrat
1
-0
/
+7
2005-07-13
- fix: initialize variables used in debug msg (#160458).
jbj
1
-4
/
+4
2005-05-11
scriptlet signal failure message
pauln
1
-0
/
+6
2005-01-04
Splint fiddles.
jbj
1
-0
/
+2
2004-11-28
- add support for automagic pubkey retrieval using HKP.
jbj
1
-0
/
+2
2004-11-11
- selinux: use rpm_execcon, not execv, to run scriptlets (#136848).
jbj
1
-81
/
+2
2004-11-11
Avoid unnecessary chroot("/") calls for certain Mac OSX kernels.
jbj
1
-12
/
+16
2004-11-04
Stub in URL_IS_HTTPS everywhere.
jbj
1
-0
/
+3
2004-10-09
Doxygen and cpp nit picks.
jbj
1
-1
/
+0
2004-10-09
Flush changes from rpm-4_3 branch.
jbj
1
-19
/
+16
2004-10-09
Splint fiddles.
jbj
1
-1
/
+1
2004-08-31
- ia64: auto-relocate entire, not partial, directory contents (#126905).
jbj
1
-9
/
+21
2004-07-05
- ia64: auto-relocate glibc.ix86 interpreter path (#100563).
jbj
1
-0
/
+32
2004-05-04
%postun failures are now propagated back to transaction state machine.
joden
1
-1
/
+1
[next]