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
/
rpmts.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-10
Rip the broken asynchronous psm machinery
Panu Matilainen
1
-11
/
+0
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 main ts code
Panu Matilainen
1
-2
/
+2
2009-04-23
Hide NSS peculiarities from API
Panu Matilainen
1
-3
/
+0
2009-04-22
Dont try to refcount NULL keyring
Panu Matilainen
1
-2
/
+2
2009-04-03
Make rpmal header & all internal
Panu Matilainen
1
-1
/
+1
2009-03-31
Allocate ts->addedPackages lazily from rpmtsAddInstallElement()
Panu Matilainen
1
-1
/
+1
2009-03-26
Reimplement rpmal by using hashes and cleaning up the color handling
Florian Festi
1
-1
/
+1
2009-01-27
Add RPMTAG_SOURCERPM to gpg-pubkeys in rpmdb
Panu Matilainen
1
-0
/
+1
2009-01-08
Delay NSS initialization until actually used
Panu Matilainen
1
-0
/
+3
2009-01-08
Make rpm_tid_t unsigned type to shut up remaining compiler warnings
Panu Matilainen
1
-2
/
+2
2008-12-22
Eliminate silly and now unnecessary rpmts(Set)RelocateElement() stuff
Panu Matilainen
1
-12
/
+0
2008-11-30
Move install langs to per-transaction level
Panu Matilainen
1
-0
/
+17
2008-11-30
Move netsharedpaths to per-transaction level
Panu Matilainen
1
-0
/
+9
2008-11-27
Drop the useless "tag" argument from rpmteFI()
Panu Matilainen
1
-1
/
+1
2008-11-05
Nuke the ugly hardwired "known arch" list from label parsing
Panu Matilainen
1
-29
/
+2
2008-08-08
Add key to transaction keyring on rpmtsImportPubkey() (rhbz#457360)
Panu Matilainen
1
-0
/
+4
2008-08-08
Use rpmPubkey + methods for pubkey header generation
Panu Matilainen
1
-15
/
+8
2008-08-08
Split gpg-pubkey header generation out of rpmtsImportPubkey()
Panu Matilainen
1
-32
/
+37
2008-08-04
Bunch of keyring / pubkey refcounting fixes
Panu Matilainen
1
-4
/
+2
2008-07-17
Add (and use) refcounting for rpmKeyring and rpmPubkey
Panu Matilainen
1
-2
/
+2
2008-07-04
Remove solvedb API and other related stuff
Panu Matilainen
1
-243
/
+1
2008-07-04
Kill of rpmtsAvailable()
Panu Matilainen
1
-31
/
+0
2008-07-03
Plug a memleak on erasure
Panu Matilainen
1
-5
/
+1
2008-07-03
Make all transaction callback notifications go through rpmtsNotify()
Panu Matilainen
1
-8
/
+12
2008-07-03
Only try to pubkeys from rpmdb if we non-db keys didn't exist
Panu Matilainen
1
-4
/
+5
2008-07-02
Don't leak memory on duplicate pubkeys
Panu Matilainen
1
-0
/
+4
2008-07-02
Change rpmts keyring get/set interface to more transparent handling
Panu Matilainen
1
-7
/
+10
2008-07-02
Make rpmkeyring.h public header
Panu Matilainen
1
-1
/
+2
2008-07-02
Load pubkeys from both files and rpmdb for now
Panu Matilainen
1
-9
/
+21
2008-07-01
Eliminate remaining signature checking bits from rpmts
Panu Matilainen
1
-113
/
+0
2008-07-01
Use keyring even when using pubkeys from rpmdb
Panu Matilainen
1
-1
/
+38
2008-07-01
Pass keyring, not the full ts to lowlevel signature routines
Panu Matilainen
1
-2
/
+11
2008-07-01
Add methods for getting and setting the keyring used by a transaction
Panu Matilainen
1
-0
/
+19
2008-07-01
Proof of concept rpmtsFindPubkey() implementation with the new keyring
Panu Matilainen
1
-0
/
+50
2008-06-30
Detach pgp digest from transaction set
Panu Matilainen
1
-36
/
+3
2008-06-30
Detach signature tag data from transaction set
Panu Matilainen
1
-50
/
+1
2008-06-27
Use correct formatters for debug-printing in rpmtsInitDSI()
Panu Matilainen
1
-1
/
+4
2008-06-19
Use type-specific headerPut()'s for rpmtsImportPubkey()
Panu Matilainen
1
-45
/
+22
2008-06-18
Convert rpmtsImportPubkey() to use headerPut()
Panu Matilainen
1
-38
/
+47
2008-06-13
Convert rpmtsSolve() to new headerGet()
Panu Matilainen
1
-6
/
+9
2008-06-10
rpmtsUpdateDSI now uses rpm_loff_t for fileSize
Jindrich Novy
1
-5
/
+5
2008-06-09
Use rpm_loff_t for transaction callback amount+total arguments
Panu Matilainen
1
-1
/
+1
2008-05-23
Convert rpmtsFindPubkey() to new headerGet() interface
Panu Matilainen
1
-9
/
+11
2008-05-21
Include rpmtypes.h first instead of rpmtag.h everywhere
Panu Matilainen
1
-1
/
+1
2008-05-12
Convert internal uses of headerSprintf() to headerFormat()
Panu Matilainen
1
-2
/
+2
2008-05-08
Check for transaction root sanity in rpmtsSetRootDir()
Panu Matilainen
1
-8
/
+10
2008-05-08
Set ts rootdir to /, not empty if rootDir arg is NULL
Panu Matilainen
1
-9
/
+1
2008-05-08
Only append trailing slash to ts rootdir if rootdir != "/"
Panu Matilainen
1
-1
/
+3
2008-04-29
Avoid alloca() in rpmtsSetRootDir()
Panu Matilainen
1
-12
/
+5
[next]