platform/upstream/rpm.git
2002-02-27 jbjCreate.
2002-02-25 jbjAnnotation fiddles.
2002-02-24 jbjSynthesize a st_ino field for fts(3) use across FTP.
2002-02-24 jbjAuto-detect lvr vendor if /etc/lvr-release (#59897).
2002-02-23 jbjfix: opendir(3) et al functional with FTP.
2002-02-22 jbjMake peace with lclint for fts.[ch].
2002-02-22 jbjtpkgid cleanup.
2002-02-21 jbjAdd tpkgid.c.
2002-02-21 jbjAdd pkgid db builder pre-cursor.
2002-02-20 jbjInclude fts.[ch] in rpmio, APi renamed to Fts_foo.
2002-02-20 jbjAdd (for portability) copies of fts.{c,h} from glibc...
2002-02-20 jbjSanity.
2002-02-20 jbj- make peace with automake et al in 8.0, ugh.
2002-02-20 jbjAutogenerated.
2002-02-10 jbj- make peace with automake et al in 8.0, ugh.
2002-02-10 jbj- make peace with gcc-3.1, remove compiler cruft.
2002-02-10 jbjSanity.
2002-02-10 jbjFlip 4.0.4 devel changes back here.
2002-02-09 jbjDon't bother with man page.
2002-02-09 jbjSync with 4.0.4, splint clean.
2002-02-09 jbjIgnore built files.
2002-02-09 jbjUpdate to rpm-4.0.x API.
2002-02-09 jbjCapture rpm-3.0.3 examples from "Maximum RPM".
2002-02-07 jbjSync with rpm-4.0.4.
2002-02-04 jbj- generate index for pkgid (aka Sigmd5) tag, query...
2002-02-04 jbj1) added sprintf method to headers
2002-02-04 jbjrollback changes from 4.0.4.
2002-02-02 jbjSync with rpm-4.0.4 rollbacks.
2002-02-01 jbj- permit args to be hidden within %%__find_{requires...
2002-01-30 jbj- legacy: configurable whiteout for known Red Hat depen...
2002-01-28 jbjpopt PAIN, sigh.
2002-01-28 jbjTransaction rollbacks from rpm-4.04, (sanity flush).
2002-01-28 jbjAvoid accidental collisions with POPT_BIT_SET for flags...
2002-01-28 jbjTeach autogen.sh about beecrypt.
2002-01-27 jbjMerge from rpm-4.0.4.
2002-01-23 jbj- turn on auto-generated perl requirements (#58519...
2002-01-18 jbj- missing key(s) on keyring when verifying a signature...
2002-01-17 jbjResync with db-4.0.14 (and what's on the rpm-4_0 branch).
2002-01-11 jbj- permit subset installs for %lang colored hardlink...
2002-01-10 jbj- fix: signing multiple times dinna work, discard immut...
2002-01-07 jbj- autodetect python 1.5/2.2.
2002-01-07 jbj- Depends should use CDB if configured.
2002-01-06 jbj- handle lazy db open's in chroot with absolute path...
2002-01-06 jbj- sparc: make dbenv per-rpmdb, not per-dbi.
2002-01-05 jbjSpelling error.
2002-01-05 jbjCompute parent and no. of children for each package.
2002-01-04 jbjUse rpmsort to display dependencies for dotty from...
2001-12-27 jbj- simple automake wrapper for zlib.
2001-12-27 jbj- simple automake wrappers for zlib.
2001-12-20 jbj- solaris: translate i86pc to i386 (#57182).
2001-12-19 jbjDo "strip -g".
2001-12-19 jbj- add getmntent define, don't expand fnmatch.
2001-12-09 jbj- solaris: translate i86pc to i386 (#57182).
2001-12-08 jbj- lclint-3.0.0.19 fiddles.
2001-12-08 jbj- 1st crack at making zlib rsync friendly.
2001-12-06 jbj- 3 madvise calls and a 16Mb mmapped buffer == ~5%...
2001-12-06 jbjMerge in orphans from db-4.0.14.
2001-12-06 jbjInitial revision
2001-11-24 jbj- protect brp-compress against /bin/ls output ambiguity...
2001-11-23 jbj- fix a couple dinky memory leaks.
2001-11-22 jbjMore annotations.
2001-11-21 jbjAnnotations, pass 0.
2001-11-21 jbjOrphan.
2001-11-21 jbjSanitize the speedup patch a bit.
2001-11-21 jbjApply speedup patch from Ben LaHaise <bcrl@redhat.com...
2001-11-21 jbjPainless lclint configuration.
2001-11-21 jbjPatches from Red Hat 7.2 zlib-1.1.3-24 package.
2001-11-21 jbjInitial revision
2001-11-19 jbj- header handling moved to librpmdb to avoid linkage...
2001-11-18 jbj- convert file md5sum's to binary on the fly, reducing...
2001-11-18 jbj1st element in tsort candidate queue was not marked.
2001-11-17 jbj- use TR_REMOVED relations as well as TR_ADDED for...
2001-11-17 jbj- methods to complete making transactionElement opaque.
2001-11-17 jbjContinue making transactionElement opaque.
2001-11-16 jbjMove addTE/delTE to rpmte.c.
2001-11-16 jbj- use array of pointers rather than contiguous array...
2001-11-16 jbjCreate rpmte.[ch].
2001-11-16 jbj- annotations to make a transactionElement opaque.
2001-11-16 jbjEliminate dead code.
2001-11-16 jbj- transaction.c: use wrappers/iterators to access TFI_t.
2001-11-15 jbj- tweak overlapped file fingerprint retrieval for speed.
2001-11-14 jbjdepends.c and rpmal.c have opaque TFI_t.
2001-11-13 jbj- split file info tag sets into rpmfi.c.
2001-11-12 jbjtransaction.c: lclint cleanups.
2001-11-12 jbj- commit to using rpmDepSet and TFI_t, not header.
2001-11-11 jbj- unify rpmFNSet into TFI_t.
2001-11-11 jbjReplace loadFi with fiNew, freeFi with fiFree.
2001-11-11 jbj- factor per-transactionElement data out of TFI_t throu...
2001-11-11 jbj- common structure elements for unification of TFI_t...
2001-11-11 jbjDiscard ts->addedPackages at end of rpmdepOrder() for...
2001-11-11 jbjIterate over TR_REMOVED transactionElement stripped...
2001-11-11 jbjRip headers out of addedPackages.
2001-11-11 jbjRip alGetHeader() out of depends.c.
2001-11-10 jbjStart removing alGetHeader.
2001-11-10 jbj- strip header tags for erased as well as installed...
2001-11-09 jbj- no-brainer refcounts for rpmDepSet and rpmFNSet objects.
2001-11-09 jbj- header tag sets are per-transactionElement, not per...
2001-11-09 jbjStart deconstructing TFI_t in favor of a per-transactio...
2001-11-09 jbj- no-brainer refcounts for rpmProblemSet object.
2001-11-08 jbj- rip out rpmDependencyConflict, replace with rpmProble...
next