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
Age
Commit message (
Expand
)
Author
Files
Lines
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
7
-1733
/
+193
2009-12-07
Bump soname for all our libraries
Panu Matilainen
1
-1
/
+1
2009-12-07
Always return malloced data from i18n extensions for consistency
Panu Matilainen
1
-1
/
+1
2009-11-25
Fix signature password checking result on abnormal conditions (RhBug:496754)
Panu Matilainen
1
-1
/
+2
2009-11-24
Dont blow up on headers without requireflags in rpmdsNew()
Panu Matilainen
1
-1
/
+1
2009-11-20
Error out early trying to install on readonly fs (ticket #99, RhBug:464750)
Panu Matilainen
1
-1
/
+1
2009-11-20
Add RPMTAG_EPOCHNUM tag extension
Panu Matilainen
2
-0
/
+17
2009-10-30
Add in-memory hash for caching rpmdb dependency lookups
Panu Matilainen
1
-17
/
+50
2009-10-30
Add file verifyflags format extension
Panu Matilainen
2
-0
/
+37
2009-10-30
Add file state format extension
Panu Matilainen
2
-0
/
+42
2009-10-30
Update rpmtd formats comments to match reality
Panu Matilainen
1
-9
/
+9
2009-10-28
Dont bother calculating hardlink counts when the value is not used
Panu Matilainen
1
-1
/
+1
2009-10-27
Make disk space problem reporting slightly saner (RhBug:517418)
Panu Matilainen
2
-4
/
+12
2009-10-21
Ensure RPMSENSE_RPMLIB bit is always set on rpmlib() requires in rpmds flags
Panu Matilainen
1
-0
/
+8
2009-10-17
Skip posttrans scripts of failed transaction elements
Panu Matilainen
1
-2
/
+2
2009-10-14
Eliminate last remaining FD_t struct privacy violation
Panu Matilainen
1
-2
/
+2
2009-10-14
Remove cpio stuff from FD_t
Panu Matilainen
2
-12
/
+10
2009-10-14
Move fdDigest*() to rpmio.c where they better belong
Panu Matilainen
1
-0
/
+1
2009-10-12
Fix format extension memleak on empty strings
Panu Matilainen
1
-1
/
+1
2009-10-12
Add RPMTAG_VERBOSE extension
Panu Matilainen
2
-0
/
+16
2009-10-12
Permit conditional query formats on not yet cached data too
Panu Matilainen
1
-1
/
+1
2009-10-02
Return error code from rpmtsAddEraseElement() failure
Panu Matilainen
2
-1
/
+4
2009-10-02
Push the rpmtsGetKeys() stuff over to python completely
Panu Matilainen
2
-40
/
+0
2009-10-01
Add API for setting preferred transaction file color
Panu Matilainen
2
-0
/
+18
2009-09-30
Add alternative header iterator method
Panu Matilainen
2
-10
/
+26
2009-09-22
Remove no longer necessary RPMDBI_PACKAGES special casing
Panu Matilainen
1
-4
/
+0
2009-09-22
Fix endless loop on RPMDBI_PACKAGES iteration when offset specified
Panu Matilainen
1
-2
/
+4
2009-09-22
Unbreak --tid and --querybynumber
Panu Matilainen
1
-34
/
+10
2009-09-22
DB_INCOMPLETE was removed in BDB 4.1 and we dont support older versions
Panu Matilainen
1
-5
/
+3
2009-09-22
Remove ancient, unused code to filter duplicates on rpmdb rebuild
Panu Matilainen
2
-28
/
+0
2009-09-21
Rip out dependency caching
Panu Matilainen
2
-95
/
+0
2009-09-21
Move rpmdb home creation from backends to one level higher
Panu Matilainen
4
-12
/
+10
2009-09-21
Add an internal API for getting rpmdb home wrt chroot state, use it
Panu Matilainen
3
-19
/
+27
2009-09-21
Remove pointless per-index api version
Panu Matilainen
2
-4
/
+3
2009-09-21
DB config stuff not needed outside dbconfig.c, make them static
Panu Matilainen
1
-5
/
+4
2009-09-21
BDB is not optional at least currently, remove useless ifdefs
Panu Matilainen
1
-6
/
+0
2009-09-21
Remove useless no-op "teardown" and "usecursors" config bits
Panu Matilainen
1
-9
/
+1
2009-09-21
Remove BDB RPC "support"
Panu Matilainen
3
-73
/
+20
2009-09-21
Remove XA "support" from the backend
Panu Matilainen
1
-3
/
+0
2009-09-21
Remove unused db/dbenv methods "documentary" from the source
Panu Matilainen
1
-38
/
+0
2009-09-21
Use db3Free() for on sqlite backend close too
Panu Matilainen
1
-6
/
+1
2009-09-21
Always populate dbi->dbi_file on db3New()
Panu Matilainen
3
-34
/
+15
2009-09-21
Mop up leftover root/home foobar
Panu Matilainen
2
-32
/
+7
2009-09-21
Per-dbi root and home dont make sense, always use rpmdb paths
Panu Matilainen
4
-20
/
+11
2009-09-18
Sigh.. when not using environment, absolute paths are required
Panu Matilainen
1
-1
/
+7
2009-09-17
Always open database files relative to database home
Panu Matilainen
1
-8
/
+1
2009-09-17
Have BDB use our allocation routines now that we can
Panu Matilainen
2
-5
/
+5
2009-09-17
Eliminate unnecessary variable
Panu Matilainen
1
-7
/
+4
2009-09-16
Remove unused local variable
Florian Festi
1
-1
/
+0
[next]