Change all internal uses of rpmtsInitIterator() to use DBI tags
[platform/upstream/rpm.git] / lib / rpminstall.c
2010-10-22 Panu MatilainenChange all internal uses of rpmtsInitIterator() to...
2010-09-03 Panu MatilainenUse the common rpmcliQueryFlags for signature verify...
2010-06-01 Panu MatilainenOn colored transactions, require matching arch for...
2010-03-26 Panu MatilainenSimplify rpmcliTransaction() a bit
2010-03-23 Panu MatilainenFix fallout from rpmgi.h moving to internal path
2010-03-22 Panu MatilainenLose the useless rpmio refcounting debug junk
2010-01-21 Panu MatilainenFix double-free segfault on url retrieve to read-only...
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-06-02 Rakesh PanditRemoved 'xx' variable in rpminstall.c
2009-06-02 Rakesh PanditRemoved rpmEIU memeber 'fd' -and its usage in tryReadFo...
2009-04-23 Rakesh Pandit- Moved code to check possibility of freshen operation...
2009-04-23 Rakesh Pandit- Move header reading part from rpminstall to tryReadHe...
2009-02-26 Panu MatilainenHonor --nomanifest on install too
2009-02-16 Rakesh Pandit-Moved maifest checking from rpmInstall to rpmCheckMani...
2009-02-16 Rakesh Pandit-Move notify flag settings from rpmInstall and rpmErase...
2009-02-16 Rakesh Pandit-Move vsflags calculation from rpmInstall and rpmErase...
2009-02-16 Rakesh Pandit-Remove stopinstall variable and moved rpmcliPackagesTo...
2009-02-16 Rakesh Pandit-Use installInterfaceFlags in place of eraseInterfaceFl...
2008-11-12 Panu MatilainenDon't bother retrieving db offset for erase elements
2008-10-06 Panu MatilainenMake "not an rpm or manifest" message an error, not...
2008-09-18 Panu MatilainenMore informative output on ambiguous erase (rhbz#164743)
2008-09-18 Panu MatilainenFix rpmErase() exit code when arch is specified (rhbz...
2008-08-05 Panu MatilainenIncrement exit code on file not found errors too (...
2008-07-07 Panu MatilainenKick out ftpStrerror() and related error code defines
2008-07-04 Panu MatilainenRemove solvedb API and other related stuff
2008-06-09 Panu MatilainenUse rpm_loff_t for transaction callback amount+total...
2008-05-26 Panu MatilainenConvert rpmInstall() to new headerGet()
2008-05-12 Panu MatilainenConvert internal uses of headerSprintf() to headerFormat()
2008-05-07 Panu MatilainenOops, don't access variable after freeing
2008-05-03 Panu MatilainenTemp file handling tweaks
2008-04-25 Panu MatilainenAvoid alloca() in rpmInstall()
2008-04-21 Panu MatilainenUse argvAppend() instead of manual reallocs, plug a...
2008-04-11 Panu MatilainenSimplify url retrieval in rpmInstall()
2008-04-11 Panu MatilainenRemove #ifdef NOTYET junk
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-03-24 Panu MatilainenRemove bogus const from rpmRelocation struct
2008-03-17 Panu MatilainenRemove repackage support to finish off with rollback
2008-03-17 Panu MatilainenRemove rollback support
2008-03-17 Panu MatilainenRemove support for automatic rollback on failure
2008-03-07 Panu MatilainenLog message adjustments
2008-02-14 Panu MatilainenFix a bunch of string format mismatches found by gcc...
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-02-05 Panu MatilainenCouple of int -> rpmVSFlags type corrections
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-09 Panu MatilainenHandle spaces in file path arguments correctly (#217258)
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-18 Panu MatilainenOne leftover reloc constfree..
2007-12-18 Panu MatilainenRemove bunch of bogus cli-related consts...
2007-12-18 Panu MatilainenRemove bogus const from rpmInstallSource*() parameters
2007-12-18 Panu MatilainenRemove bogus const from rpmGlob argv return type
2007-12-15 Panu MatilainenAnother bunch of bogus const removals
2007-12-15 Panu MatilainenRemove bogus const from rpmGenPath() temporary targets
2007-12-14 Panu MatilainenAnother bunch of bogus const removals
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-07 Panu MatilainenAdd RPMCALLBACK_SCRIPT_ERROR callback type
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-12-03 Panu MatilainenUse regular POSIX functions instead of "RPC" clones
2007-12-01 Panu MatilainenUse headerIsSource() everywhere for determining package...
2007-12-01 Panu MatilainenDon't include idtx.h in rpmcli.h
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Panu MatilainenMove rpmGetPath and rpmGenPath to rpmfileutil.h
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-11-08 Panu MatilainenKludge around mktemp() uses to shut up build warnings
2007-10-31 Panu MatilainenAdd rpmtsPrintSuggests() method for now, use instead...
2007-10-31 Panu MatilainenKill ts->goal, instead set NOSUGGEST flag on erase
2007-10-28 Ralf CorsépiusInclude "rpmcli.h" instead of <rpmcli.h>.
2007-10-26 Panu MatilainenFix invalid ifdef-outed code breaking syntax highlighti...
2007-10-22 Panu MatilainenFix rpmts.h internal includes instead of working around...
2007-10-22 Panu MatilainenUse rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_...
2007-10-09 Panu MatilainenPermit src.rpm installation to be interrupted
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_ERROR with RPMLOG_ERR
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-03 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-09-03 Panu MatilainenSanitize SELinux file context initialization.
2007-08-30 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-08-30 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm-cli
2007-08-30 Panu MatilainenMove rollback IDTX out of cli-stuff, its needed by...
2007-08-30 Panu MatilainenRemove unnecessary include
2007-06-25 Panu MatilainenEnable ts ordering for erasure mode.
2007-04-16 Paul NasratDeal with a return value of "-2" when database locking...
2007-04-16 Paul NasratDo not call rpmtsRun with an empty transaction list...
2007-04-16 Paul NasratAllow "--ignoresize" for erase operations.
2004-11-28 jbj- add support for automagic pubkey retrieval using...
2004-11-04 jbjStub in URL_IS_HTTPS everywhere.
2004-10-09 jbjFlush changes from rpm-4_3 branch.
2004-05-03 jodenMinor tweaks to comments in autorollback code, made...
2004-03-05 jodeninitial autorollback feature.
2004-01-11 jbjrpm-nls-fixes.patch (from PLD).
next