Age | Commit message (Expand) | Author | Files | Lines |
2002-12-14 | - fix: make sure each library has DT_NEEDED for all unresolved syms. | jbj | 1 | -19/+11 |
2002-12-10 | Repair fc->skipReq insertion typo. | jbj | 1 | -0/+6 |
2002-12-07 | Splint fiddles. | jbj | 2 | -11/+28 |
2002-12-07 | Handle (N,EVR,Flags) Provide:/Require: triple. | jbj | 4 | -5/+223 |
2002-12-04 | python: gilding lilies. | jbj | 1 | -0/+3 |
2002-12-03 | - internal automagic dependency generation (disabled for now). | jbj | 2 | -0/+5 |
2002-12-02 | - late rpmts reference causes premature free (#78862). | jbj | 1 | -2/+5 |
2002-12-01 | - use usrlib_LTLIBRARIES to install directly in /usr/lib64 instead. | jbj | 1 | -4/+5 |
2002-12-01 | - link rpm libraries together, use shared helpers with external -lelf. | jbj | 1 | -1/+1 |
2002-11-30 | More splint fiddles. | jbj | 2 | -5/+7 |
2002-11-26 | - bundle libfmagic into librpmbuild for now. | jbj | 1 | -1/+0 |
2002-11-13 | - fix: bash must have functional libtermcap.so.2. | jbj | 1 | -0/+5 |
2002-11-12 | more debugging. | jbj | 1 | -0/+5 |
2002-11-12 | --rollback debugging (for now). | jbj | 1 | -0/+5 |
2002-11-05 | splint fiddles. | jbj | 2 | -6/+2 |
2002-10-26 | - fix: permit build with --disable-nls (#76258). | jbj | 3 | -3/+9 |
2002-10-23 | - resurrect genhdlist "greased lightning" pathway for now. | jbj | 2 | -14/+21 |
2002-10-15 | Replace libelf with elfutils. | jbj | 1 | -9/+9 |
2002-10-11 | Cleanups. | jbj | 1 | -0/+2 |
2002-10-11 | Resurrect MULTILIB on the build side. | jbj | 3 | -26/+26 |
2002-10-09 | - fix: use size_t consistently, avoid segfault on ia64. | jbj | 7 | -13/+13 |
2002-10-07 | Typos. pause with signals blocked ain't gonna work. | jbj | 1 | -2/+5 |
2002-10-07 | lclint annotations. | jbj | 1 | -66/+40 |
2002-09-20 | - eliminate myftw, use Fts(3) instead. | jbj | 1 | -0/+1 |
2002-09-19 | Check for orphan'ed chnages in rpm-4.1. | jbj | 1 | -0/+3 |
2002-09-17 | - lclint clean. | jbj | 7 | -55/+104 |
2002-09-16 | Sync with rpm-4.1 parsing changes. | jbj | 5 | -46/+219 |
2002-09-04 | - fix: register SIGCHLD handler before forking (#73134). | jbj | 1 | -33/+29 |
2002-09-04 | - fix: parse header data more carefully. | jbj | 2 | -17/+44 |
2002-09-03 | - fix: always do rpmalMakeIndex. | jbj | 1 | -11/+7 |
2002-08-31 | Sync with rpm-4.1. | jbj | 10 | -157/+255 |
2002-08-27 | - fix: segfault with --checksig, plug memory leak (#72455). | jbj | 7 | -4/+22 |
2002-08-26 | - python: don't remap NOKEY/UNTRUSTED to OK. | jbj | 1 | -3/+0 |
2002-08-23 | - merge signature returns into rpmRC. | jbj | 13 | -273/+286 |
2002-08-22 | - fix: region trailer offset sanity check wrong (#71996). | jbj | 1 | -11/+50 |
2002-08-20 | - check for interrupt during iteration. | jbj | 4 | -29/+41 |
2002-08-20 | - fix: add epoch to "already installed" check. | jbj | 2 | -1/+3 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 26 | -286/+792 |
2002-08-15 | hp-ux: ETXTBSY fiddles. | jbj | 1 | -0/+12 |
2002-08-15 | - python: explicit method to set transFlags. | jbj | 5 | -27/+75 |
2002-08-13 | - fix: rebuilddb stat'ed target, not source, for rename sanity. | jbj | 1 | -51/+1 |
2002-08-13 | - supply transitive closure for CLI packages from rpmdb-redhat database. | jbj | 10 | -28/+126 |
2002-08-09 | - python: add (optional) ts.check() callback. | jbj | 3 | -6/+33 |
2002-08-08 | lclint fiddles. | jbj | 7 | -46/+61 |
2002-08-07 | Round correctly so that progress bars complete to 100%. | jbj | 2 | -5/+15 |
2002-08-07 | - fix: src.rpm installs need fd pos at payload. | jbj | 1 | -1/+1 |
2002-08-06 | - python: bindings to import pubkeys and display openpgp packets. | jbj | 3 | -120/+152 |
2002-08-06 | - add bitmask for precise control of signature/digest verification. | jbj | 8 | -88/+120 |
2002-08-05 | - fix: check for lead magic, better error message on failure (#69751). | jbj | 5 | -17/+12 |
2002-08-05 | - python: enable threads on callbacks and longish rpmlib calls. | jbj | 1 | -1/+1 |