Add has_key() method to header object
[platform/upstream/rpm.git] / tools /
2009-09-10 Panu MatilainenRip unnecessary headerDump() and the last ancient artif...
2009-09-07 Panu MatilainenAdd noreturn annotations to javadeps
2009-06-23 Panu MatilainenFix some typos in javadeps usage message (ticket #72)
2009-06-16 Panu MatilainenAdd debugedit support for DWARF-3 (RhBug:505774)
2009-03-19 Panu MatilainenRevert couple of checksum -> digest renames
2009-03-12 Panu MatilainenSilence compiler whining on rpmsort and rpminject
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-01-09 Panu Matilainenjavadeps format string fix from Pixel
2009-01-08 Panu MatilainenDon't bother translators with messages from unused...
2009-01-08 Panu MatilainenDelay NSS initialization until actually used
2008-12-09 Jindrich NovyNuke the useless bits of rpmsort.c declared in global...
2008-10-14 Panu MatilainenYank out ancient convertdb1
2008-07-04 Panu MatilainenRemove rpmcache from repository
2008-07-04 Panu MatilainenRemove solvedb API and other related stuff
2008-06-27 Panu Matilainendebugedit: Include empty CU current directories (rhbz...
2008-06-19 Panu MatilainenUse type-specific headerPuts() for rpmcache
2008-06-18 Panu MatilainenConvert rpmcache to headerGet+Put
2008-06-13 Jindrich NovyUse 64bit sizes by default in rpmcache
2008-05-21 Panu MatilainenDitch the tagtable argument of (internal) headerDump...
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-05 Panu MatilainenSilence bogus warning on memset()
2008-04-28 Jindrich NovyRemove alloca() ussage from rpmcache.c
2008-04-28 Jindrich NovyRemove unused alloca'd variable
2008-04-17 Jindrich NovyDon't copy unknown number of args to buffer of fixed...
2008-04-10 Panu MatilainenJust call legacyRetrofit() instead of combined compress...
2008-04-07 Panu MatilainenMinimally convert all pgpHexCvt() users to use pgpHexSt...
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-02-28 Panu MatilainenAdd missing leading underscores to names passed to...
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
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-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-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-04 Panu MatilainenRemove now useless nested function in debugedit
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-18 Panu MatilainenCast to silence gcc..
2007-12-18 Panu MatilainenRemove bogus const from rpmGlob argv return type
2007-12-14 Panu MatilainenBogus const removal continued...
2007-12-14 Panu MatilainenBunch of const char* corrections
2007-12-14 Panu MatilainenMore size_t type pedantry
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-02 Panu MatilainenMove rpmsenseFlag enums to rpmds where they logically...
2007-12-03 Panu MatilainenUse regular POSIX functions instead of "RPC" clones
2007-12-01 Panu MatilainenMore rpmlead exorcizing
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-27 Panu MatilainenOne missed legacy include
2007-11-26 Ralf CorsépiusRemove #include "lib/signature.h" (unused)
2007-11-26 Ralf CorsépiusEliminate type "byte"
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Panu MatilainenMove rpmGlob() from macros to rpmfileutil.h
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-22 Ralf CorsépiusInclude system.h
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-11-15 Panu MatilainenDebugedit needs crypto initialization too..
2007-11-07 Panu MatilainenSilence bunch of compiler warnings from test programs
2007-11-07 Panu MatilainenRemove bunch of unnecessary misc.h includes, document...
2007-11-02 Peter JonesMerge
2007-11-02 Panu MatilainenUse NSS instead of beecrypt for encryption (Tomas Mraz)
2007-11-01 Panu MatilainenInclude "legacy.h" not <rpmdb/legacy.h>
2007-10-31 Panu MatilainenAdd rpmtsPrintSuggests() method for now, use instead...
2007-10-29 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-10-29 Ralf CorsépiusRemove local def of uint32_t, uint16_t.
2007-10-28 Ralf CorsépiusInclude "rpmfc.h" instead of <rpmfc.h>.
2007-10-28 Ralf CorsépiusInclude "rpmbuild.h" instead of <rpmbuild.h>.
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-28 Ralf CorsépiusInclude "rpmds.h" instead of <rpmds.h>.
2007-10-28 Ralf CorsépiusInclude "rpmcli.h" instead of <rpmcli.h>.
2007-10-28 Ralf CorsépiusInclude "rpmio.h" instead of <rpmio.h>.
2007-10-28 Ralf CorsépiusInclude "fts.h" instead of <fts.h>.
2007-10-28 Ralf CorsépiusInclude "argv.h" instead of <argv.h>.
2007-10-28 Ralf CorsépiusInclude "rpmdb.h" instead of <rpmdb.h>.
2007-10-28 Ralf CorsépiusInclude "rpmmacro.h" instead of <rpmmacro.h>.
2007-10-28 Ralf CorsépiusInclude "rpmurl.h" instead of <rpmurl.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-18 Ralf CorsépiusUse DOXYGEN instead of __DOXYGEN.
2007-10-18 Panu Matilainendebugedit mishandles empty DW_AT_comp_dir (Roland McGrath)
2007-10-18 Panu Matilainendebugedit mishandles DW_FORM_ref_addr (Roland McGrath)
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenOops, one missed rpmError() user..
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_ERROR with RPMLOG_ERR
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-10-01 Ralf CorsépiusRemove (unused).
2007-09-25 Panu MatilainenHide rpmfc structure internals from the API
2007-09-21 Panu MatilainenFixup after Spec -> rpmSpec
2007-09-20 Panu MatilainenRip out unused anaconda-related hacks
2007-09-20 Panu MatilainenRename tagName/Value/Type() to rpmTagGet*()
2007-09-18 Ralf CorsépiusChange main() to using char *argv[].
2007-09-17 Ralf CorsépiusApply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAUL...
2007-09-17 Ralf CorsépiusApply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAUL...
2007-09-17 Ralf CorsépiusRemove (Dead, unused).
next