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
/
rpmdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-02
strip off the tag
Anas Nashif
1
-0
/
+3
2013-02-02
Suspend exclusive database lock when scriptlets get called
Anas Nashif
1
-0
/
+6
2013-02-02
db ro interruptable
Anas Nashif
1
-2
/
+4
2012-09-14
Allow passing a shared pool for finger print cache
Panu Matilainen
1
-1
/
+1
2012-09-14
Remove scareMemory remnants from the internal API, fixup callers
Panu Matilainen
1
-1
/
+1
2012-09-14
Change fpLookup() to return malloced memory (on first call)
Panu Matilainen
1
-2
/
+3
2012-09-14
Add internal API for fingerprint lookup-and-compare
Panu Matilainen
1
-4
/
+2
2012-09-06
Return fingerprint lookups through retval pointer, not struct
Panu Matilainen
1
-3
/
+3
2012-09-06
Push RPMDBI_LABEL arch parsing down to rpmdb layer to fix stuff
Panu Matilainen
1
-8
/
+35
2012-08-30
Cache the actual result on rpmdb header verification
Panu Matilainen
1
-5
/
+9
2012-08-30
Store transaction element pointers in the removedPkgs hash
Panu Matilainen
1
-3
/
+3
2012-08-29
Define separate hash for rpmdb header check cache
Panu Matilainen
1
-5
/
+16
2012-02-02
Use private environment for database rebuilds too, document
Panu Matilainen
1
-1
/
+2
2011-11-30
Cache all but FAIL results from rpmdb header verification
Panu Matilainen
1
-1
/
+1
2011-11-30
Purge rpmdb header verification cache on added pubkeys
Panu Matilainen
1
-0
/
+4
2011-11-30
Enable fast-import mode for headers from rpmdb
Panu Matilainen
1
-1
/
+1
2011-11-30
Update internal callers to use headerExport(), no functional changes
Panu Matilainen
1
-4
/
+2
2011-11-30
Update internal callers to use headerImport() instead of headerLoad()
Panu Matilainen
1
-6
/
+6
2011-11-18
cosmetic: indentation in rpmdbNextIterator.
Ales Kozumplik
1
-2
/
+2
2011-11-18
Recognize "<epoch>:" as a part of a label (ticket #117)
Ales Kozumplik
1
-9
/
+49
2011-11-08
Do not let 'rpm -q foo-' find package 'foo'. (RhBug:488567)
Ales Kozumplik
1
-4
/
+4
2011-09-01
Source formatting cosmetics: function blocks start on the next line
Panu Matilainen
1
-3
/
+6
2011-09-01
Add + use helper macro for testing for installed file state
Panu Matilainen
1
-2
/
+1
2011-08-29
Add a new pseudo index for actually installed files
Panu Matilainen
1
-10
/
+31
2011-08-29
Generalize pseudo tag handling in rpmdbInitIterator()
Panu Matilainen
1
-9
/
+8
2011-06-09
Fix the non-keyed match iteration case wrt DB_NOTFOUND
Panu Matilainen
1
-0
/
+4
2011-06-09
Use dbiCursorGetToSet() for the non-keyed match-iterator case too
Panu Matilainen
1
-21
/
+3
2011-06-09
Support set append in dbiCursorGetToSet()
Panu Matilainen
1
-1
/
+9
2011-06-09
If key not specified, use DB_NEXT cursor mode (DB_SET wouldn't make sense)
Panu Matilainen
1
-2
/
+4
2011-06-09
Only honor keylen if keyp is also specified
Panu Matilainen
1
-2
/
+4
2011-06-09
Make it an error to call dbiGetToSet() with NULL keyp
Panu Matilainen
1
-2
/
+2
2011-06-08
Move the remaining DBT's in rpmdbInitIterator() to (more) local scope
Panu Matilainen
1
-4
/
+4
2011-06-08
Error/notfound case is handled the same for both these cases
Panu Matilainen
1
-9
/
+5
2011-06-08
Take advantage of dbiCursorGetToSet() in dbiFindByLabel() & friends
Panu Matilainen
1
-31
/
+13
2011-06-08
Split actual cursor get + set-conversion to separate function
Panu Matilainen
1
-9
/
+22
2011-06-08
Use dbiGetToSet() in rpmdbFindByFile(), lose now unnecessary arguments
Panu Matilainen
1
-25
/
+4
2011-06-08
Use dbiGetToSet() for the common case in rpmdbInitIterator()
Panu Matilainen
1
-23
/
+2
2011-06-08
Simplify + cleanup rpmdbExtendIterator()
Panu Matilainen
1
-35
/
+14
2011-06-08
Simplify + cleanup rpmdbCountPackages()
Panu Matilainen
1
-32
/
+9
2011-06-08
Add a helper function to convert cursor retrievals to dbiIndexSets
Panu Matilainen
1
-0
/
+33
2011-06-08
Rename dbiFreeIndexSet() to dbiIndexSetFree() for naming style consistency
Panu Matilainen
1
-17
/
+17
2011-06-08
Minor cleanup to rpmdbFindByFile()
Panu Matilainen
1
-10
/
+7
2011-06-08
Push cursor init+free down to dbiFindByLabel()
Panu Matilainen
1
-6
/
+7
2011-06-06
Return explicit NULL from dbiFreeIndexSet()
Panu Matilainen
1
-3
/
+4
2011-06-06
Cosmetics: function blocks start on a new line
Panu Matilainen
1
-4
/
+8
2011-05-31
Remove dead keyp & keylen assignments in rpmdbNextIterator()
Panu Matilainen
1
-2
/
+0
2011-05-29
Move db cursor to local scopes, remove dead NULL-assignments
Panu Matilainen
1
-7
/
+6
2011-05-29
Eliminate dead NULL-assignments at scope-end in librpm, part V
Panu Matilainen
1
-8
/
+8
2011-05-13
Fix "method not permitted before handle's open method" on --verifydb
Michael Schroeder
1
-1
/
+1
2011-04-28
Avoid malloc() + redundant strlen() calls in dbiFindByLabel()
Panu Matilainen
1
-4
/
+3
[next]