tools/librpm-tizen.git
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
2008-07-01 Panu MatilainenCreate ascii armor that rpm itself accepts
2008-07-01 Jindrich NovyUpdate parseNoSource() and addSource() to accept only...
2008-07-01 Jindrich NovyfindSource() eats only unsigned SourceXX numbers
2008-07-01 Jindrich NovydoPatchMacro() now uses parseUnsignedNum()
2008-07-01 Jindrich NovydoSetupMacro() now uses parseUnsignedNum()
2008-07-01 Jindrich NovydoUntar() accepts only unsigned SourceXX numbers
2008-07-01 Jindrich NovyConvert doPatch() to use parseUnsignedNum()
2008-07-01 Jindrich NovyUse the same number types for SourceXX tags as returned...
2008-07-01 Jindrich NovyConvert Epoch parsing to use parseUnsignedNum()
2008-07-01 Jindrich NovyAvoid reading negative constants from SourceXX, PatchXX...
2008-07-01 Panu MatilainenEliminate the nasty global _dig and _digp variables...
2008-07-01 Panu MatilainenUnexport all the umphteen pgp related tables
2008-07-01 Panu MatilainenMake every pgp function not needed by other parts of...
2008-06-30 Panu MatilainenWe don't need ts to stash the keyid locally now
2008-06-30 Panu MatilainenheaderCheck() does not recurse
2008-06-30 Panu MatilainenDetach pgp digest from transaction set
2008-06-30 Panu MatilainenPass pgpDig around from rpmVerifySignature()
2008-06-30 Panu MatilainenDetach signature tag data from transaction set
2008-06-30 Panu MatilainenActually use the sigtd passed to verifier functions
2008-06-30 Panu MatilainenStart getting signature tag out of transaction set
2008-06-30 Panu Matilainen(char)NULL doesn't make much sense, use \0 instead
2008-06-30 Jindrich NovyFix missspelling in macro name (_initddir -> _initrddir...
2008-06-30 Panu Matilainensize_t for "left" is wrong, use rpm_loff_t instead
2008-06-30 Panu Matilainenstrntoul() is supposed to return unsigned long, not int
2008-06-27 Panu Matilainendebugedit: Include empty CU current directories (rhbz...
2008-06-27 Panu MatilainenUse correct formatters for debug-printing in rpmtsInitDSI()
2008-06-27 Panu MatilainenUse correct formatters for debug-printing sizes in...
next