Age | Commit message (Expand) | Author | Files | Lines |
2000-04-13 | The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}. | jbj | 1 | -60/+72 |
2000-04-13 | The death of rpmdbFindBy{Group,TriggeredBy,Header}. | jbj | 1 | -4/+65 |
2000-04-07 | solaris2.6: avoid bsearch with empty dir list (Ric Klaren - klaren@cs.utwente... | jbj | 1 | -0/+3 |
2000-03-23 | - API: change dbi to pass by reference, not value. | jbj | 1 | -31/+48 |
1999-12-15 | fix: compressFileList was over-generating dirNames. | jbj | 1 | -6/+13 |
1999-12-08 | rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES. | jbj | 1 | -17/+10 |
1999-12-08 | fix: new filelists require package index, not pointer. | jbj | 1 | -1/+10 |
1999-12-07 | Makefile.am: Add RPM-GPG-KEY to the package. | jbj | 1 | -16/+27 |
1999-11-30 | lib/depends.c: Fix minor memory leak. | jbj | 1 | -44/+50 |
1999-11-26 | Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout. | jbj | 1 | -32/+35 |
1999-10-29 | check for memory leaks (almost all leaks are plugged). | jbj | 1 | -2/+3 |
1999-10-20 | lclint annotations. | jbj | 1 | -4/+6 |
1999-10-08 | support new file list format for relocations and package removal | ewt | 1 | -7/+25 |
1999-10-08 | Use xmalloc/xstrdup rather than malloc/strdup. | jbj | 1 | -2/+2 |
1999-10-06 | updated for compressed file lists -- dep check should stay much smaller | ewt | 1 | -33/+131 |
1999-10-06 | first steps toward getting compressed file lists to work -- most things | ewt | 1 | -2/+2 |
1999-10-04 | dumb cpp's want white space around lclint annotations (Tim Mooney). | jbj | 1 | -2/+2 |
1999-09-26 | Retrofit glibc __progname. | jbj | 1 | -5/+5 |
1999-09-24 | Release candidate. | jbj | 1 | -1/+1 |
1999-09-24 | Remove unnecssary malloc. | jbj | 1 | -9/+6 |
1999-09-24 | Improved warning message on legacy epoch-less compare. | jbj | 1 | -3/+6 |
1999-09-24 | fix: version compares compatible with epoch-less requires/conflicts. | jbj | 1 | -21/+51 |
1999-09-21 | fix: removed files fingerprint memory leak. | jbj | 1 | -3/+2 |
1999-09-21 | fix: command line install had header memory leak. | jbj | 1 | -48/+38 |
1999-09-20 | Skip provides along for the ride. | jbj | 1 | -2/+9 |
1999-09-20 | Don't segfault on unversioned provides. | jbj | 1 | -2/+4 |
1999-09-19 | When comparing EVR with missing epoch, package with epoch is considered newer. | jbj | 1 | -1/+8 |
1999-09-19 | do versioned provides/conflicts resolution correctly. | jbj | 1 | -145/+188 |
1999-09-17 | lclint annotations. | jbj | 1 | -91/+115 |
1999-09-14 | fix: with unspecified epochs, skip dependency epoch compare. | jbj | 1 | -12/+19 |
1999-09-14 | fix: versioned provides devolved to existence test with conflicts. | jbj | 1 | -206/+232 |
1999-09-12 | Fiddles to resurrect lclint. | jbj | 1 | -1/+1 |
1999-09-11 | fix: avoid db problems with self-obsoleting packages on install. | jbj | 1 | -0/+5 |
1999-09-11 | Common variable naming using EVR rather than Version. | jbj | 1 | -65/+66 |
1999-08-24 | add versions to prereq. | jbj | 1 | -43/+91 |
1999-08-20 | add versions to obsoletes. | jbj | 1 | -174/+188 |
1999-08-06 | Comments and consts ... | jbj | 1 | -4/+1 |
1999-08-06 | Use headerNVR throughout. | jbj | 1 | -8/+10 |
1999-07-22 | the death of RPMSENSE_SERIAL, use [epoch:]version[-release] instead. | jbj | 1 | -5/+0 |
1999-07-22 | add versions to provides. | jbj | 1 | -134/+240 |
1999-07-21 | Match any epoch if package has epoch and dependency doesn't specify. | jbj | 1 | -5/+5 |
1999-07-13 | Eliminate static prototypes. | jbj | 1 | -274/+267 |
1999-07-13 | Perl bindings need | jbj | 1 | -1/+3 |
1999-07-10 | add epoch (as [0-9]*:version-release) to install dependency parse. | jbj | 1 | -26/+43 |
1999-05-23 | 1) got --prefix working (again) | ewt | 1 | -1/+28 |
1999-04-14 | Make silly headerGetEntry consistent throughout. | jbj | 1 | -7/+7 |
1999-04-13 | added some assertions | ewt | 1 | -0/+4 |
1999-04-12 | duh -- don't free alloca() buffers | msw | 1 | -1/+0 |
1999-04-07 | when we're upgrading from one version to the same version, don't regard | ewt | 1 | -1/+10 |
1999-04-07 | check capabilities flag | ewt | 1 | -0/+8 |