tools/librpm-tizen.git
2008-02-04 Panu MatilainenRip the useless header method vectors
2008-02-04 Panu MatilainenMake check-programs build again, assorted type-fiddlings..
2008-02-04 Panu MatilainenAdd rpm_time_t type for time types (in headers), use...
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-02-03 Panu MatilainenMake rpmtag.h standalone, include from rpmtypes.h
2008-02-03 Panu MatilainenUse rpmTag etc enums for rpmTagGet*() functions
2008-02-03 Panu MatilainenStuff signature tags to rpmtag.h along with other tags...
2008-02-01 Panu MatilainenFix platform dir creation, doh
2008-02-01 Panu MatilainenUpdate translations for a change..
2008-02-01 Panu MatilainenMove platform specific macros under RPMCONFIGDIR/platform/
2008-02-01 Panu MatilainenDitch the "system" %_topdir, default to ~/rpmbuild...
2008-02-01 Panu MatilainenDon't close GPG/PGP stdin to avoid harmless warning...
2008-02-01 Panu MatilainenAvoid silly fixed size buffer in urlhelper
2008-02-01 Panu MatilainenAllocate macro buffers dynamically
2008-02-01 Panu MatilainenAllocate various macro buffers from heap not stack
2008-02-01 Panu MatilainenDefine + use MACROBUFSIZ for macro expansion buffer...
2008-02-01 Panu MatilainenMacro shell expansion fixes (rhbz#431009)
2008-01-30 Panu MatilainenAdd rpmtypes to doxygen, with todo reminders..
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu MatilainenUse headerIsSource() instead of doing it manually
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-30 Panu MatilainenMove HGE and related prototypes to header.h
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...
next