Age | Commit message (Expand) | Author | Files | Lines |
2001-01-13 | - fix the hack. | jbj | 1 | -7/+11 |
2001-01-12 | - hack: permit installer to determine package ordering using 1000003 tag. | jbj | 1 | -13/+596 |
2001-01-10 | - fix: find-requires.perl needed update (#23450). | jbj | 1 | -60/+39 |
2001-01-10 | - successors from tsort are processed in presentation order. | jbj | 1 | -20/+34 |
2001-01-09 | - fix: digests on input FD_t dinna work. | jbj | 1 | -0/+9 |
2001-01-09 | - tsorted packages processed in successor count order. | jbj | 1 | -15/+43 |
2000-12-21 | - immutable headers, once installed by rpm3, need to lose immutablity. | jbj | 1 | -1/+1 |
2000-12-20 | - whiteout mozilla loop for 7.1. | jbj | 1 | -14/+4 |
2000-12-19 | - identify install scriptlet failures with the name of the scriptlet. | jbj | 1 | -0/+1 |
2000-12-13 | - fix: (transaction.c) assume file state normal if tag is missing. | jbj | 1 | -2/+2 |
2000-12-12 | Sync with rpm-4_0 branch. | jbj | 1 | -26/+52 |
2000-12-02 | Bring header reggions mods back to top of stack. | jbj | 1 | -6/+7 |
2000-11-12 | - fine-grained Requires, remove install PreReq's from Requires db. | jbj | 1 | -38/+122 |
2000-10-31 | Return unsatisfied immediately if "rpmlib(" dependency fails to match. | jbj | 1 | -0/+2 |
2000-10-28 | - add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>). | jbj | 1 | -0/+4 |
2000-09-26 | - order packages using tsort, clipping PreReq:'s in dependency loops. | jbj | 1 | -131/+379 |
2000-08-27 | Doxygen annotations. | jbj | 1 | -0/+4 |
2000-08-23 | lclint/doxygen additions. | jbj | 1 | -8/+111 |
2000-07-17 | Sync with rpm-3.0.5 chnages. | jbj | 1 | -0/+1 |
2000-07-15 | - rip out pre-transaction syscalls, more design is needed. | jbj | 1 | -51/+1 |
2000-07-13 | - fix: initialize pretransaction argv (segfault). | jbj | 1 | -12/+13 |
2000-07-11 | - remove build mode help from rpm.c, use rpmb instead. | jbj | 1 | -12/+11 |
2000-07-09 | - prefix payload paths with "./", otherwise "/" can't be represented. | jbj | 1 | -28/+13 |
2000-07-09 | fix: do chroot around pre-transaction syscalls. | jbj | 1 | -29/+35 |
2000-07-07 | lclint fiddles. | jbj | 1 | -11/+17 |
2000-07-05 | - change optflags for i386. | jbj | 1 | -3/+65 |
2000-06-12 | Add dbcursor to dbi interface. | jbj | 1 | -6/+8 |
2000-06-06 | Repair db1 functionality. | jbj | 1 | -4/+6 |
2000-05-07 | Repair rebuilddb lossage, removing debug messages and final copy on user msgs. | jbj | 1 | -83/+86 |
2000-05-02 | Add usedbenv (disabled) to use db3 as db1 was used. | jbj | 1 | -5/+20 |
2000-04-28 | Don't incrementally link pthreads, causes segfault on (at least) alpha. | jbj | 1 | -6/+12 |
2000-04-27 | Sanity and API clean up. (make dist) | jbj | 1 | -11/+0 |
2000-04-27 | - API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd. | jbj | 1 | -13/+10 |
2000-04-26 | Rip out remaining legacy dbi interfaces. | jbj | 1 | -2/+2 |
2000-04-25 | Sanity. | jbj | 1 | -16/+34 |
2000-04-21 | fix: legacy packages required provides EVR/Flags to be added. | jbj | 1 | -6/+6 |
2000-04-19 | Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO. | jbj | 1 | -7/+7 |
2000-04-13 | add explcit "Provides: name = [epoch:]version-release" to headers. | jbj | 1 | -0/+11 |
2000-04-13 | Sanity (bump release). | jbj | 1 | -136/+94 |
2000-04-13 | Remove rpmdbFindByFile from API (and fix RPMDBI_FILE iterator). | jbj | 1 | -82/+16 |
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 |