tools/librpm-tizen.git
2008-01-30 Panu MatilainenMove rpmTagType stuff to rpmtag.h now that they can...
2008-01-30 Panu MatilainenStick rpmCallbackType to rpmtypes too..
2008-01-30 Panu MatilainenAdd missing system includes
2008-01-30 Panu MatilainenUninline headerFreeData()
2008-01-30 Panu MatilainenStick relocation struct to rpmfi, typedef to rpmtypes...
2008-01-30 Panu MatilainenMove FD_t to rpmtypes.h, used all over ..
2008-01-30 Panu MatilainenMove rpmRC definition to rpmtypes
2008-01-30 Panu Matilainenrpmgi.h doesn't need rpmte and rpmts headers, implement...
2008-01-30 Panu MatilainenRemove bunch of unnecessary rpmlib.h includes
2008-01-30 Panu MatilainenMove header and -iterator to rpmtypes
2008-01-30 Panu MatilainenMove rpmalKey and rpmal to rpmtypes
2008-01-30 Panu MatilainenMove fnpyKey typedef to rpmtypes, its widely used...
2008-01-30 Panu MatilainenMove rpmts and other major data typedefs to rpmtypes...
2008-01-30 Panu MatilainenAdd missing c++ ifdefs to rpmtag and rpmtypes headers
2008-01-30 Panu MatilainenMove header tagdata types from header.h to rpmtypes.h
2008-01-30 Panu MatilainenAdd stub rpmtypes.h header stub
2008-01-30 Panu MatilainenRemove fts flag API symbols from help messages
2008-01-30 Panu MatilainenUpdated Polish translation (Piotr Drąg)
2008-01-28 Panu MatilainenMake rpmbuild -bs and -ts imply --nodeps (rhbz#235507)
2008-01-28 Panu MatilainenMore missing system includes for size_t & friends
2008-01-28 Panu MatilainenAdd missing system includes to rpmmacro.h
2008-01-28 Panu MatilainenFix printing of filenames with whitespace in check...
2008-01-25 Panu MatilainenUrgh, add geode to x86_64 secondary arch subst-crack...
2008-01-27 Panu MatilainenDocument libmagic requirement
2008-01-27 Panu MatilainenRename isCompressed() -> rpmFileIsCompressed() for...
2008-01-27 Panu MatilainenCouple of missing doxygen groupings
2008-01-27 Panu MatilainenDetect lzma magic if it exists, otherwise dumb check...
2008-01-27 Panu MatilainenUse the suffix checker in rpmfc instead of inline defin...
2008-01-27 Panu MatilainenHelper function for checking given suffix on path
2008-01-25 Panu MatilainenQuote find-debuginfo builddir to avoid whitespace issues
2008-01-25 Panu MatilainenDon't reset target when reading included rpmrc's.
2008-01-25 Panu MatilainenHackery to get secondary arch macros included on x86_64...
2008-01-25 Panu MatilainenBandaid patch for truncated error message in russian...
2008-01-25 Panu MatilainenPermit conflicting ghost files
2008-01-25 Panu MatilainenPrint regular provides on build too (mdvbz#36672)
2008-01-24 Panu MatilainenMissing space in russian translation (mdvbz#36974)
2008-01-23 Panu MatilainenMake uncompress macros match reality (_ vs __ prefix)
2008-01-19 Panu MatilainenAdd support for Geode CPU (rhbz#428979)
2008-01-10 Panu MatilainenDefine and use UGIDMAX instead of hardcoded 1024 all...
2008-01-10 Panu MatilainenpgpHexStr() returns pointer to static buffer, return...
2008-01-10 Panu MatilainenAnd *really* skip the leading % in --define, double...
2008-01-10 Panu MatilainenFix thinko in macroname underscore conversion, duh
2008-01-09 Panu MatilainenDocument internal vs external BDB usage in INSTALL
2008-01-09 Panu MatilainenDrop internal db from dist tarballs
2008-01-09 Panu MatilainenDirty hack to determine BDB .la name automatically
2008-01-09 Panu MatilainenImplementation of triggerprein scriptlets.
2008-01-09 Panu MatilainenPermit files with glob characters in *.rpm packages...
2008-01-09 Panu MatilainenAvoid access(2) quirks querying symlinks, lstat(2)...
2008-01-09 Panu MatilainenHandle spaces in file path arguments correctly (#217258)
2008-01-09 Panu MatilainenConvert '-' to '_' within --define macro names (#124995)
2008-01-09 Panu MatilainenLast 8 bytes of RSA modulus is keyid for V3 pubkeys...
2008-01-07 Panu MatilainenSet a default 0022 umask value always (#83006)
2008-01-07 Panu MatilainenPrint --usage to stderr instead of stdout (rhbz#164021)
2008-01-07 Panu MatilainenDon't unlink non-temporary file in FSM_UNDO (rhbz#223931)
2008-01-07 Panu MatilainenFix field-width specifiers when no space between (rhbz...
2008-01-07 Panu MatilainenHandle "use vX.X.X" in perl dependency extraction ...
2008-01-04 Panu MatilainenSaner RPM_FORCEFREE_TYPE definition
2008-01-04 Panu MatilainenRemove now useless nested function in debugedit
2008-01-03 Panu MatilainenLose unused pgpMpiHex()
2008-01-02 Panu MatilainenRevert rpmfi bits from 01cd03ea8f8a
2008-01-02 Panu MatilainenSignedness consistency in rpmfi interface vs internal...
2008-01-02 Panu MatilainenAvoid compressFilelist() stack overflow in pathological...
2008-01-02 Panu MatilainenTeach (unused) headerFreeTag about RPM_FORCEFREE_TYPE
2008-01-02 Panu MatilainenGah, nss doesn't use size_t for lengths...
2008-01-02 Panu MatilainenAssorted int -> size_t string size fixes in build code
2008-01-02 Panu MatilainenMore assorted int -> size_t uses
2008-01-02 Panu MatilainenAssorted int -> size_t corrections for string lengths
2008-01-02 Panu MatilainenUse size_t, not int for header format padding args
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-19 Panu MatilainenConst-pedantry here and there...
2007-12-19 Panu MatilainenConst pedantry
2007-12-19 Panu MatilainenFix some const issues in macros
2007-12-31 Panu Matilainentgi doesnt need fts private include
2007-12-22 Panu MatilainenFix multi-line macro expansion in last line of spec...
2007-12-19 Panu MatilainenHum, NSS needs to be shut down too
2007-12-19 Panu MatilainenAdd dumb maintainer snapshot generator make rule
2007-12-19 Panu MatilainenOrdering fix (don't use RPMSENSE_PREREQ) from Pascal...
2007-12-19 Panu MatilainenDrop duplicate locale.h check
2007-12-18 Panu MatilainenAvoid exiting too early due to nested rpmdbCheckSignals()
2007-12-18 Panu MatilainenUpdate translations
2007-12-18 Panu MatilainenTodo-update...
2007-12-18 Panu MatilainenDrop bogus const from rpmReadPackageManifest argvptr
2007-12-18 Panu MatilainenCast to silence gcc..
2007-12-18 Panu MatilainenOne leftover reloc constfree..
2007-12-18 Panu MatilainenRemove bunch of bogus cli-related consts...
2007-12-18 Panu MatilainenUse constfree on relocations for now
2007-12-18 Panu MatilainenRemove bogus const from rpmInstallSource*() parameters
2007-12-18 Panu MatilainenUse constfree for rpmts suggestions
2007-12-18 Panu MatilainenStick constfree to extension cache cleanup
2007-12-18 Panu MatilainenDrop bogus const from headerFreeTag() data pointer
2007-12-18 Panu MatilainenDrop bogus const from temp variable
2007-12-18 Panu MatilainenRemove bogus const from rpmGlob argv return type
2007-12-18 Panu MatilainenMake fsm failedFile non-const like it really is
2007-12-18 Panu MatilainenDrop bogus const from temp variable
2007-12-18 Panu MatilainenDrop bogus const from zapRelation return
2007-12-18 Panu MatilainenDrop bogus const from rpmts rootDir + curDir
2007-12-18 Panu MatilainenRemove bogus const from rpmdb match iterator contents
2007-12-18 Panu MatilainenUse constfree for rpmdb_s contents for now
2007-12-18 Panu MatilainenUse constfree for rpmhash key + data for now
2007-12-18 Panu MatilainenUse constfree for fsm path, opath for now
next