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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-07
Missing <stdio.h> include for fprintf()
Panu Matilainen
1
-0
/
+1
2012-09-06
Return fingerprint lookups through retval pointer, not struct
Panu Matilainen
4
-32
/
+32
2012-09-06
Avoid double iteration on 'rpm -e' now that iterator count works
Panu Matilainen
1
-11
/
+3
2012-09-06
Push RPMDBI_LABEL arch parsing down to rpmdb layer to fix stuff
Panu Matilainen
2
-17
/
+37
2012-09-05
Use existing fingerprint for packages being removed
Panu Matilainen
1
-12
/
+13
2012-09-05
Shut up gcc whine about potentially uninitialized variable
Panu Matilainen
1
-1
/
+1
2012-09-05
Avoid rehashing directory name when it doesn't change in rpmal population
Panu Matilainen
1
-1
/
+10
2012-09-05
Prehash dir names on fingerprinting to avoid recalculating when adding
Panu Matilainen
1
-5
/
+8
2012-09-05
Use helper variable to eliminate multiple identical conditionals
Panu Matilainen
1
-3
/
+4
2012-09-05
Prehash dependency strings to avoid recalculating when caching
Panu Matilainen
1
-5
/
+9
2012-09-05
Prehash basenames to avoid recalculation when adding new ones
Panu Matilainen
1
-2
/
+5
2012-09-05
Add alternative hash key add/get/check methods with prehashed key
Panu Matilainen
2
-12
/
+62
2012-09-05
Add hash table methodn for (pre)calculating base hash of a key
Panu Matilainen
2
-0
/
+13
2012-09-04
Minor optimizations to rpmvercmp()
Panu Matilainen
1
-5
/
+8
2012-09-03
Avoid netshared path matching when netshared path is not set
Panu Matilainen
1
-11
/
+15
2012-09-03
"Optimize" addFingerprints() a bit
Panu Matilainen
1
-10
/
+13
2012-08-30
Avoid unnecessary calculations on %ghost %config
Panu Matilainen
1
-0
/
+6
2012-08-30
Only backup if osuffix is set
Panu Matilainen
1
-1
/
+2
2012-08-30
Fix memleak regresssion in rpmfiDecideFateIndex()
Panu Matilainen
1
-24
/
+27
2012-08-30
Cache the actual result on rpmdb header verification
Panu Matilainen
1
-5
/
+9
2012-08-30
Use file info set of removed packages instead of header fetches
Panu Matilainen
1
-15
/
+25
2012-08-30
Use file info set of removed packages instead of new temporary one
Panu Matilainen
1
-4
/
+8
2012-08-30
Store transaction element pointers in the removedPkgs hash
Panu Matilainen
7
-21
/
+25
2012-08-29
Define separate hash for rpmdb header check cache
Panu Matilainen
2
-6
/
+17
2012-08-29
Oops, undefining wrong name...
Panu Matilainen
1
-1
/
+1
2012-08-29
Split colored conflict resolution to helper function, unify callers
Panu Matilainen
1
-40
/
+51
2012-08-29
Eliminate redundant helper variable
Panu Matilainen
1
-9
/
+4
2012-08-29
Differentiate between filtered and otherwise resolved new conflicts
Panu Matilainen
1
-5
/
+3
2012-08-24
Detect attempts to replace directory symlink to directory in package
Panu Matilainen
1
-2
/
+11
2012-08-24
Detect attempts to replace directories and report as conflicts
Panu Matilainen
1
-3
/
+42
2012-08-24
Make rpmteHaveTransScript() available internally
Panu Matilainen
2
-1
/
+4
2012-08-24
Differentiate between filtered and otherwise resolved conflicts
Panu Matilainen
1
-2
/
+9
2012-08-23
Remove unused leftover variable
Panu Matilainen
1
-2
/
+0
2012-08-23
Axe the if-what jungle in rpmfiDecideFateIndex()
Panu Matilainen
1
-16
/
+3
2012-08-23
Backing up contents when replaced by directory needs special handling
Panu Matilainen
1
-2
/
+6
2012-08-23
Use fsm->action to decide whether we need a backup or not.
Panu Matilainen
1
-6
/
+2
2012-08-23
Backup filename needs suffix, whether its directory or not
Panu Matilainen
1
-1
/
+1
2012-08-23
Remove dead file-backup code
Panu Matilainen
1
-17
/
+0
2012-08-22
Fix a massive memleak from rpmfiConfigConflictIndex() and optimize it
Panu Matilainen
1
-12
/
+25
2012-08-22
Use rpmfiConfigConflictIndex() for modified config testing on erase too
Panu Matilainen
1
-15
/
+3
2012-08-21
Polish the symlink config file comparison a bit
Panu Matilainen
1
-2
/
+14
2012-08-21
Polish the regular config file comparison a bit
Panu Matilainen
1
-6
/
+15
2012-08-21
Cosmetics: compare memcmp() return code explicitly
Panu Matilainen
1
-4
/
+4
2012-08-21
Fix %config backup on erasure regression
Panu Matilainen
1
-2
/
+15
2012-08-20
Dont create redundant %config backups when on-disk content is same as new
Panu Matilainen
1
-1
/
+7
2012-08-20
Cosmetics: remove unnecessary line-wrap
Panu Matilainen
1
-2
/
+1
2012-08-20
Dont create %config backups on skipped files
Panu Matilainen
1
-0
/
+4
2012-08-17
Only create the first instance of a file shared between packages
Panu Matilainen
1
-0
/
+6
2012-08-17
Blargh, more fdFree() braindamage
Panu Matilainen
1
-1
/
+2
2012-08-07
Verify files from non-installed packages again (RhBug:826589)
Panu Matilainen
1
-1
/
+2
[prev]
[next]