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
2010-10-22
Switch header APIs to use rpmTagVal instead of rpmTag
Panu Matilainen
8
-65
/
+65
2010-10-22
rpmTagFoo() getters take arbitrary integers, not rpmTag enums
Panu Matilainen
3
-22
/
+23
2010-10-22
Use concrete integer types for entryInfo and rpmtd members
Panu Matilainen
3
-5
/
+5
2010-10-22
Couple of doxygen argument mismatch fixes
Panu Matilainen
1
-1
/
+1
2010-10-22
Eliminate silly cast
Panu Matilainen
1
-1
/
+1
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-22
Eliminate useless --fileid query selector
Panu Matilainen
3
-32
/
+0
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
3
-1
/
+146
2010-10-20
Hardwire the fundamental BDB access method configuration inside rpm
Panu Matilainen
3
-21
/
+14
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
3
-5
/
+19
2010-10-20
Hardwire the fundamental BDB subsystem configuration inside rpm
Panu Matilainen
3
-21
/
+32
2010-10-20
Lift missing index detection to rpmdb layer
Panu Matilainen
2
-6
/
+5
2010-10-20
Avoid umphteen unnecessary calls to rpmTagGetName()
Panu Matilainen
1
-20
/
+17
2010-10-20
Add a getter for dbi name
Panu Matilainen
2
-0
/
+14
2010-10-20
Clean up rpmdbOpenIndex() logic a bit, no functional changes
Panu Matilainen
1
-12
/
+9
2010-10-20
Lose leftover, unwired pagesize db option
Panu Matilainen
2
-3
/
+0
2010-10-20
Avoid directly accessing bdb-specific dbi members from rpmdb layer
Panu Matilainen
1
-2
/
+2
2010-10-20
Add a backend-independent flags + getter for dbis
Panu Matilainen
2
-0
/
+28
2010-10-19
Pass rpmdb, not dbi to db_init() and db_fini()
Panu Matilainen
1
-18
/
+15
2010-10-19
Add a no-dbi version of the db error reporting function
Panu Matilainen
1
-2
/
+7
2010-10-19
Move db environment-level configuration out of per-dbi structs
Panu Matilainen
3
-54
/
+60
2010-10-19
Group the database options to per-dbi and per-environment groups
Panu Matilainen
1
-21
/
+22
2010-10-19
A few more rpmdb variable/argument renames, missed in previous round
Panu Matilainen
2
-5
/
+5
2010-10-19
Decouple dbiVerify() from dbiClose()
Panu Matilainen
4
-69
/
+33
2010-10-19
Add flags argument to dbiOpen(), pass through from rpmdbIndexOpen()
Panu Matilainen
3
-5
/
+6
2010-10-19
Rename rpmdb variables in the backend to rdb to distinguish from its type
Panu Matilainen
1
-16
/
+16
2010-10-18
Generate missing database indexes automatically
Panu Matilainen
3
-4
/
+62
2010-10-18
Create indexes too on rpmdbInit() (ticket #156)
Panu Matilainen
1
-2
/
+1
2010-10-18
Avoid returning NULL from prDbiOpenFlags()
Panu Matilainen
1
-1
/
+1
2010-10-18
Remember if we created the db backing file on open
Panu Matilainen
2
-37
/
+26
2010-10-18
Lift dbi fcntl() locking out of dbiOpen()
Panu Matilainen
1
-55
/
+62
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-10-13
Make rpmPkgSign() actually honor the signing arguments
Panu Matilainen
1
-4
/
+17
2010-10-13
Nuke rpmcliSign() out of the orbit
Panu Matilainen
2
-18
/
+0
2010-10-13
Add beginnings of a real API to librpmsign
Panu Matilainen
2
-0
/
+47
2010-10-12
Add 'VCS' key
Colin Walters
1
-0
/
+1
2010-10-12
Add support for querying source rpm from spec too
Panu Matilainen
2
-2
/
+5
2010-10-06
Remove filesystem related leftover API definitions
Panu Matilainen
2
-28
/
+0
2010-10-05
Require file attribute config to have .attr suffix
Panu Matilainen
1
-1
/
+1
2010-10-04
Further streamline rpmcliArgIter() and friends
Panu Matilainen
1
-13
/
+12
2010-10-04
Lift specfile query out of main rpm(query) into separate binary
Panu Matilainen
1
-8
/
+0
2010-10-04
Simplify queryformat popt callback handling
Panu Matilainen
1
-9
/
+1
2010-10-01
A few missing internal markers on librpm side too
Panu Matilainen
3
-1
/
+3
2010-09-29
And now sighdrPut() can be buried back into signature.c
Panu Matilainen
2
-13
/
+13
2010-09-29
Eliminate some redundancy in signature sanity checking
Panu Matilainen
1
-43
/
+40
2010-09-29
Simplify the signature generation somewhat
Panu Matilainen
1
-62
/
+42
[next]