platform/upstream/rpm.git
2007-07-18 Panu MatilainenUse type from headerGet*(), not tagType() for now
2007-07-16 Panu MatilainenUpdate internal BDB to version 4.5.20
2007-07-16 Panu MatilainenRemove long unused rpm.c, also removals from EXTRA_DIST
2007-07-16 Panu MatilainenRemove ancient, irrelevant README.amiga...
2007-07-16 Panu MatilainenUse binary search for looking up tag values + types.
2007-07-16 Panu MatilainenFull sync of RPMTAG_* definitions with rpm5.org.
2007-07-16 Panu MatilainenUse tagType() for determining header data types (array...
2007-07-16 Panu MatilainenDuh, forgot to bring in RPM_MASK_TYPE definition
2007-07-16 Panu MatilainenUse simple and stoopid linear tagType lookup for now.
2007-07-16 Panu MatilainenAutomatic return types for header tags.
2007-07-13 Panu MatilainenUse tagValue() for name->tag lookups instead of manuall...
2007-07-13 Panu MatilainenUpdate tagtype definitions wrt rpm5.org
2007-07-13 Panu MatilainenKill RH-specific _vsflags_up2date, use generic __vsflag...
2007-07-13 Panu MatilainenClean up python ts object creation.
2007-07-12 Panu MatilainenKill of RPMTAG_RHNPLATFORM: don't add to header, mark...
2007-07-12 Panu MatilainenRip out rhnLoad() and rhnUnload() from python bindings.
2007-07-12 Panu MatilainenRemove references to internal zlib from internal libmagic
2007-07-12 Panu MatilainenAnd one last debugedit fix...
2007-07-12 Panu MatilainenSilence the rest of ptr signedness issues in debugedit
2007-07-12 Panu Matilainencomp_dir doesn't need to be unsigned
2007-07-12 Panu MatilainenRemove unused variable (debugedit)
2007-07-12 Panu MatilainenDebugedit cleanup continued.
2007-07-12 Panu MatilainenDebugedit cleanup continued.
2007-07-12 Panu Matilainendebugedit signedness fixes wrt strlen()
2007-07-12 Panu MatilainenOne last fix for const qualifier discarding complaint...
2007-07-12 Panu Matilainenint vs ptr sizes differ on some platforms, make alNum...
2007-07-12 Panu MatilainenPull in rpmfi int_32 -> uint_32 changes from rpm5.org.
2007-07-12 Panu MatilainenUse uint_32 for dirindexes everywhere
2007-07-12 Panu MatilainenrpmioSlurp() related cleanups.
2007-07-12 Panu MatilainenFread() and Fwrite() can return negative values, change...
2007-07-12 Panu MatilainenCast argv to rpm_execcon expected type
2007-07-12 Panu MatilainenSilence yet another char ptr signedness warning
2007-07-12 Panu MatilainenparseSpec() cookie should be const, make it so...
2007-07-12 Panu MatilainenSome obvious "missing const" cases...
2007-07-12 Panu MatilainenAvoid discarding const
2007-07-12 Panu MatilainenFix yet-another-compiler-warning.
2007-07-11 Panu MatilainenCast to expected type.
2007-07-11 Panu MatilainenCast to fix size difference.
2007-07-11 Panu MatilainenCast to void** to silence hge() warning
2007-07-11 Panu Matilainenb64decode() len paramenter is unsigned size type, use...
2007-07-11 Panu MatilainenTurn rpmioSlurp() length argument to unsigned size_t...
2007-07-11 Panu MatilainenUse unsigned size type for pgpReadPkts().
2007-07-11 Panu MatilainenCast timedRead() buffers to expected type.
2007-07-11 Panu MatilainenUse correct formatting for scoreboard pointers
2007-07-11 Panu MatilainenCast to int to avoid gcc complaint from python enum...
2007-07-11 Panu MatilainenAdd missing include for mergesort
2007-07-11 Panu MatilainenChar ptr signedness fixes to python bindings.
2007-07-11 Panu MatilainenCorrect type for python rpmrc lenght function
2007-07-11 Panu MatilainengetRepackageHeaderFromTE() expects const char * as...
2007-07-11 Panu MatilainenIfdef unused http timeout setting to future..
2007-07-11 Panu MatilainenOne more domd5() buffer signedness fix.
2007-07-11 Panu MatilainenMissing include for domd5
2007-07-11 Panu Matilainendomd5() buffer signedness fixes.
2007-07-11 Panu MatilainenrpmteIsSource() doesn't return pointers
2007-07-11 Panu MatilainenQuiesce false gcc unused variable warning.
2007-07-11 Panu MatilainenAdd missing includes to local lua sources.
2007-07-11 Panu MatilainenMore ptr target signedness fixes...
2007-07-11 Panu MatilainenMake offsets match what rpmdbAppendIterator() expects
2007-07-11 Panu Matilainen...and more pointer signedness fixes...
2007-07-11 Panu MatilainenMore char ptr signedness fixes..
2007-07-11 Panu MatilainenMore char ptr signedness fixes.
2007-07-11 Panu MatilainenCast assignment to destination type to fix warnings.
2007-07-11 Panu MatilainenIfdef out currently unused rpm logging facility stuff.
2007-07-11 Panu MatilainenShut up fdUpdateDigest() differing signedness compiler...
2007-07-10 Panu MatilainenMore python method pointer type fixes.
2007-07-10 Panu MatilainenCast to PyObject to avoid compiler whining
2007-07-10 Panu MatilainenFix bunch of compiler warnings from python bindings...
2007-07-10 Panu MatilainenAdd missing include to rpmcache
2007-07-10 Panu MatilainenRemove meaningles statement to avoid compiler warning.
2007-07-10 Panu MatilainenRemove two useless rpmtsSELinuxEnabled() calls.
2007-07-10 Panu MatilainenBunch of variable initializations to avoid compiler...
2007-07-10 Panu MatilainenCast dbenv error call method set to void* to fix compil...
2007-07-10 Panu MatilainenCast glob_t *dir methods to void* to fix compiler warnings.
2007-07-10 Panu MatilainenCast signal handler pointers to void* to avoid compiler...
2007-07-10 Panu MatilainenCast tid to time_t for ctime() to avoid compiler warning.
2007-07-10 Panu MatilainenFix a couple of compiler warnings
2007-07-10 Panu MatilainenRemove const type-qualifiers from function return types...
2007-07-10 Panu MatilainenCast to strlen expected type to avoid warning.
2007-07-10 Panu MatilainenMsg buffer signedness change to avoid several compiler...
2007-07-10 Panu MatilainenUse correct size type for getpeername()
2007-07-10 Panu MatilainenRemove / #ifdef out unused variables as appropriate.
2007-07-10 Panu Matilainen#ifdef out unused pgpSecret* definitions to shut up...
2007-07-10 Panu MatilainenFix bunch of string formatting warnings.
2007-07-09 Panu MatilainenAvoid closing scriptlet stdout by mistake.
2007-07-09 Panu MatilainenMake docdir checking stricter (rhbz#246819)
2007-07-09 Panu MatilainenRemove outdated comment in check-rpaths-worker
2007-07-09 Panu MatilainenFix ordering with --nodeps.
2007-07-09 Panu MatilainenPermit packages with no payload format (rpm 3.x compat...
2007-07-09 Panu MatilainenFix include of misc.h, rpmpgp.h and rpmsq.h in C++.
2007-07-06 Panu MatilainenInclude symlinks in find-lang search (rhbz#246729)
2007-07-05 Panu MatilainenRip out popt.
2007-07-05 Panu MatilainenTags fixup.
2007-07-04 Panu MatilainenAdded tag 4.4.2.1-rc2 for changeset da8803a1a1f0
2007-07-04 Panu MatilainenDuh, really kill the broken tests. rpm-4.4.2.1-rc2
2007-07-04 Panu MatilainenAdded tag 4.4.2.1-rc2 for changeset 2aa6758ed8fb
2007-07-04 Panu MatilainenPreparing for 4.4.2.1-rc2
2007-07-04 Panu MatilainenNew debugedit option to recompute build ID (rhbz#246404)
2007-07-04 Panu MatilainenInclude additional buildroot sanity check scripts ...
2007-07-03 Panu MatilainenFix segfault on errors if neon transport is used (rhbz...
2007-07-03 Panu MatilainenPass --wildcards to tar on build (rhbz#206841)
next