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
/
backend
/
dbi.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-87
/
+115
2013-02-02
Suspend exclusive database lock when scriptlets get called
Anas Nashif
1
-0
/
+18
2012-08-30
Store transaction element pointers in the removedPkgs hash
Panu Matilainen
1
-9
/
+0
2012-08-29
Define separate hash for rpmdb header check cache
Panu Matilainen
1
-1
/
+1
2011-06-08
Add cursor method for retrieving the underlying db index handle
Panu Matilainen
1
-0
/
+7
2011-04-20
Bury the old cursor api one foot deeper
Panu Matilainen
1
-73
/
+40
2011-04-20
Add a db cursor abstraction and interfaces for using it
Panu Matilainen
1
-0
/
+19
2011-04-20
Rename _dbConfig and _dbiIndex structs to common foo_s style
Panu Matilainen
1
-4
/
+4
2010-12-13
Replace verified header tracking bitfield with a hash table
Panu Matilainen
1
-2
/
+10
2010-11-04
Lose the remaining dbapi references in code + configuration
Panu Matilainen
1
-1
/
+1
2010-10-22
Change rpmdb internals and iterator APIs to use the appropriate tag types
Panu Matilainen
1
-4
/
+4
2010-10-20
Hardwire the fundamental BDB access method configuration inside rpm
Panu Matilainen
1
-1
/
+0
2010-10-20
Lift fsync enable/disable configuration handling to rpmdb layer
Panu Matilainen
1
-0
/
+5
2010-10-20
Hardwire the fundamental BDB subsystem configuration inside rpm
Panu Matilainen
1
-1
/
+0
2010-10-20
Add a getter for dbi name
Panu Matilainen
1
-0
/
+9
2010-10-20
Lose leftover, unwired pagesize db option
Panu Matilainen
1
-1
/
+0
2010-10-20
Add a backend-independent flags + getter for dbis
Panu Matilainen
1
-0
/
+13
2010-10-19
Move db environment-level configuration out of per-dbi structs
Panu Matilainen
1
-16
/
+15
2010-10-19
A few more rpmdb variable/argument renames, missed in previous round
Panu Matilainen
1
-3
/
+3
2010-10-19
Decouple dbiVerify() from dbiClose()
Panu Matilainen
1
-1
/
+6
2010-10-19
Add flags argument to dbiOpen(), pass through from rpmdbIndexOpen()
Panu Matilainen
1
-1
/
+2
2010-10-18
Generate missing database indexes automatically
Panu Matilainen
1
-0
/
+1
2010-09-21
Add "c++ protection" to (hopefully) all of our internal headers
Panu Matilainen
1
-0
/
+8
2010-05-31
Use the new chroot API everywhere, eliminate old related goo
Panu Matilainen
1
-1
/
+0
2010-04-09
And now lose db_use_env from rpmdb struct
Panu Matilainen
1
-1
/
+0
2010-04-09
Simplify the dbenv->open() flags shuffle
Panu Matilainen
1
-1
/
+0
2010-04-09
Move dbi_use_dbenv from dbi to rpmdb, this is a per-rpmdb setting
Panu Matilainen
1
-1
/
+1
2010-04-09
Move dbhome directory create/verify to openDatabase()
Panu Matilainen
1
-1
/
+0
2010-04-08
Eliminate BDB transaction tuning knobs from configuration
Panu Matilainen
1
-1
/
+0
2010-04-08
db_env_create() doesn't take any flags currently
Panu Matilainen
1
-1
/
+0
2010-04-08
Remove per-dbi perms and configuration
Panu Matilainen
1
-1
/
+0
2010-04-08
Remove per-dbi mode and configuration
Panu Matilainen
1
-1
/
+0
2010-04-08
Remove unused dbi_txnid member from dbiIndex
Panu Matilainen
1
-1
/
+0
2010-04-08
db_create() doesn't take any flags currently
Panu Matilainen
1
-1
/
+0
2010-04-07
Change nextInstance() to permit retrieval too, use it for bitmap alloc
Panu Matilainen
1
-9
/
+0
2010-04-07
Stash rpmdb struct definition out of sight into dbi.h
Panu Matilainen
1
-1
/
+29
2010-04-01
Generate package database statistics on close & make use of it on open
Panu Matilainen
1
-5
/
+4
2010-04-01
Rename dbiOpen() + dbiOpenDB() to make their layer obvious from the name
Panu Matilainen
1
-1
/
+1
2010-04-01
Eliminate dbi_rpmtag member from dbiIndex struct
Panu Matilainen
1
-1
/
+0
2010-04-01
Define + use enum for primary/secondary index types + api to get it
Panu Matilainen
1
-1
/
+16
2010-04-01
Rename the dbi access method member dbi_type -> dbi_dbtype
Panu Matilainen
1
-1
/
+1
2010-04-01
Split dbiIndex out of rpmdb_internal.h into header of its own
Panu Matilainen
1
-0
/
+202