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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-09
And now lose db_use_env from rpmdb struct
Panu Matilainen
2
-40
/
+12
2010-04-09
Simplify the dbenv->open() flags shuffle
Panu Matilainen
3
-61
/
+25
2010-04-09
Move dbi_use_dbenv from dbi to rpmdb, this is a per-rpmdb setting
Panu Matilainen
3
-10
/
+9
2010-04-09
Move dbhome directory create/verify to openDatabase()
Panu Matilainen
1
-1
/
+0
2010-04-08
Eliminate DB_JOINENV usage and config option
Panu Matilainen
2
-9
/
+3
2010-04-08
Eliminate "thread" BDB option
Panu Matilainen
2
-4
/
+0
2010-04-08
Lose redundant dbi_use_env check
Panu Matilainen
1
-31
/
+28
2010-04-08
A little bit of sanity to dbiNew()
Panu Matilainen
1
-11
/
+8
2010-04-08
Eliminate exclusive and rdonly BDB configuration options
Panu Matilainen
1
-4
/
+0
2010-04-08
Mop up ancient BDB leftovers
Panu Matilainen
1
-4
/
+0
2010-04-08
Eliminate BDB transaction tuning knobs from configuration
Panu Matilainen
2
-8
/
+0
2010-04-08
db_env_create() doesn't take any flags currently
Panu Matilainen
2
-2
/
+1
2010-04-08
Remove per-dbi perms and configuration
Panu Matilainen
3
-9
/
+3
2010-04-08
Remove per-dbi mode and configuration
Panu Matilainen
3
-13
/
+5
2010-04-08
Require BDB >= 4.5 for sanity's sake
Panu Matilainen
1
-6
/
+0
2010-04-08
Remove unused dbi_txnid member from dbiIndex
Panu Matilainen
2
-9
/
+5
2010-04-08
db_create() doesn't take any flags currently
Panu Matilainen
2
-2
/
+1
2010-04-07
Change nextInstance() to permit retrieval too, use it for bitmap alloc
Panu Matilainen
2
-32
/
+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
3
-17
/
+21
2010-04-01
Lose "support" for truly ancient BDB versions
Panu Matilainen
1
-16
/
+0
2010-04-01
Rename dbiOpen() + dbiOpenDB() to make their layer obvious from the name
Panu Matilainen
2
-2
/
+2
2010-04-01
Eliminate dbi_rpmtag member from dbiIndex struct
Panu Matilainen
2
-2
/
+0
2010-04-01
Define + use enum for primary/secondary index types + api to get it
Panu Matilainen
3
-14
/
+22
2010-04-01
Rename the dbi access method member dbi_type -> dbi_dbtype
Panu Matilainen
3
-9
/
+9
2010-04-01
Split dbiIndex out of rpmdb_internal.h into header of its own
Panu Matilainen
2
-0
/
+208
2010-04-01
Eliminate unnecessary argument to dbiCopen()
Panu Matilainen
1
-3
/
+2
2010-04-01
Move dbi_no_dbsync logic to inside dbiSync()
Panu Matilainen
1
-1
/
+1
2010-03-31
Remove BDB recno + queue access methods from configuration
Panu Matilainen
1
-4
/
+0
2010-03-31
Database metadata integer byte order is not user serviceable config
Panu Matilainen
2
-7
/
+0
2010-03-31
Lose dbi file configuration option
Panu Matilainen
1
-4
/
+1
2010-03-31
Lose the BDB access method configuration options
Panu Matilainen
2
-131
/
+0
2010-03-31
We really dont care about macro expanded per-db error prefix
Panu Matilainen
1
-2
/
+4
2010-03-31
Lose shmkey + shared BDB config options
Panu Matilainen
2
-21
/
+0
2010-03-31
Remove "truncate" BDB config option
Panu Matilainen
2
-6
/
+0
2010-03-31
We dont want to use DB_HOME environment, ever
Panu Matilainen
2
-5
/
+1
2010-03-31
We dont have any temporary databases anymore, lose the config switches
Panu Matilainen
2
-47
/
+10
2010-03-31
Lose pointless per-db and per-dbi errfile and errcall pointers
Panu Matilainen
1
-8
/
+2
2010-03-31
Shred a pile of BDB config goo that's never been actually implemented
Panu Matilainen
1
-31
/
+0
2010-03-31
Shed the pointless per-dbi memory allocators
Panu Matilainen
1
-3
/
+2
2010-03-19
Lose unused temporary/pseudo rpmdbi tags
Panu Matilainen
1
-1
/
+0
2010-01-05
Move <errno.h> include out of system.h to the places that need it
Panu Matilainen
1
-0
/
+1
2010-01-05
Unconditionally include <sys/wait.h> where needed
Panu Matilainen
1
-0
/
+1
2009-12-07
Removed obsolete "db3" entry in dbi_config_default
Florian Festi
1
-1
/
+1
2009-12-07
Remove support for sqlite based rpm database
Florian Festi
3
-1438
/
+137
2009-09-22
DB_INCOMPLETE was removed in BDB 4.1 and we dont support older versions
Panu Matilainen
1
-5
/
+3
2009-09-21
Move rpmdb home creation from backends to one level higher
Panu Matilainen
2
-12
/
+2
2009-09-21
Add an internal API for getting rpmdb home wrt chroot state, use it
Panu Matilainen
1
-18
/
+5
2009-09-21
Remove pointless per-index api version
Panu Matilainen
1
-3
/
+3
2009-09-21
DB config stuff not needed outside dbconfig.c, make them static
Panu Matilainen
1
-5
/
+4
[prev]
[next]