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
/
rpmgi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-31
Use rpmFileHasSuffix() instead of doing the same manually
Panu Matilainen
1
-3
/
+1
2009-06-02
Removing extra useless 'break' statement lines and unhandled FTS_FOO cases.
Rakesh Pandit
1
-17
/
+1
2009-04-23
- Removed unnecessary rpmdbFreeIterator call and moved them to enditer label.
Rakesh Pandit
1
-8
/
+5
2008-10-08
Unknown tag is an error
Panu Matilainen
1
-1
/
+1
2008-10-06
Make "not an rpm or manifest" message an error, not just notice
Panu Matilainen
1
-1
/
+1
2008-09-18
Add error message on query of unsupported files (rhbz#461362)
Panu Matilainen
1
-0
/
+2
2008-07-04
Remove solvedb API and other related stuff
Panu Matilainen
1
-5
/
+0
2008-05-21
Include rpmtypes.h first instead of rpmtag.h everywhere
Panu Matilainen
1
-1
/
+1
2008-04-21
Use argvNew() instead of manual xcalloc()
Panu Matilainen
1
-1
/
+1
2008-04-07
ARGV_t const pendantry
Panu Matilainen
1
-3
/
+3
2008-03-07
Another pile of read-only constants marked as such..
Panu Matilainen
1
-3
/
+3
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-3
/
+3
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-5
/
+3
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-1
/
+2
2008-01-30
rpmgi.h doesn't need rpmte and rpmts headers, implementation does
Panu Matilainen
1
-0
/
+1
2008-01-09
Handle spaces in file path arguments correctly (#217258)
Panu Matilainen
1
-1
/
+3
2007-12-18
Remove bogus const from rpmGlob argv return type
Panu Matilainen
1
-1
/
+1
2007-12-15
Couple of bogus const removals from rpmgi and rpmds structs
Panu Matilainen
1
-1
/
+1
2007-12-14
Another bunch of bogus const removals
Panu Matilainen
1
-2
/
+2
2007-12-13
Use rpm_tag_t everywhere for rpm (header) tag type
Panu Matilainen
1
-4
/
+4
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-7
/
+7
2007-12-05
Fix query return codes (rhbz#244236)
Panu Matilainen
1
-4
/
+20
2007-12-04
Eliminate debug junk from the API
Panu Matilainen
1
-4
/
+4
2007-11-28
Lose rpmgi_internal.h, no longer needed
Panu Matilainen
1
-1
/
+32
2007-11-28
Add rpmgiGetFlags() method to avoid rpmgi_internal.h in query
Panu Matilainen
1
-0
/
+4
2007-11-29
Bunch of compiler warnings silenced
Panu Matilainen
1
-1
/
+1
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-2
/
+2
2007-11-23
Move rpmGlob() from macros to rpmfileutil.h
Panu Matilainen
1
-0
/
+1
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-5
/
+5
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
1
-1
/
+1
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
1
-2
/
+2
2007-10-31
Add rpmtsPrintSuggests() method for now, use instead of ts internals mucking
Panu Matilainen
1
-16
/
+2
2007-10-30
Add rpmtsCleanProblems() method for rpmgi needs
Panu Matilainen
1
-1
/
+1
2007-10-29
Split out rpmgi_internal.h from rpmgi.h
Ralf Corsépius
1
-2
/
+1
2007-10-28
Include "rpmte.h" instead of <rpmte.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmlib.h" instead of <rpmlib.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmgi.h" instead of <rpmgi.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmdb.h" instead of <rpmdb.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmmacro.h" instead of <rpmmacro.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-22
Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNAL
Panu Matilainen
1
-1
/
+1
2007-10-09
Make rpmerr.h private, include directly where needed.
Panu Matilainen
1
-0
/
+1
2007-10-09
Replace all uses of RPMMESS_VERBOSE with RPMLOG_INFO
Panu Matilainen
1
-3
/
+3
2007-10-09
Replace all uses of RPMMESS_ERROR with RPMLOG_ERR
Panu Matilainen
1
-1
/
+1
2007-10-09
Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
Panu Matilainen
1
-1
/
+1
2007-10-09
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen
1
-4
/
+4
2007-10-09
Replace all rpmError() uses with rpmlog()
Panu Matilainen
1
-2
/
+2
2007-10-05
Adjust broken \file.
Ralf Corsépius
1
-1
/
+1
2007-09-20
Rename tagName/Value/Type() to rpmTagGet*()
Panu Matilainen
1
-2
/
+2
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-55
/
+4
2007-07-10
Fix bunch of string formatting warnings.
Panu Matilainen
1
-1
/
+1
[next]