summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2003-01-01fix: restore upgrade functionality with colors.jbj1-3/+3
2002-12-29- fix :armor query extension, tgpg mktmp handling (#80684).jbj1-3/+5
2002-12-28splint fiddles.jbj1-14/+19
2002-12-28- error if querying with iterator on different sized arrays.jbj3-118/+244
2002-12-27- ignore ENOENT return from db->close (#80514,#79314).jbj1-2/+7
2002-12-26Initialize differently if using rpc access.jbj1-36/+48
2002-12-24Keep message to 1 line.jbj1-1/+1
2002-12-24Check for unshared posix mutexes only on 1st open.jbj1-5/+7
2002-12-24- fix: remove rpmfi scareMem so that headers can be reloaded on ia64.jbj1-1/+3
2002-12-23Sanity.jbj1-14/+17
2002-12-22- simplify specfile query linkage loop.jbj1-1/+1
2002-12-21- add --enable-posixmutexes when configuring on linux.jbj2-0/+95
2002-12-20- error on exclusive Packages fcntl lock if DB_ENV_PRIVATE is set.jbj1-3/+7
2002-12-20- test pthread_{mutex,cond}attr_setpshared(), add DB_ENV_PRIVATE if not.jbj1-0/+50
2002-12-18- add --file{class,provide,require} popt aliases and header extensionsjbj2-43/+45
2002-12-14- fix: make sure each library has DT_NEEDED for all unresolved syms.jbj1-14/+6
2002-12-01- use usrlib_LTLIBRARIES to install directly in /usr/lib64 instead.jbj3-11/+24
2002-12-01- link rpm libraries together, use shared helpers with external -lelf.jbj1-1/+1
2002-11-30More splint fiddles.jbj2-6/+8
2002-11-19Correct doxygen-1.2.18 warnings.jbj4-4/+4
2002-11-05splint fiddles.jbj1-0/+2
2002-10-25- fix: /dev/initctl has not MD5 segfault (#76718).jbj1-0/+1
2002-10-18- add debug sub-package patch.jbj3-6/+6
2002-10-15Replace libelf with elfutils.jbj1-3/+0
2002-09-17- lclint clean.jbj5-26/+38
2002-09-16Sync with rpm-4.1 parsing changes.jbj1-20/+77
2002-09-04- fix: register SIGCHLD handler before forking (#73134).jbj1-2/+3
2002-09-04- fix: parse header data more carefully.jbj1-82/+113
2002-09-03- fix: always do rpmalMakeIndex.jbj1-2/+0
2002-08-31Sync with rpm-4.1.jbj4-27/+29
2002-08-27- fix: segfault with --checksig, plug memory leak (#72455).jbj1-5/+18
2002-08-26- set cachesize without a dbenv, the default is far too small.jbj3-26/+69
2002-08-22- fix: region trailer offset sanity check wrong (#71996).jbj1-3/+3
2002-08-20- check for interrupt during iteration.jbj2-2/+6
2002-08-20- fix: add epoch to "already installed" check.jbj1-2/+8
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj4-12/+15
2002-08-15- python: explicit method to set transFlags.jbj1-2/+5
2002-08-14Update to db-4.1.17.jbj1-0/+19
2002-08-14- fix: rebuilddb stat'ed target, not source, for rename sanity, take 2.jbj1-2/+9
2002-08-13- fix: rebuilddb stat'ed target, not source, for rename sanity.jbj2-7/+7
2002-08-08- python: add return codes for rollbacks and fooDB methods.jbj1-3/+42
2002-08-08lclint fiddles.jbj3-111/+58
2002-08-03Remove dbi_tear_down, now that rpmdb's are closed on signals.jbj4-41/+57
2002-08-02- check header blobs on export (i.e. rpmdbAdd())..jbj1-36/+53
2002-08-01- preserve rpmdb file attributes across --rebuilddb (#70367).jbj1-1/+13
2002-07-30- prevent stale locks in __db files by closing databases on signals.jbj2-10/+173
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj2-4/+11
2002-07-25- python: add ts.hdrCheck(), ts.rebuildDB() methods.jbj1-2/+3
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj2-17/+193
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj2-32/+33