Log message adjustments
[platform/upstream/rpm.git] / rpmdb /
2008-03-07 Panu MatilainenLog message adjustments
2008-03-06 Panu MatilainenMake headerCopyTags() tag list const, the list isn...
2008-03-06 Panu MatilainenMark rpm tag tables read-only as far as we can..
2008-03-06 Panu MatilainenMark various header tables and definitions as read...
2008-03-06 Panu MatilainenMake the rpmdb vectors readonly
2008-02-25 Panu MatilainenEliminate rpmdb refcount debug junk from the API
2008-02-22 Panu MatilainenRemove ancient commentary from header.h
2008-02-22 Panu MatilainenRemove useless ifdeffed typedefs
2008-02-14 Panu MatilainenImprove header i18n locale matching
2008-02-14 Panu MatilainenFix a bunch of string format mismatches found by gcc...
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 MatilainenCouple of missed type abstractions
2008-02-05 Panu MatilainenYet another typedef for transaction ID, use where spotted
2008-02-05 Panu MatilainenAdd rpm_color_t type for rpm color bits, use where...
2008-02-04 Panu MatilainenRemove double documention for exported header functions
2008-02-04 Panu MatilainenRip the useless header method vectors
2008-02-04 Panu MatilainenAdd rpm_time_t type for time types (in headers), use...
2008-02-03 Panu MatilainenMake rpmtag.h standalone, include from rpmtypes.h
2008-02-03 Panu MatilainenUse rpmTag etc enums for rpmTagGet*() functions
2008-01-30 Panu MatilainenInclude spring-cleaning
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 MatilainenUninline headerFreeData()
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 header tagdata types from header.h to rpmtypes.h
2008-01-30 Panu MatilainenAdd stub rpmtypes.h header stub
2008-01-09 Panu MatilainenDirty hack to determine BDB .la name automatically
2008-01-07 Panu MatilainenFix field-width specifiers when no space between (rhbz...
2008-01-04 Panu MatilainenSaner RPM_FORCEFREE_TYPE definition
2008-01-02 Panu MatilainenTeach (unused) headerFreeTag about RPM_FORCEFREE_TYPE
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-18 Panu MatilainenAvoid exiting too early due to nested rpmdbCheckSignals()
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 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-17 Panu MatilainenDrop const from temporary variable
2007-12-17 Panu MatilainenUnbreak array query formats
2007-12-16 Panu MatilainenStupid reversed-logic thinko..
2007-12-16 Panu MatilainenRemove const from bunch of error message return types
2007-12-15 Panu MatilainenRemove bogus const from rpmGenPath() temporary targets
2007-12-15 Panu MatilainenRemove bogus const from rpmGetPath() temporary targets
2007-12-14 Panu MatilainenAnother bunch of bogus const removals
2007-12-14 Panu MatilainenBunch of const char* corrections
2007-12-14 Panu MatilainenBunch of silly ssize_t casts
2007-12-14 Panu MatilainenMore misc size_t issues
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-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-03 Panu MatilainenRemove double documentation from header methods to...
2007-12-03 Panu MatilainenRename _rpmdbMatchIterator -> rpmdbMatchIterator_s
2007-12-03 Panu MatilainenSplit RPMTAG_* and related functions out of rpmlib...
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 MatilainenErm, stuff headerIsSource() implementation to hdrNVR...
2007-12-01 Panu MatilainenSilly helper method for determining if a header is...
2007-12-01 Panu MatilainenMove headerN(E)VR(A) declarations from rpmlib.h to...
2007-12-01 Panu MatilainenMove hGet*() funcs from rpmts, rename to headerGet*()
2007-12-01 Panu Matilainen(no)dirtokens is just a build-time option now
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-28 Panu MatilainenRemove code duplication
2007-11-27 Panu MatilainenRevert the buggy dbiFindByLabel() epoch handling for now
2007-11-27 Panu MatilainenComment out hRET_s and HE_s for now...
2007-11-27 Panu MatilainenMove legacy%#¤%#¤ to librpm now that it can move..
2007-11-27 Panu MatilainenDrop support for old style file tags in rpmdb
2007-11-27 Panu MatilainenTeach dbiFindByLabel() to grok epochs
2007-11-26 Ralf CorsépiusEliminate type "byte"
2007-11-25 Ralf CorsépiusRemove unnecessary deps on NSS.
2007-11-23 Ralf CorsépiusReflect changes to include files.
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Panu MatilainenMove rpmCleanPath from macros to rpmfileutil.h
2007-11-23 Panu MatilainenMove rpmioMkpath from rpmio.h to rpmfileutil.h
2007-11-23 Panu Matilainenlibrpmdb doesn't need rpmio private headers anymore
2007-11-22 Panu MatilainenCalculating file checksums aint legacy activity
2007-11-23 Panu MatilainenMove the xstr*() string variants from rpmio.h to rpmstr...
2007-11-23 Panu MatilainenMove string helpers from lib/misc.h to rpmio/rpmstring.h
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-22 Ralf CorsépiusRemove AM_CPPFLAGS += -I$(top_srcdir)/build.
2007-11-22 Ralf CorsépiusAdd -I$(top_builddir)/include/rpm to AM_CPPFLAGS.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-11-16 Panu MatilainenEliminate need for rpmio_internal.h in rpmdb.c
2007-11-13 Panu MatilainenFix rpm -K segfaulting on corrupted header
2007-11-07 Panu MatilainenEliminate rpmlead use from legacy retrofitting.
2007-11-07 Panu MatilainenDocument rpmio_internal.h uses outside rpmio/
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-07 Panu MatilainenRemove .splintrc's in the tree
2007-11-02 Peter JonesMerge
2007-11-02 Panu MatilainenUse NSS instead of beecrypt for encryption (Tomas Mraz)
2007-10-30 Ralf Corsépiusmerge.
next