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
2011-07-01
Fix the totally broken rpm.fd() read method
Panu Matilainen
1
-20
/
+25
2011-07-01
Add basic test for rpmio python bindings
Panu Matilainen
1
-0
/
+24
2011-06-28
Fix explicit directory %attr() when %defattr() is active (RhBug:481875)
Panu Matilainen
2
-31
/
+22
2011-06-28
Add a test-case for various %attr and %defattr combinations
Panu Matilainen
3
-0
/
+101
2011-06-28
Enable GLOB_ONLYDIR of the bundled glob() on platforms that support it
Panu Matilainen
2
-2
/
+2
2011-06-27
Pay attention to dir vs file when building (RhBug:505995)
Panu Matilainen
1
-3
/
+18
2011-06-27
Honor trailing slash in rpmGlob()
Panu Matilainen
1
-1
/
+16
2011-06-27
Remove ugly isDir recurse prevention hack on build
Panu Matilainen
1
-6
/
+2
2011-06-23
Eliminate static BUFSIZ use in filelist parsing
Panu Matilainen
1
-1
/
+1
2011-06-21
Use ARGV_t for filelist current locale storage
Panu Matilainen
1
-75
/
+32
2011-06-21
Eliminate redundant noGlob member from filelist
Panu Matilainen
1
-9
/
+2
2011-06-21
Eliminate redundant special docs tracking members in filelist
Panu Matilainen
1
-12
/
+2
2011-06-21
Eliminate unused fileCount member from FileList struct
Panu Matilainen
1
-3
/
+0
2011-06-17
Add DWARF-4 support to debugedit (RhBug:707677)
Jakub Jelinek
1
-7
/
+20
2011-06-17
Avoid extra newlines in parsed spec output outside preamble
Panu Matilainen
1
-1
/
+1
2011-06-17
Add --parse option to rpmspec tool to dump parsed spec contents
Panu Matilainen
1
-0
/
+20
2011-06-17
Support retrieving the spec contents in parsed format
Panu Matilainen
4
-1
/
+15
2011-06-16
Error on unclosed macros & trailing line continuations in spec (RhBug:681567)
Panu Matilainen
1
-1
/
+11
2011-06-16
Try to generate fileclass in the tag ext at runtime if missing from header
Panu Matilainen
1
-21
/
+55
2011-06-16
Export rpmteFailed() to python bindings
Panu Matilainen
1
-0
/
+7
2011-06-13
Don't remove buildroot docdir on %doc usage (ticket #836)
Panu Matilainen
1
-1
/
+0
2011-06-10
Adjust script detection rules to work with file >= 5.07 too (RhBug:712251)
Panu Matilainen
2
-3
/
+4
2011-06-09
Add bunch of further rpm-python tests for this and that
Panu Matilainen
1
-0
/
+68
2011-06-09
Eww, python ds.Instance() doesn't take any arguments
Panu Matilainen
1
-1
/
+1
2011-06-09
Add a bunch of db match/key iterator test-cases in python
Panu Matilainen
1
-0
/
+72
2011-06-09
Rearrange test-suite python helper macros a bit
Panu Matilainen
3
-8
/
+14
2011-06-09
Fix the non-keyed match iteration case wrt DB_NOTFOUND
Panu Matilainen
1
-0
/
+4
2011-06-09
Use dbiCursorGetToSet() for the non-keyed match-iterator case too
Panu Matilainen
1
-21
/
+3
2011-06-09
Support set append in dbiCursorGetToSet()
Panu Matilainen
1
-1
/
+9
2011-06-09
If key not specified, use DB_NEXT cursor mode (DB_SET wouldn't make sense)
Panu Matilainen
1
-2
/
+4
2011-06-09
Only honor keylen if keyp is also specified
Panu Matilainen
1
-2
/
+4
2011-06-09
Make it an error to call dbiGetToSet() with NULL keyp
Panu Matilainen
1
-2
/
+2
2011-06-08
Move the remaining DBT's in rpmdbInitIterator() to (more) local scope
Panu Matilainen
1
-4
/
+4
2011-06-08
Error/notfound case is handled the same for both these cases
Panu Matilainen
1
-9
/
+5
2011-06-08
Take advantage of dbiCursorGetToSet() in dbiFindByLabel() & friends
Panu Matilainen
1
-31
/
+13
2011-06-08
Split actual cursor get + set-conversion to separate function
Panu Matilainen
1
-9
/
+22
2011-06-08
Add cursor method for retrieving the underlying db index handle
Panu Matilainen
2
-0
/
+12
2011-06-08
Add tests for the most common nvra query combinations
Panu Matilainen
1
-2
/
+9
2011-06-08
Use dbiGetToSet() in rpmdbFindByFile(), lose now unnecessary arguments
Panu Matilainen
1
-25
/
+4
2011-06-08
Use dbiGetToSet() for the common case in rpmdbInitIterator()
Panu Matilainen
1
-23
/
+2
2011-06-08
Simplify + cleanup rpmdbExtendIterator()
Panu Matilainen
1
-35
/
+14
2011-06-08
Simplify + cleanup rpmdbCountPackages()
Panu Matilainen
1
-32
/
+9
2011-06-08
Add a helper function to convert cursor retrievals to dbiIndexSets
Panu Matilainen
1
-0
/
+33
2011-06-08
Rename dbiFreeIndexSet() to dbiIndexSetFree() for naming style consistency
Panu Matilainen
1
-17
/
+17
2011-06-08
Minor cleanup to rpmdbFindByFile()
Panu Matilainen
1
-10
/
+7
2011-06-08
Push cursor init+free down to dbiFindByLabel()
Panu Matilainen
1
-6
/
+7
2011-06-08
Handle EINTR on the spot instead of restarting the entire loop
Panu Matilainen
1
-14
/
+20
2011-06-08
Kick out self-pipe trick from depgen helper
Panu Matilainen
1
-43
/
+1
2011-06-08
Abort depgen output reading on EOF, not child exiting
Panu Matilainen
1
-2
/
+2
2011-06-06
Return explicit NULL from dbiFreeIndexSet()
Panu Matilainen
1
-3
/
+4
[next]