Add support for global LDFLAGS
[platform/upstream/rpm.git] / lib /
2013-02-03 Elena ReshetovaTemporally making loading of a configured plugin optional
2013-02-03 Elena ReshetovaAdding security msm plugin
2013-02-03 Elena ReshetovaMaking pre/post tsm/psm hooks more consistent.
2013-02-03 Elena ReshetovaImproving scriptlet related rpm plugin hooks.
2013-02-03 Elena ReshetovaExtending rpm plugin interface, part 1
2013-02-03 Elena ReshetovaAdding manifest support for rpmbuild
2013-02-03 Anas Nashifinclude errno.h
2013-02-03 Anas Nashifremove patch from suse
2013-02-03 Anas Nashifadd packaging files
2013-02-03 Anas NashifDon't complain about a bad md5 sum for repackaged rpms.
2013-02-03 Anas NashifPrefer sys/vfs.h, as statvfs stats all filesystems...
2013-02-03 Anas Nashifstrip off the tag
2013-02-03 Anas NashifAdd support for weak dependencies:
2013-02-03 Anas NashifSuspend exclusive database lock when scriptlets get...
2013-02-03 Anas NashifFix global (DB_PRIVATE) lock code
2013-02-03 Anas NashifAllow updates to different architectures
2013-02-03 Anas NashifExtended condition support
2013-02-03 Anas Nashifdb ro interruptable
2013-02-03 Anas NashifSupport a database-local fsync setting.
2013-02-03 Anas Nashifcompate name and version
2013-02-03 Anas NashifConvert output to the current locale.
2013-01-31 Panu MatilainenRestore legacy behavior on %ghost %config erasure,... upstream/4.11.0.1
2013-01-30 Panu MatilainenDont skip shared file/dir create if the other one is...
2013-01-30 Panu MatilainenRevert the severely broken FA_SKIP on %ghost "fix"
2013-01-29 Panu MatilainenBe more careful about skipping shared file/directory...
2012-12-19 Panu MatilainenHandle transaction global pool allocation centrally...
2012-12-19 Panu MatilainenClean up fix grabData() error handling in callers
2012-12-18 Panu MatilainenDead code removal
2012-12-07 Panu MatilainenEnsure correct return code on malformed signature in...
2012-11-26 Panu MatilainenAdd missing <errno.h> include
2012-11-18 Panu MatilainenAdd --undefine cli switch for undefining macros (relate...
2012-11-14 Panu MatilainenAccount for temporary disk-space requirement on forced...
2012-11-14 Panu MatilainenRemove ancient, no longer relevant comment
2012-11-14 Panu MatilainenAccount for temporary disk-space requirements on update...
2012-11-14 Panu MatilainenAdd $RPM_CONFIGDIR/macros.d/ directory to default macro...
2012-11-08 Panu MatilainenAdd cli-switch to query for license files
2012-11-05 Panu MatilainenWork around Fedora-specific patch to libselinux causing...
2012-11-05 Panu MatilainenUpdate library current + age (ie libs are now 3.1.0)
2012-11-01 Panu MatilainenHide the strpool-related rpmts/rpmfi/rpmds interfaces...
2012-10-30 Panu MatilainenHandle partial reads and errors in package IO (RhBug...
2012-10-30 Panu MatilainenFix missing error on --import on bogus key file (RhBug...
2012-10-26 Panu MatilainenRemove transition-time leftover pool unfreezing
2012-10-26 Panu MatilainenEliminate static "misc stuff pool" from rpmfi
2012-10-19 Panu MatilainenDont bother with digest and link comparisons if size...
2012-10-19 Panu MatilainenDont bother with %config digests on conflicts if size...
2012-10-09 Anders F BjorklundAdd lua 5.2 support.
2012-10-08 Panu MatilainenDon't bother calculating digests of %ghost %config...
2012-10-05 Panu MatilainenUse rpmal lookups for already added obsoletions too
2012-10-05 Panu MatilainenAdd a hash + lookup function on obsoletes to rpmal
2012-10-05 Panu MatilainenRename rpmalProvidesHash to rpmalDepHash
2012-10-05 Panu MatilainenAvoid changing the file info sets when adding to rpmal...
2012-10-05 Panu MatilainenAvoid changing the dependency sets when looking up...
2012-10-05 Panu MatilainenAvoid changing the dependency sets when adding to rpmal...
2012-10-05 Panu MatilainenGuard against NULL ds in the rpmds indexed getters
2012-10-05 Panu MatilainenExport the indexed rpmds accessors internally
2012-10-05 Panu MatilainenAdd indexed access variants for rpmdsColor() and rpmdsC...
2012-10-04 Panu MatilainenBe as lazy as possible wrt rpmal hash creation
2012-10-02 Panu MatilainenUse rpmal lookups for finding redundancies in the added set
2012-10-02 Panu MatilainenDont bother with rpmRelocateFileList() if relocations...
2012-10-02 Panu MatilainenOnly return non-NULL from rpmalAllSatisfiesDepends...
2012-10-02 Panu MatilainenExport rpmalAllSatisfiesDepend() internally (again)
2012-10-02 Panu MatilainenPass the newly create ts element instead of header...
2012-10-01 Panu MatilainenEliminate all the now unnecessary fsm->ix save-and...
2012-10-01 Panu MatilainenPass file index as argument to fsm fsmMapPath()
2012-10-01 Panu MatilainenPass file index as argument to fsm fsmCommit()
2012-10-01 Panu MatilainenPass file index as argument to fsm writeFile()
2012-10-01 Panu MatilainenEliminate current hardlink set from fsm struct
2012-10-01 Panu MatilainenPinpoint the one place where fsm->li is modified on...
2012-10-01 Panu MatilainenAvoid using fsm->li directly when creating pending...
2012-10-01 Panu MatilainenAvoid using/modifying fsm->li when committing hardlinks
2012-10-01 Panu MatilainenAvoid using/modifying fsm->li when writing links to...
2012-10-01 Panu MatilainenAvoid using/modifying fsm->li when freeing hard link...
2012-10-01 Panu MatilainenAvoid using/modifying fsm->li on hard link checking
2012-10-01 Panu MatilainenMove hardlink saving out of fsmInit()
2012-10-01 Panu MatilainenFree hardlink sets centrally in fsmFree()
2012-10-01 Panu MatilainenFilter out skipped files on hardlink checking
2012-09-28 Panu MatilainenSimplify fpLookupSubdir() a bit
2012-09-27 Panu MatilainenMinimally resurrect fpLookupSubdir() functionality
2012-09-27 Panu MatilainenFixup a copy-paste error in rpmdsPool() doxygen markup
2012-09-27 Panu MatilainenRemove leftover, no longer valid comment
2012-09-24 Panu MatilainenSwitch back to early added packages rpmal populating
2012-09-21 Panu MatilainenTake advantage of rpmstrPoolStreq() in rpmdsCompare()
2012-09-19 Panu MatilainenEliminate strdup() in doLookupId()
2012-09-19 Panu MatilainenLift directory name canonicalization into a helper...
2012-09-18 Panu MatilainenUnbreak fingerprinting when called twice for the same...
2012-09-18 Panu MatilainenOops, refactoring error in commit 327701572ff912413ec95...
2012-09-18 Panu MatilainenEnsure fingerprint subdirs have heading slashes
2012-09-18 Panu MatilainenEnsure directories have trailing slashes in doLookupId()
2012-09-18 Panu MatilainenFurther doLookupId() cleanup
2012-09-18 Panu MatilainenElimiate one of the umphteen directory variables in...
2012-09-18 Panu MatilainenAvoid redundant ds -> id -> string lookups in rpmalAllF...
2012-09-18 Panu MatilainenDont bother with separate notifications on multiple...
2012-09-18 Panu MatilainenAvoid the string copy in rpmalAllFileSatisfiesDepend...
2012-09-17 Panu MatilainenPermit key imports even if signature checking is disabl...
2012-09-15 Panu MatilainenBe more selective about legacy retrofits on package...
2012-09-14 Panu MatilainenSwitch rpmdb basename finding to use pool id's instead...
2012-09-14 Panu MatilainenCleanup + optimize doLookupId() a bit
2012-09-14 Panu MatilainenRemove leftover variable from previous commit
2012-09-14 Panu MatilainenChange fpLookupList() to operate on pool id's only
2012-09-14 Panu MatilainenDo the low-level fingerprint lookup based on pool id...
next