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
/
package.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-28
Eliminate dead NULL-assignments at scope-end in librpm, part II
Panu Matilainen
1
-5
/
+5
2011-03-23
Avoid timedRead() usage
Jindrich Novy
1
-2
/
+2
2010-10-22
Couple of enum craziness fixes to package.c
Panu Matilainen
1
-5
/
+5
2010-04-12
Do not load keyring if signature checking is disabled.
Michael Schroeder
1
-2
/
+6
2009-10-14
Eliminate last remaining FD_t struct privacy violation
Panu Matilainen
1
-2
/
+2
2009-09-02
Simplify headerCheckPayloadFormat() a bit
Panu Matilainen
1
-13
/
+5
2009-09-02
Eliminate uses of headerNVR() and friends in librpm (and python) code
Panu Matilainen
1
-1
/
+1
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in header code
Panu Matilainen
1
-2
/
+2
2009-06-23
Set HEADERFLAGS_ALLOCATED centrally from headerLoad()
Panu Matilainen
1
-1
/
+0
2009-05-20
Eliminate useless pgpDig nbytes counter
Panu Matilainen
1
-14
/
+1
2009-05-20
Refactor ts out of main read package function
Panu Matilainen
1
-26
/
+16
2009-05-20
Refactor ts out of main header read function
Panu Matilainen
1
-2
/
+15
2009-05-20
Refactor ts out of main header verification routine
Panu Matilainen
1
-22
/
+17
2009-03-25
Eliminate copy-paste digest calculation in rpmReadPackageFile()
Panu Matilainen
1
-18
/
+5
2009-03-25
Eliminate copy-paste digest calculation in headerCheck()
Panu Matilainen
1
-37
/
+6
2009-03-25
Eliminate header/payload digests from pgpDig_s, they dont belong
Panu Matilainen
1
-19
/
+24
2009-03-12
Rip all handling of broken md5 sums from 1997, rpm 2.x era
Panu Matilainen
1
-12
/
+0
2009-03-11
Move headerIsEntry() check of sigtag into _chk() macro
Panu Matilainen
1
-18
/
+8
2009-03-04
Condense "shut up gcc" switch-cases to just default no action case
Panu Matilainen
1
-9
/
+1
2009-03-04
Add internal helper to verify signature parse results
Panu Matilainen
1
-37
/
+21
2009-01-30
Try to play nice with OpenPKG (rpm5.org) packages (rhbz#478907)
Panu Matilainen
1
-7
/
+12
2009-01-05
Eliminate header magic duplication all over the place, export it
Panu Matilainen
1
-14
/
+9
2008-12-08
Work around broken packages which dont have RPMTAG_SOURCERPM
Panu Matilainen
1
-0
/
+10
2008-10-10
Convert in-tree users to headerConvert()
Panu Matilainen
1
-2
/
+1
2008-09-18
Force error return if headerLoad() fails
Panu Matilainen
1
-0
/
+1
2008-08-04
Bunch of keyring / pubkey refcounting fixes
Panu Matilainen
1
-2
/
+9
2008-07-02
Plug a dumb memleak that has crept into rpmReadPackageFile()
Panu Matilainen
1
-0
/
+2
2008-07-02
Change rpmts keyring get/set interface to more transparent handling
Panu Matilainen
1
-10
/
+3
2008-07-01
Pass keyring, not the full ts to lowlevel signature routines
Panu Matilainen
1
-2
/
+9
2008-06-30
We don't need ts to stash the keyid locally now
Panu Matilainen
1
-3
/
+3
2008-06-30
headerCheck() does not recurse
Panu Matilainen
1
-11
/
+2
2008-06-30
Detach pgp digest from transaction set
Panu Matilainen
1
-14
/
+13
2008-06-30
Detach signature tag data from transaction set
Panu Matilainen
1
-14
/
+15
2008-06-26
Teach rpmAddSignature() and rpmReadSignature() about 64bit tags
Panu Matilainen
1
-0
/
+2
2008-06-07
Handle 64bit type in headerMergeLegacySigs()
Panu Matilainen
1
-0
/
+1
2008-05-23
Convert the rest of rpmReadPackageFile() to new headerGet()
Panu Matilainen
1
-14
/
+10
2008-05-23
Start converting rpmReadPackageFile() to new headerGet()
Panu Matilainen
1
-10
/
+7
2008-05-23
Convert headerCheckPayloadFormat() to new headerGet() interface
Panu Matilainen
1
-3
/
+5
2008-05-14
Convert headerRegenSigHeader() to new header iterator interface
Panu Matilainen
1
-24
/
+15
2008-05-14
Convert headerMergeLegacySigs() to new header iterator interface
Panu Matilainen
1
-28
/
+21
2008-05-12
Move headerVerifyInfo() to header.[ch] where it logically belongs
Panu Matilainen
1
-49
/
+0
2008-05-12
Eliminate copy-paste versions of hdrchkFoo() macros
Panu Matilainen
1
-27
/
+0
2008-05-12
Fixup paths and Makefiles for rpmdb/ elimination
Panu Matilainen
1
-1
/
+1
2008-04-28
Remove unused alloca_strdup() macro
Panu Matilainen
1
-2
/
+0
2008-04-28
Eliminate pointless alloca() of entryInfo and indexEntry structs
Panu Matilainen
1
-46
/
+49
2008-04-21
Retrofit RPMTAG_SOURCEPACKAGE to source rpms.
Panu Matilainen
1
-1
/
+2
2008-04-09
Plug memleak from signature verification now returning malloced msg
Panu Matilainen
1
-0
/
+1
2008-04-03
Start eliminating static buffers from header/signature checks
Panu Matilainen
1
-30
/
+30
2008-03-31
Avoid static sprintf buffer in rpmReadHeader()
Panu Matilainen
1
-16
/
+13
2008-03-31
Make rpmLeadCheck() return error msg instead of direct logging
Panu Matilainen
1
-1
/
+4
[next]