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
/
rpminstall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-25
Avoid alloca() in rpmInstall()
Panu Matilainen
1
-1
/
+2
2008-04-21
Use argvAppend() instead of manual reallocs, plug a leak from rpmGlob()
Panu Matilainen
1
-7
/
+5
2008-04-11
Simplify url retrieval in rpmInstall()
Panu Matilainen
1
-16
/
+8
2008-04-11
Remove #ifdef NOTYET junk
Panu Matilainen
1
-24
/
+0
2008-04-07
ARGV_t const pendantry
Panu Matilainen
1
-11
/
+6
2008-03-24
Remove bogus const from rpmRelocation struct
Panu Matilainen
1
-1
/
+1
2008-03-17
Remove repackage support to finish off with rollback
Panu Matilainen
1
-40
/
+0
2008-03-17
Remove rollback support
Panu Matilainen
1
-209
/
+0
2008-03-17
Remove support for automatic rollback on failure
Panu Matilainen
1
-15
/
+0
2008-03-07
Log message adjustments
Panu Matilainen
1
-6
/
+6
2008-02-14
Fix a bunch of string format mismatches found by gcc's variadic checks
Panu Matilainen
1
-1
/
+1
2008-02-05
Use rpmTagType always now that it's available everywhere
Panu Matilainen
1
-1
/
+1
2008-02-05
Couple of int -> rpmVSFlags type corrections
Panu Matilainen
1
-1
/
+1
2008-02-04
Add rpm_off_t type for file size types, use where spotted
Panu Matilainen
1
-3
/
+3
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-1
/
+0
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-0
/
+2
2008-01-09
Handle spaces in file path arguments correctly (#217258)
Panu Matilainen
1
-1
/
+4
2007-12-19
Add rpm_data_t (and _constdata_t) for header data, use everywhere
Panu Matilainen
1
-1
/
+1
2007-12-18
One leftover reloc constfree..
Panu Matilainen
1
-1
/
+1
2007-12-18
Remove bunch of bogus cli-related consts...
Panu Matilainen
1
-4
/
+4
2007-12-18
Remove bogus const from rpmInstallSource*() parameters
Panu Matilainen
1
-1
/
+1
2007-12-18
Remove bogus const from rpmGlob argv return type
Panu Matilainen
1
-1
/
+1
2007-12-15
Another bunch of bogus const removals
Panu Matilainen
1
-1
/
+1
2007-12-15
Remove bogus const from rpmGenPath() temporary targets
Panu Matilainen
1
-1
/
+1
2007-12-14
Another bunch of bogus const removals
Panu Matilainen
1
-1
/
+1
2007-12-13
Use rpm_tagtype_t everywhere for rpm (header) tagtype type
Panu Matilainen
1
-1
/
+1
2007-12-13
Use rpm_count_t everywhere for header data count
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-8
/
+8
2007-12-07
Add RPMCALLBACK_SCRIPT_ERROR callback type
Panu Matilainen
1
-0
/
+2
2007-12-04
Eliminate debug junk from the API
Panu Matilainen
1
-2
/
+2
2007-12-03
Use regular POSIX functions instead of "RPC" clones
Panu Matilainen
1
-1
/
+1
2007-12-01
Use headerIsSource() everywhere for determining package type
Panu Matilainen
1
-1
/
+1
2007-12-01
Don't include idtx.h in rpmcli.h
Panu Matilainen
1
-0
/
+1
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-1
/
+1
2007-11-23
Move rpmGetPath and rpmGenPath to rpmfileutil.h
Panu Matilainen
1
-2
/
+2
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
-5
/
+5
2007-11-08
Kludge around mktemp() uses to shut up build warnings
Panu Matilainen
1
-0
/
+4
2007-10-31
Add rpmtsPrintSuggests() method for now, use instead of ts internals mucking
Panu Matilainen
1
-15
/
+2
2007-10-31
Kill ts->goal, instead set NOSUGGEST flag on erase
Panu Matilainen
1
-3
/
+3
2007-10-28
Include "rpmcli.h" instead of <rpmcli.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-26
Fix invalid ifdef-outed code breaking syntax highlighting :)
Panu Matilainen
1
-2
/
+2
2007-10-22
Fix rpmts.h internal includes instead of working around in rpminstall.c
Panu Matilainen
1
-1
/
+0
2007-10-22
Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNAL
Panu Matilainen
1
-1
/
+1
2007-10-09
Permit src.rpm installation to be interrupted
Panu Matilainen
1
-0
/
+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_NORMAL with RPMLOG_NOTICE
Panu Matilainen
1
-5
/
+5
2007-10-09
Replace all uses of RPMMESS_ERROR with RPMLOG_ERR
Panu Matilainen
1
-13
/
+13
2007-10-09
Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
Panu Matilainen
1
-9
/
+9
[prev]
[next]