tools/librpm-tizen.git
2008-08-08 Panu MatilainenRemember to free up resources from matchpathcon_init()
2008-08-08 Panu MatilainenFix check for nocontext flag
2008-08-08 Panu MatilainenPlug memleak from %pretrans
2008-08-08 Panu MatilainenAdd key to transaction keyring on rpmtsImportPubkey...
2008-08-08 Panu MatilainenUse rpmPubkey + methods for pubkey header generation
2008-08-08 Panu MatilainenAdd couple of new rpmPubkey() methods
2008-08-08 Panu MatilainenSplit gpg-pubkey header generation out of rpmtsImportPu...
2008-08-07 Panu MatilainenPermit i18nstring in headerPutString()
2008-08-07 Jindrich NovyDon't allow multiple definition of PatchX or SourceX...
2008-08-06 Panu MatilainenClarify %buildroot in macros
2008-08-06 Panu MatilainenSimplify spec buildroot hysteria
2008-08-06 Panu MatilainenAdd %sparc macro for supported Sparc architectures...
2008-08-05 Panu MatilainenIncrement exit code on file not found errors too (...
2008-08-04 Panu MatilainenBunch of keyring / pubkey refcounting fixes
2008-07-26 Panu MatilainenUpdated Italian translation from Francesco Tombolini...
2008-07-26 Panu MatilainenRevert "plug memory leak in spec parsing code"
2008-07-26 Panu MatilainenFix typo in buildroot dir definition (rhbz#456708)
2008-07-25 Florian Festiplug memory leak in spec parsing code
2008-07-25 Florian Festifix parsing of empty doublequoted strings in spec file...
2008-07-24 Panu MatilainenDumb thinko breaking tar builds from relative paths...
2008-07-19 Panu MatilainenFix regression in %patch handling (rhbz#455872)
2008-07-17 Panu MatilainenAdd (and use) refcounting for rpmKeyring and rpmPubkey
2008-07-17 Florian FestiAdded .gitignore file to get sane git status reports
2008-07-16 Panu MatilainenMake sure there's room for \0 (packages with no files)
2008-07-16 Panu MatilainenMake rpmExpand() smarter wrt memory allocations
2008-07-16 Panu MatilainenEliminate another unnecessary temp variable
2008-07-16 Panu MatilainenEliminate unnecessary variable
2008-07-16 Panu MatilainenMacro argument handling regression (rhbz#455333)
2008-07-14 Panu MatilainenAdjust querytags expected results for autotests
2008-07-14 Panu MatilainenDon't put unimplemented tags into tagtable
2008-07-14 Panu MatilainenMark unimplemented tags as such in tag table
2008-07-14 Panu MatilainenFix mono dependency extraction
2008-07-12 Panu MatilainenNSS uses unsigned int, not size_t for hash lengths
2008-07-11 Panu MatilainenUpdated Polish translation (Piotr Drąg)
2008-07-11 Ville SkyttäDecompressor clarifications.
2008-07-09 Panu MatilainenInclude rpmlib.h from rpmcli.h, legacy stuff expects...
2008-07-09 Panu MatilainenCheck for _RPM_4_4_COMPAT in rpmlib.h too
2008-07-08 Panu MatilainenInclude legacy compat from rpmlib.h to cover maximum...
2008-07-08 Panu MatilainenAdd compat definitions for renamed string functions too
2008-07-08 Panu MatilainenMissing cplusplus-wrappers in rpmtd
2008-07-08 Panu MatilainenBunch of dumb macros to make up for renamed functions
2008-07-08 Panu MatilainenAdd deprecation markers for hge etc vector prototypes
2008-07-08 Panu MatilainenAdd deprecation warnings to all legacy types
2008-07-08 Panu MatilainenCompat typedef for Spec -> rpmSpec rename
2008-07-08 Panu MatilainenAdd mappings from hTAG_t and friends to legacy interfaces
2008-07-08 Panu MatilainenLimit the exposure of rpmlegacy.h stuff to bare minimum
2008-07-08 Panu MatilainenShove header legacy interfaces into rpmlegacy.h
2008-07-08 Panu MatilainenAdd a new legacy compatibility header, kill rpmints.h
2008-07-08 Jindrich NovyInitialize optCon
2008-07-08 Jindrich NovyMake the default fuzz for %patch is now configurable...
2008-07-08 Panu MatilainenUpdate translations
2008-07-08 Panu MatilainenAdd ISA-stuff for ia64
2008-07-07 Panu MatilainenMissing const in parseUnsignedNum()
2008-07-07 Panu MatilainenTeach Fflush() about lzdio
2008-07-07 Jindrich NovyMake Source0: equal to Source: again
2008-07-07 Jindrich NovyUse proper type in format
2008-07-07 Jindrich NovyRemove useless argument to format, d'oh
2008-07-07 Panu MatilainenEliminate couple of timedRead() uses where we control...
2008-07-07 Panu MatilainenMake verifyAttrs and virtualFileAttributes static
2008-07-07 Panu MatilainenKick out ftpStrerror() and related error code defines
2008-07-07 Panu MatilainenKick out now unused printNewSpecfile()
2008-07-07 Panu MatilainenKick out ancient, useless and hidden --specedit option
2008-07-04 Panu MatilainenRemember to remove ugid.c from POTFILES
2008-07-04 Panu MatilainenStuff rpmio/ugid.[ch] contents to lib/misc.[ch]
2008-07-04 Panu MatilainenMake ufdClose() static, nothing outside rpmio.c needs...
2008-07-04 Panu MatilainenRemove unused ufdGetFile() from librpmio
2008-07-04 Panu MatilainenRemove unused _url_debug
2008-07-04 Panu MatilainenBump version to resemble library versioning
2008-07-04 Jindrich NovyReally make fuzz=0 default for patches
2008-07-04 Jindrich NovyDon't treat Patch and Source as Patch0 and Source0
2008-07-04 Panu MatilainenRemove rpmcache from repository
2008-07-04 Panu MatilainenRemove solvedb API and other related stuff
2008-07-04 Panu MatilainenKill of rpmtsAvailable()
2008-07-04 Panu MatilainenEnforce conflicts on colorless files always
2008-07-04 Panu MatilainenrpmfiFNlink() returns unsigned int
2008-07-04 Panu MatilainenCouple of type corrections
2008-07-04 Panu MatilainenUse unsigned integer for epoch, remove unnecessary...
2008-07-03 Panu MatilainenParameter name + doc mismatch on rpmVerifySignature()
2008-07-03 Panu MatilainenChange headerPutString() arg name to match the others
2008-07-03 Panu MatilainenPlug leaks in selinux context handling in fsm
2008-07-03 Panu MatilainenPlug a memleak on erasure
2008-07-03 Panu MatilainenMake all transaction callback notifications go through...
2008-07-03 Panu MatilainenOnly try to pubkeys from rpmdb if we non-db keys didn...
2008-07-02 Panu MatilainenDon't leak memory on duplicate pubkeys
2008-07-02 Panu MatilainenDon't leak memory on python expandMacro()
2008-07-02 Panu MatilainenPlug a dumb memleak that has crept into rpmReadPackageF...
2008-07-02 Panu MatilainenChange rpmts keyring get/set interface to more transpar...
2008-07-02 Panu MatilainenAdd documentation for keyring
2008-07-02 Panu MatilainenMake rpmkeyring.h public header
2008-07-02 Panu MatilainenAdd docs for the new rpmts methods, deprecate rpmtsFind...
2008-07-02 Panu MatilainenLoad pubkeys from both files and rpmdb for now
2008-07-02 Panu MatilainenSome keyring improvements
2008-07-01 Panu MatilainenEliminate remaining signature checking bits from rpmts
2008-07-01 Panu MatilainenUse keyring even when using pubkeys from rpmdb
2008-07-01 Panu MatilainenPass keyring, not the full ts to lowlevel signature...
2008-07-01 Panu MatilainenEliminate digest calculation statistics from signature...
2008-07-01 Panu MatilainenAdd methods for getting and setting the keyring used...
2008-07-01 Panu MatilainenMove keyring related typedefs to rpmtypes.h
2008-07-01 Panu MatilainenProof of concept rpmtsFindPubkey() implementation with...
2008-07-01 Panu MatilainenBeginnings of an abstract keyring
next