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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-19
Python dbMatch() doesn't take (or need) len argument, fix the docs
Panu Matilainen
1
-1
/
+1
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
Oops, dumb copy-paste error causing --verifydb to --rebuilddb instead
Panu Matilainen
1
-1
/
+1
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
Add python bindings for librpmsign
Panu Matilainen
3
-1
/
+114
2010-10-13
Oops, fixup rpmsign exit codes on success
Panu Matilainen
1
-0
/
+2
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
Make rpmsign use the new signing interface (minimal conversion for now)
Panu Matilainen
1
-7
/
+11
2010-10-13
Add beginnings of a real API to librpmsign
Panu Matilainen
2
-0
/
+47
2010-10-12
Move plugins out of rpm config directory
Panu Matilainen
2
-2
/
+2
2010-10-12
Add 'VCS' key
Colin Walters
2
-0
/
+5
2010-10-12
Add 'VCS' key
Colin Walters
1
-0
/
+1
2010-10-12
Add --requires etc popt aliases for rpmspec too
Panu Matilainen
1
-0
/
+17
2010-10-12
Rpm option descriptions begin with lowercase letters, follow suit in rpmspec
Panu Matilainen
1
-3
/
+3
2010-10-12
Only queryformat is relevant for specfiles
Panu Matilainen
1
-3
/
+6
2010-10-12
Support overriding target for rpmspec queries too
Panu Matilainen
1
-0
/
+9
2010-10-12
Support both binary/source queries in rpmspec tool (RhBug:540807, ticket #89)
Panu Matilainen
1
-1
/
+6
2010-10-12
Add support for querying source rpm from spec too
Panu Matilainen
3
-4
/
+11
2010-10-12
Add a python accessor for the source header
Eric W. Biederman
1
-0
/
+6
2010-10-12
Add a getter for the source header.
Eric W. Biederman
2
-1
/
+14
2010-10-12
Fix misc/ include path
Panu Matilainen
1
-1
/
+1
2010-10-08
Further split the cli-tools to rpminstall, rpmquery and rpmverify
Panu Matilainen
2
-11
/
+30
2010-10-06
Remove filesystem related leftover API definitions
Panu Matilainen
2
-28
/
+0
2010-10-06
Use the right variable for absolute path (ticket #137)
Aron Griffis
1
-1
/
+1
2010-10-06
Fix generating platform config for arm
Michal Čihař
1
-1
/
+1
2010-10-05
Require file attribute config to have .attr suffix
Panu Matilainen
14
-5
/
+7
2010-10-05
Replace __foo_exeonly attribute with a more generic mechanism
Panu Matilainen
4
-8
/
+9
2010-10-05
Tolerate NULL args in argvSplitString()
Panu Matilainen
1
-1
/
+5
2010-10-04
Add cli switches to override signing key and digest algorithm
Panu Matilainen
2
-1
/
+10
2010-10-04
Adjust rpm.pc private libraries
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
6
-15
/
+89
2010-10-04
Simplify queryformat popt callback handling
Panu Matilainen
1
-9
/
+1
2010-10-04
l10n: Updated Polish (pl) translation to 100%
Piotr Drąg
1
-10
/
+1
2010-10-03
l10n: Updated Italian (it) translation to 100%
Guido Grazioli
1
-1333
/
+1165
2010-10-01
And now python bindings are really free of librpmbuild internals
Panu Matilainen
1
-2
/
+1
2010-10-01
Kill spec.buildRoot from python
Panu Matilainen
1
-11
/
+0
2010-10-01
Use the new spec section getter in python bindings
Panu Matilainen
1
-20
/
+13
2010-10-01
Add getter for spec script sections too, bah...
Panu Matilainen
2
-0
/
+17
2010-10-01
Use the new spec src/pkg API in python instead of direct access to spec
Panu Matilainen
1
-9
/
+12
[next]