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
2009-03-10
Lift pgp parsing into separate function
Panu Matilainen
1
-7
/
+17
2009-03-10
Avoid rasprintf() on potentially NULL string
Panu Matilainen
1
-8
/
+8
2009-03-10
Eliminate Yet Another temporary result variable
Panu Matilainen
1
-5
/
+5
2009-03-10
Further rpmVerifySignatures() cleanup
Panu Matilainen
1
-46
/
+46
2009-03-10
Assume failure in rpmVerifySignatures()
Panu Matilainen
1
-8
/
+2
2009-03-10
Use rstrcat() instead of rasprintf(), less fuss involved
Panu Matilainen
1
-4
/
+2
2009-03-10
Fix memleak on signature checking failure
Panu Matilainen
1
-3
/
+3
2009-03-10
Eliminate pointless {} block inflating indentation level
Panu Matilainen
1
-189
/
+186
2009-03-10
Don't return data from headerGet() on regionSwab() failure
Panu Matilainen
1
-0
/
+4
2009-03-09
Unbreak %_install_langs handling (rhbz#489235)
Panu Matilainen
1
-1
/
+2
2009-03-09
Fix RPMTAG_FILESTATES in rpmdb
Panu Matilainen
3
-5
/
+7
2009-03-09
Initialize on declaration, cosmetics only...
Panu Matilainen
1
-5
/
+2
2009-03-09
Dont bother retrieving colors unless actually needed
Panu Matilainen
1
-10
/
+4
2009-03-09
Dont bother retrieving ts problem set unless actually needed
Panu Matilainen
1
-3
/
+2
2009-03-09
Dont bother retrieving altNEVR unless actually needed
Panu Matilainen
1
-4
/
+2
2009-03-08
Load macros before creating directories (rhbz#489104)
Panu Matilainen
1
-2
/
+3
2009-03-04
Condense "shut up gcc" switch-cases to just default no action case
Panu Matilainen
3
-54
/
+6
2009-03-04
Add internal helper to verify signature parse results
Panu Matilainen
1
-37
/
+21
2009-03-04
Move the common part of DSA+RSA verification into helper function
Panu Matilainen
1
-76
/
+53
2009-03-04
Handle V4 signature trailer for RSA too (ticket #34)
Panu Matilainen
1
-6
/
+5
2009-03-04
verifySHA1Signature() doesn't need pgpDig at all
Panu Matilainen
1
-3
/
+3
2009-03-04
verifyMD5Signature() doesn't need pgpDig at all
Panu Matilainen
1
-3
/
+3
2009-03-04
verifySizeSignature() only needs size, not all of pgpDig
Panu Matilainen
1
-6
/
+6
2009-03-04
Eliminate unnecessary fields from pgpDig_s
Panu Matilainen
1
-32
/
+32
2009-03-02
Fix documentation and help for the md5 -> filedigest move
Jindrich Novy
3
-6
/
+8
2009-02-27
Add md5->filedigest aliases (rhbz#487597)
Jindrich Novy
13
-71
/
+77
2009-02-26
Honor --nomanifest on install too
Panu Matilainen
1
-0
/
+5
2009-02-26
Switch to libtool versioning, starting at 0:0:0
Panu Matilainen
1
-1
/
+1
2009-02-26
Handle empty argv passed to rpmdsDupArgv()
Panu Matilainen
1
-3
/
+2
2009-02-24
Clean up runTransScripts() a bit
Panu Matilainen
1
-14
/
+9
2009-02-24
Single point of exit from rpmtsRun()
Panu Matilainen
1
-19
/
+16
2009-02-24
Split initialization of flags etc out of rpmtsRun()
Panu Matilainen
1
-50
/
+62
2009-02-24
Formatting cosmetics only
Panu Matilainen
1
-8
/
+4
2009-02-24
Calculate need to chroot just once
Panu Matilainen
1
-2
/
+3
2009-02-24
Eliminate unnecessary variable
Panu Matilainen
1
-4
/
+1
2009-02-24
Push fingerprinting chroot in+out into rpmtsPrepare() too
Panu Matilainen
1
-27
/
+33
2009-02-24
Push the rest of the prepare-calculations down to rpmtsPrepare()
Panu Matilainen
2
-47
/
+31
2009-02-24
Eliminate fingerprint hash from ts struct
Panu Matilainen
2
-13
/
+12
2009-02-24
Split fingerprinting stuff out of rpmtsRun()
Panu Matilainen
1
-73
/
+79
2009-02-24
Split prepare phase out of rpmtsRun()
Panu Matilainen
1
-27
/
+34
2009-02-24
File skipping only done for added packages, simplify
Panu Matilainen
1
-13
/
+4
2009-02-24
Eliminate unused variables
Panu Matilainen
1
-5
/
+0
2009-02-24
Split sanity checking out of rpmtsRun() to helper function
Panu Matilainen
1
-73
/
+69
2009-02-24
Fix memory leak from unused problem set
Panu Matilainen
1
-3
/
+0
2009-02-24
Calculate files in transaction just once
Panu Matilainen
2
-43
/
+24
2009-02-16
-Moved maifest checking from rpmInstall to rpmCheckManifest.
Rakesh Pandit
1
-34
/
+36
2009-02-16
-Move notify flag settings from rpmInstall and rpmErase to setNotifyFlag.
Rakesh Pandit
1
-10
/
+12
2009-02-16
-Move vsflags calculation from rpmInstall and rpmErase to setvsFlags.
Rakesh Pandit
1
-17
/
+21
2009-02-16
-Remove stopinstall variable and moved rpmcliPackagesTotal to correct place. ...
Rakesh Pandit
1
-28
/
+16
2009-02-16
-Use installInterfaceFlags in place of eraseInterfaceFlags. -Moved transactio...
Rakesh Pandit
3
-96
/
+68
[prev]
[next]