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
/
transaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-7
/
+7
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-31
Split out rpmts_internal.h from rpmts.h
Panu Matilainen
1
-2
/
+1
2007-10-30
Use rpmteKey() instead of te internals
Panu Matilainen
1
-3
/
+5
2007-10-30
Remove unnecessary rpmShowProgress duplicate prototype
Panu Matilainen
1
-13
/
+0
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-26
Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.
Ralf Corsépius
1
-20
/
+20
2007-10-24
Use NEVRA, not NEVR everywhere for rpmProblems
Panu Matilainen
1
-9
/
+9
2007-10-09
Replace all uses of RPMMESS_FATALERROR with RPMLOG_CRIT
Panu Matilainen
1
-5
/
+5
2007-10-09
Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
Panu Matilainen
1
-4
/
+4
2007-10-09
Replace all uses of RPMMESS_ERROR with RPMLOG_ERR
Panu Matilainen
1
-6
/
+6
2007-10-09
Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
Panu Matilainen
1
-28
/
+28
2007-10-09
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen
1
-43
/
+43
2007-10-06
Add description-stubs to doxygen blocks to silence doxygen warnings.
Ralf Corsépius
1
-3
/
+4
2007-09-26
Avoid unnecessary rpmps internals access
Panu Matilainen
1
-2
/
+2
2007-09-26
Rename whatis() to rpmfiWhatis() for namespacing
Panu Matilainen
1
-1
/
+1
2007-09-21
Rename alKey & alNum to rpmal* for namespacing
Panu Matilainen
1
-3
/
+3
2007-09-20
Rename public fileAction* type to rpmFileAction for namespacing
Panu Matilainen
1
-2
/
+2
2007-09-17
Hide db index handling and rpmdb details from the API to internal header
Panu Matilainen
1
-0
/
+1
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-216
/
+88
2007-09-03
Use direct selinux calls for context initialization and matching.
Panu Matilainen
1
-10
/
+5
2007-09-03
Sanitize SELinux file context initialization.
Panu Matilainen
1
-0
/
+18
2007-08-30
Move rollback IDTX out of cli-stuff, its needed by core ts handling too.
Panu Matilainen
1
-6
/
+1
2007-08-27
Don't check for termination signals in middle of transaction (!)
Panu Matilainen
1
-4
/
+0
2007-08-09
Avoid unnecessary .rpmnew and .rpmsave files (rhbz#128622)
Panu Matilainen
1
-3
/
+3
2007-07-11
getRepackageHeaderFromTE() expects const char * as 4th argument
Panu Matilainen
1
-1
/
+1
2007-07-11
domd5() buffer signedness fixes.
Panu Matilainen
1
-1
/
+1
2007-07-10
Remove meaningles statement to avoid compiler warning.
Panu Matilainen
1
-1
/
+1
2007-07-10
Cast tid to time_t for ctime() to avoid compiler warning.
Panu Matilainen
1
-1
/
+1
2007-06-25
Nuke ugly /var/log/lastlog kludgery.
Panu Matilainen
1
-2
/
+0
2007-06-21
Initialise replaced
Paul Nasrat
1
-0
/
+1
2007-06-21
Fix thinko
Paul Nasrat
1
-1
/
+1
2007-06-19
Fix variable double definition.
Panu Matilainen
1
-1
/
+0
2007-06-19
Open non-temporary db's before chroot (rhbz#103952, 173285)
Panu Matilainen
1
-1
/
+4
2007-06-18
Ensure the status of the file which be replaced by another rpm package is
Paul Nasrat
1
-0
/
+17
2007-05-16
Do not run pre/posttrans scripts in test mode.
Panu Matilainen
1
-49
/
+51
2007-05-01
Enable configurable preferable elf colour policy (#235757)
Paul Nasrat
1
-7
/
+9
2007-04-16
When deleting files, drop any s-bit first, so that a malicious
Paul Nasrat
1
-0
/
+24
2007-02-22
Fix netshared path comparison (rh#52725) fix by jbj.
Paul Nasrat
1
-0
/
+3
2005-07-02
Correct typo.
jbj
1
-1
/
+1
2005-02-10
- perform callbacks as always (#147537).
jbj
1
-5
/
+22
2004-12-07
avoid md5 on sparse /var/log/lastlog file
jbj
1
-0
/
+2
2004-11-11
Avoid unnecessary chroot("/") calls for certain Mac OSX kernels.
jbj
1
-2
/
+4
2004-10-25
Add options to populate transaction set while iterating.
jbj
1
-0
/
+1
2004-10-20
Doxygen fiddles.
jbj
1
-8
/
+8
2004-10-09
Flush changes from rpm-4_3 branch.
jbj
1
-5
/
+10
2004-07-05
- bump rpm and popt versions to insure "newer".
jbj
1
-10
/
+13
[next]