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
2010-11-11
Remove superfluous dbiSync() call (refactoring thinko or such)
Panu Matilainen
1
-1
/
+0
2010-11-11
Switch fsync off while building indexes
Florian Festi
1
-1
/
+4
2010-11-11
Fix index auto creation
Florian Festi
1
-20
/
+8
2010-11-10
Don't restore db file atime/mtime after rebuild
Panu Matilainen
1
-6
/
+1
2010-11-09
Eliminate silly "I am about to create a directory now" debug logging
Panu Matilainen
1
-4
/
+0
2010-11-09
Simplify the dbpath shuffle in db rebuilds a bit
Panu Matilainen
1
-15
/
+10
2010-11-09
Dont bother NULL'ing local variables on exit
Panu Matilainen
1
-2
/
+2
2010-11-09
Eliminate pointless (and racy) test for rebuilddb directory existence
Panu Matilainen
1
-7
/
+0
2010-11-09
Remove unused local variable
Florian Festi
1
-1
/
+0
2010-11-05
Fix IndexIterator to not open an private dbi that never gets closed
Florian Festi
1
-2
/
+2
2010-11-04
Lose the remaining dbapi references in code + configuration
Panu Matilainen
1
-31
/
+4
2010-11-04
Eliminate useless dbapi version to internal openDatabase()
Panu Matilainen
1
-19
/
+6
2010-11-04
Eliminate useless dbapi argument to rpmdbRemoveDatabase()
Panu Matilainen
1
-19
/
+9
2010-11-04
Start eliminating dbapi leftovers
Panu Matilainen
1
-49
/
+39
2010-11-03
Merge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySize into rpmdbIndexIter...
Florian Festi
1
-20
/
+19
2010-11-03
Make ints in IndexIterator API unsigned as the interal types are
Florian Festi
1
-7
/
+7
2010-11-03
Rename rpmdbKeyIterator to rpmdbIndexIterator
Florian Festi
1
-61
/
+61
2010-11-03
Give access to the pkg offset and tag num of the index entry the key iterator...
Florian Festi
1
-2
/
+29
2010-10-26
Separate match iterator allocation vs initialization
Panu Matilainen
1
-22
/
+37
2010-10-22
Couple of previously missed type changes in rpmdb code
Panu Matilainen
1
-2
/
+2
2010-10-22
Change rpmdb internals and iterator APIs to use the appropriate tag types
Panu Matilainen
1
-31
/
+31
2010-10-22
Drop unused pubkeys index too
Panu Matilainen
1
-18
/
+0
2010-10-22
Drop filedigests index
Panu Matilainen
1
-20
/
+1
2010-10-21
Fix Python bindings and raise KeyError when there is no index for the given tag
Florian Festi
1
-1
/
+1
2010-10-21
rpmdbKeyIterator: loop over keys in the database indexes
Florian Festi
1
-1
/
+105
2010-10-20
Eliminate now unnecessary db rebuild macro goo and other leftovers
Panu Matilainen
1
-1
/
+0
2010-10-20
Lift fsync enable/disable configuration handling to rpmdb layer
Panu Matilainen
1
-0
/
+9
2010-10-20
Lift missing index detection to rpmdb layer
Panu Matilainen
1
-0
/
+5
2010-10-20
Avoid umphteen unnecessary calls to rpmTagGetName()
Panu Matilainen
1
-20
/
+17
2010-10-20
Clean up rpmdbOpenIndex() logic a bit, no functional changes
Panu Matilainen
1
-12
/
+9
2010-10-20
Avoid directly accessing bdb-specific dbi members from rpmdb layer
Panu Matilainen
1
-2
/
+2
2010-10-19
Decouple dbiVerify() from dbiClose()
Panu Matilainen
1
-9
/
+6
2010-10-19
Add flags argument to dbiOpen(), pass through from rpmdbIndexOpen()
Panu Matilainen
1
-3
/
+3
2010-10-18
Generate missing database indexes automatically
Panu Matilainen
1
-4
/
+55
2010-10-18
Create indexes too on rpmdbInit() (ticket #156)
Panu Matilainen
1
-2
/
+1
2010-10-18
Lift secondary index updating out of rpmdbAdd()
Panu Matilainen
1
-118
/
+126
2010-10-18
Support looping over indexes when giving keyp=NULL to rpmdbInitIterator()
Florian Festi
1
-37
/
+75
2010-09-21
Avoid stepping on toes of relatives, part 4
Panu Matilainen
1
-6
/
+6
2010-09-13
Replace dbi walking copy-slop with an internal helper function
Panu Matilainen
1
-25
/
+19
2010-09-13
Rearrange newRpmdb() a bit for clarity
Panu Matilainen
1
-8
/
+11
2010-09-13
Eliminate broken "can't happen" early return
Panu Matilainen
1
-2
/
+0
2010-09-13
Rearrange rpmdbInitIterator() a bit for clarity
Panu Matilainen
1
-12
/
+9
2010-09-13
Eliminate all fooUnlink() functions out of the API
Panu Matilainen
1
-1
/
+2
2010-09-13
Fix some broken fooUnlink() usages
Panu Matilainen
1
-0
/
+1
2010-09-13
Lift header verifying out of rpmdbNextIterator()
Panu Matilainen
1
-39
/
+43
2010-09-13
Minor optimizations on DBT initializations
Panu Matilainen
1
-14
/
+13
2010-09-13
...and now eliminate the unnecessary pointer variables
Panu Matilainen
1
-71
/
+59
2010-09-13
Eliminate mi_key and mi_data from match iterator structure
Panu Matilainen
1
-32
/
+25
2010-05-31
Use the new chroot API everywhere, eliminate old related goo
Panu Matilainen
1
-11
/
+2
2010-05-07
Revert back to rpmdbRemove() taking instance number instead of actual header
Panu Matilainen
1
-5
/
+13
[next]