Automated merge with ssh://pmatilai@login.linux.duke.edu//home/groups/rpm/hg/rpm/
[platform/upstream/rpm.git] / lib /
2008-02-11 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2008-02-08 Panu MatilainenOops, package type in lead was reversed...
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenUse rpmSigTag enum for signature tags everywhere, more...
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-02-05 Panu MatilainenYet another typedef for transaction ID, use where spotted
2008-02-05 Panu MatilainenUse rpm_flag_t for header generic bitfields (file flags...
2008-02-05 Panu MatilainenCouple of int -> rpmVSFlags type corrections
2008-02-05 Panu MatilainenDoxygen bits for rpmtypes, much to do still
2008-02-05 Panu MatilainenA missed color type in rpmds header
2008-02-05 Panu MatilainenSplit non-cli verify bits from rpmcli to separate header
2008-02-05 Panu MatilainenMore rpm-headerdata types: rpm_dev_t and rpm_ino_t...
2008-02-05 Panu MatilainenAdd rpm_rdev_t type for rdev entries
2008-02-05 Panu MatilainenAdd rpm_mode_t type, use where spotted
2008-02-05 Panu MatilainenAdd rpm_color_t type for rpm color bits, use where...
2008-02-05 Panu MatilainenPort some rpmds improvements from rpm5.org
2008-02-05 Panu MatilainenRip the horrible (ia64) autorelocate kludgery. RIP.
2008-02-05 Panu MatilainenUse helper function to eliminate some copy-paste code
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 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-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 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-28 Panu MatilainenMore missing system includes for size_t & friends
2008-01-25 Panu MatilainenDon't reset target when reading included rpmrc's.
2008-01-25 Panu MatilainenBandaid patch for truncated error message in russian...
2008-01-25 Panu MatilainenPermit conflicting ghost files
2008-01-19 Panu MatilainenAdd support for Geode CPU (rhbz#428979)
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 MatilainenImplementation of triggerprein scriptlets.
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-07 Panu MatilainenSet a default 0022 umask value always (#83006)
2008-01-07 Panu MatilainenDon't unlink non-temporary file in FSM_UNDO (rhbz#223931)
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 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-31 Panu Matilainentgi doesnt need fts private include
2007-12-19 Panu MatilainenHum, NSS needs to be shut down too
2007-12-19 Panu MatilainenOrdering fix (don't use RPMSENSE_PREREQ) from Pascal...
2007-12-18 Panu MatilainenDrop bogus const from rpmReadPackageManifest argvptr
2007-12-18 Panu MatilainenOne leftover reloc constfree..
2007-12-18 Panu MatilainenRemove bunch of bogus cli-related consts...
2007-12-18 Panu MatilainenRemove bogus const from rpmInstallSource*() parameters
2007-12-18 Panu MatilainenUse constfree for rpmts suggestions
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 zapRelation return
2007-12-18 Panu MatilainenDrop bogus const from rpmts rootDir + curDir
2007-12-18 Panu MatilainenUse constfree for fsm path, opath for now
2007-12-18 Panu MatilainenDrop const from fs mountpoint, contained within fs
2007-12-17 Panu MatilainenUse constfree for rpmte internals for now
2007-12-17 Panu MatilainenUse constfree for rpmfi internals for now
2007-12-17 Panu MatilainenRemove const from rpmal dirInfo dirname
2007-12-17 Panu MatilainenUse constfree for psm failedFile for now
2007-12-17 Panu MatilainenUnconst psm pkgURL and rpmio_flags members
2007-12-17 Panu MatilainenMake psm opaque, add minimal methods to cover internal...
2007-12-17 Panu MatilainenDrop bogus const from dnlFreeIterator() param
2007-12-17 Panu MatilainenDrop bogus const from fsmFsPath() return type
2007-12-17 Panu Matilainentransaction.c doesn't need fsm.h, rpmfi_internal does
2007-12-17 Panu MatilainenStick cpioMapFlags to fsm.h, they're only used by fsm.c
2007-12-17 Panu MatilainenHide fsmIterator_s struct details, not needed outside...
2007-12-17 Panu MatilainenStuff hardLink_s inside fsm.c, add pointer typedef...
2007-12-17 Panu MatilainenbadDeps is encapsulated within depends, doesn't need...
2007-12-16 Panu MatilainenpgpReadPkts returns malloced memory, unconstify
2007-12-16 Panu MatilainenBogus const in temporary variables
2007-12-16 Panu MatilainenUnconstify rpmrc internal tables
next