platform/upstream/rpm.git
2009-08-13 Panu MatilainenBump version to appear newer than 4.7.x branch
2009-08-12 Jindrich Novyrpmbuild won't segfault when %including spec with zero...
2009-08-10 Ville SkyttäAdd *.xz and *.lzma recompress support to brp-compress.
2009-08-06 Jindrich NovyCorrectly inherit default %attr(-,-,-) attributes from...
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-07-14 Lubomir RintelFix memory allocation for token array
2009-07-14 Panu MatilainenLog an error on short lead (RhBug:511101)
2009-07-14 Panu MatilainenHonor --nofiledigest on install too (RhBug:508021)
2009-07-14 Panu MatilainenDocument --nodeps in rpmbuild manual (RhBug:482921)
2009-07-14 Panu MatilainenDont accept '-' in manifests (RhBug:461353)
2009-07-14 Panu MatilainenDont treat filenames starting with - as stdin
2009-07-09 Panu MatilainenOops, missing include for dirname()
2009-07-09 Panu MatilainenCreate the directory used for transaction lock if necessary
2009-07-09 Panu MatilainenFix package relocatability checking, broken since forever
2009-07-09 Panu MatilainenMake rpmpsUnlink() behave the other fooUnlink() functions
2009-07-09 Panu MatilainenAdd reference counting to rpmProblems
2009-07-09 Panu MatilainenUnbreak --excludepath (RhBug:409637)
2009-07-09 Panu MatilainenFix compiler warning on const free
2009-07-08 Panu MatilainenMake verify result not depend on verbosity level, uff...
2009-07-03 Panu MatilainenAdd an index for obsoletes (RhBug:507702)
2009-07-03 Panu MatilainenUnify extension + header data getter calling conventions
2009-07-03 Panu MatilainenPass headerGet flags to extensions too (unused for...
2009-07-03 Panu MatilainenEliminate unused calculations originating from the...
2009-07-03 Panu MatilainenRe-enable rdlen vs dl header check
2009-07-01 Panu MatilainenBand-aid to dependency caching misbehaving with chroote...
2009-06-26 Panu MatilainenHandle hook unregistering itself
2009-06-26 Panu MatilainenFix rpm.unregister() Lua extension
2009-06-26 Panu MatilainenAdd base64 encode and decode extensions to the lua...
2009-06-26 Panu MatilainenBase64-encode %policy files to ensure it can be present...
2009-06-25 Panu MatilainenKick out silly constfree() use
2009-06-24 Panu MatilainenSimplify logging a bit
2009-06-23 Panu MatilainenSet HEADERFLAGS_ALLOCATED centrally from headerLoad()
2009-06-23 Jindrich NovyTeach %files to accept multiple filelists (ticket ...
2009-06-23 Jindrich NovyAllow ':' character in EVR, it's needed for Epoch separ...
2009-06-23 Jindrich NovyCheck arg in argvJoin() before dereferencing
2009-06-23 Panu MatilainenUpdated Polish translation (ticket #74)
2009-06-23 Panu MatilainenFix some typos in javadeps usage message (ticket #72)
2009-06-18 Panu MatilainenAdd -h/--help to rpm2cpio (ticket #63)
2009-06-18 Panu MatilainenUpdated German translation from Micha Pietsch (RhBug...
2009-06-18 Panu MatilainenUpdated German translation from Micha Pietsch (RhBug...
2009-06-18 Panu MatilainenPile of OSGi dependency generator fixes from Alphonse...
2009-06-17 Panu MatilainenDelay fingerprint cache init + lookup until we know...
2009-06-17 Panu MatilainenPermit NULL in fpCacheFree()
2009-06-17 Panu MatilainenFix invalid memory access from freeing dirName too...
2009-06-16 Florian FestiFix Segfault for to be installed symlinks pointing...
2009-06-16 Panu MatilainenEliminate now unnecessary artifacts of rpmdsNext()...
2009-06-16 Panu MatilainenGenerate DNEVR string lazily on rpmdsDNEVR() calls
2009-06-16 Panu MatilainenEliminate epoch promotion debug cruft
2009-06-16 Panu MatilainenDetermine rpmlib deps from flags instead of comparing...
2009-06-16 Panu MatilainenValidate rpmlib dependencies on src.rpm install (RhBug...
2009-06-16 Jindrich NovyDon't check Provides/Requires for bad characters, they...
2009-06-16 Panu MatilainenAdd debugedit support for DWARF-3 (RhBug:505774)
2009-06-15 Panu MatilainenRip hardcoded libgcc + glibc static helper kludges
2009-06-15 Jindrich NovyCheck for valid chars in Requires/Provides as well
2009-06-12 Panu MatilainenFix out of source directory build (ticket #65)
2009-06-12 Panu MatilainenAdd parentheses (as kindly suggested by new gcc...)
2009-06-12 Panu MatilainenMake peace with newer git
2009-06-11 Panu MatilainenMake rpmalSatisfiesDepend() smarter
2009-06-11 Panu MatilainenAdd preferred color to rpmal
2009-06-10 Panu MatilainenUpdate translations for a change (due to depends.c...
2009-06-10 Panu MatilainenSplit ordering code to separate source file
2009-06-10 Jindrich NovyAdd new function to check valid characters in NVR ...
2009-06-10 Jindrich NovyNuke useless compatibility stuff and put V/R checking...
2009-06-09 Jindrich NovyMake whitelist of characters allowed in NVR (ticket...
2009-06-08 Panu MatilainenrpmdsInit() and rpmdsNext() can handle NULL ds, no...
2009-06-08 Panu MatilainenMinor rpmtsOrder() cleanup
2009-06-08 Panu MatilainenClean up relation recording a bit
2009-06-08 Panu MatilainenDont bother adding dependencies to self, ever
2009-06-08 Panu MatilainenDetermine rpmlib and config deps from flags instead...
2009-06-05 Panu MatilainenMap legacy PreReq into pre and preun scriptlet dependen...
2009-06-05 Panu MatilainenUnbreak isLegacyPreReq()
2009-06-05 Panu MatilainenUse specific types for sense flags + te type instead...
2009-06-04 Florian FestiRewrite ordering
2009-06-02 Rakesh PanditRemoving extra useless 'break' statement lines and...
2009-06-02 Rakesh PanditRemoved 'xx' variable in rpminstall.c
2009-06-02 Rakesh PanditRemoved rpmEIU memeber 'fd' -and its usage in tryReadFo...
2009-06-02 Rakesh PanditUpdated mailing list information.
2009-06-02 Panu MatilainenRemove toplevel TODO too, nobody updates it and we...
2009-06-01 Panu MatilainendepMsg doesn't need _notpre() anymore
2009-06-01 Panu MatilainenRemove leftover build/TODO file from 1998 / rpm 2.5...
2009-06-01 Panu MatilainenGenerate spec part string lengths at build time and...
2009-06-01 Panu MatilainenGenerate preamble tag lengths at build time and make...
2009-06-01 Panu MatilainenIssue deprecation warnings for PreReq and BuildPreReq
2009-06-01 Panu MatilainenTurn unused spec syntax obsoletion mechanism into depre...
2009-06-01 Panu MatilainenMap PreReq into Requires(pre,preun) at build
2009-06-01 Panu MatilainenDeal with multiple scriptlet dependency bits in deptype...
2009-06-01 Panu MatilainenBring back former value of RPMSENSE_PREREQ
2009-06-01 Panu MatilainenAvoid filtering out erase pre-requisites on install
2009-05-29 Panu MatilainenBuild prereq is exactly the same as buildrequires
2009-05-29 Panu MatilainenFix calculation of hardlinked files (RhBug:503020)
2009-05-22 Panu MatilainenCouple of documentation typos
2009-05-22 Panu MatilainenClean platform files on uninstall
2009-05-22 Panu MatilainenInclude from src, not build dir
2009-05-20 Panu MatilainenRemove unnecessary includes + other minor include corre...
2009-05-20 Panu MatilainenEliminate useless pgpDig nbytes counter
2009-05-20 Panu MatilainenRemove size "signature" verification
2009-05-20 Panu MatilainenRefactor ts out of main read package function
2009-05-20 Panu MatilainenRefactor ts out of main header read function
2009-05-20 Panu MatilainenRefactor ts out of main header verification routine
2009-05-19 Panu MatilainenDon't mess up problem altNEVR in python ts.check()...
next