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
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
2011-04-21
Just ignore miFreeHeader() return on rpmdbNextIterator() too
Panu Matilainen
1
-2
/
+1
2011-04-21
Ignore dbiSync() return code everywhere
Panu Matilainen
1
-9
/
+6
2011-04-20
Oops, thinko/typo in commit 8215e17c248f91f501bd8a2968dfadf896a350ce
Panu Matilainen
1
-2
/
+1
2011-04-20
Remove pointless xx tmp return code from dbiAppendSet() result
Panu Matilainen
1
-2
/
+1
2011-04-20
Convert the other (rpmdb iterators etc) uses to the new cursor api
Panu Matilainen
1
-50
/
+36
2011-04-20
Convert local-only uses of DBC to dbiCursor interface
Panu Matilainen
1
-32
/
+26
2011-04-19
Return explicit NULL's from db iterator free functions for clarity
Panu Matilainen
1
-6
/
+3
2011-04-19
Ignore error codes in rpmdbIndexIteratorFree()
Panu Matilainen
1
-2
/
+1
2011-04-19
Ignore error codes in rpmdbFreeIterator()
Panu Matilainen
1
-3
/
+2
2011-04-18
Remove yet another pointless tmp variable
Panu Matilainen
1
-4
/
+4
2011-04-18
Collect proper exit status from rpmdbRemoveDatabase()
Panu Matilainen
1
-6
/
+5
2011-04-18
Ignore rpmdbClose() return on failed rpmdbOpen()
Panu Matilainen
1
-2
/
+2
2011-04-15
Remember to free db index iterators too on forced termination
Panu Matilainen
1
-0
/
+7
2011-04-15
Fix dangling databases from iterators (ticket #820)
Panu Matilainen
1
-3
/
+2
2011-04-15
Only muck with signals on first and last db open/close
Panu Matilainen
1
-10
/
+14
2011-02-21
Fix db cursor double-open, causing yum to hang on reinstall (RhBug:678644)
Panu Matilainen
1
-1
/
+0
2011-01-21
Fix rpmdb index match iteration termination with NULL keyp (#671149)
Panu Matilainen
1
-2
/
+1
2011-01-21
Avoid automatic index generation on db rebuild
Panu Matilainen
1
-1
/
+2
[next]