summaryrefslogtreecommitdiff
path: root/lib/depends.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-13- fix the hack.jbj1-7/+11
2001-01-12- hack: permit installer to determine package ordering using 1000003 tag.jbj1-13/+596
2001-01-10- fix: find-requires.perl needed update (#23450).jbj1-60/+39
2001-01-10- successors from tsort are processed in presentation order.jbj1-20/+34
2001-01-09- fix: digests on input FD_t dinna work.jbj1-0/+9
2001-01-09- tsorted packages processed in successor count order.jbj1-15/+43
2000-12-21- immutable headers, once installed by rpm3, need to lose immutablity.jbj1-1/+1
2000-12-20- whiteout mozilla loop for 7.1.jbj1-14/+4
2000-12-19- identify install scriptlet failures with the name of the scriptlet.jbj1-0/+1
2000-12-13- fix: (transaction.c) assume file state normal if tag is missing.jbj1-2/+2
2000-12-12Sync with rpm-4_0 branch.jbj1-26/+52
2000-12-02Bring header reggions mods back to top of stack.jbj1-6/+7
2000-11-12- fine-grained Requires, remove install PreReq's from Requires db.jbj1-38/+122
2000-10-31Return unsatisfied immediately if "rpmlib(" dependency fails to match.jbj1-0/+2
2000-10-28- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj1-0/+4
2000-09-26- order packages using tsort, clipping PreReq:'s in dependency loops.jbj1-131/+379
2000-08-27Doxygen annotations.jbj1-0/+4
2000-08-23lclint/doxygen additions.jbj1-8/+111
2000-07-17Sync with rpm-3.0.5 chnages.jbj1-0/+1
2000-07-15- rip out pre-transaction syscalls, more design is needed.jbj1-51/+1
2000-07-13- fix: initialize pretransaction argv (segfault).jbj1-12/+13
2000-07-11- remove build mode help from rpm.c, use rpmb instead.jbj1-12/+11
2000-07-09- prefix payload paths with "./", otherwise "/" can't be represented.jbj1-28/+13
2000-07-09fix: do chroot around pre-transaction syscalls.jbj1-29/+35
2000-07-07lclint fiddles.jbj1-11/+17
2000-07-05- change optflags for i386.jbj1-3/+65
2000-06-12Add dbcursor to dbi interface.jbj1-6/+8
2000-06-06Repair db1 functionality.jbj1-4/+6
2000-05-07Repair rebuilddb lossage, removing debug messages and final copy on user msgs.jbj1-83/+86
2000-05-02Add usedbenv (disabled) to use db3 as db1 was used.jbj1-5/+20
2000-04-28Don't incrementally link pthreads, causes segfault on (at least) alpha.jbj1-6/+12
2000-04-27Sanity and API clean up. (make dist)jbj1-11/+0
2000-04-27- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.jbj1-13/+10
2000-04-26Rip out remaining legacy dbi interfaces.jbj1-2/+2
2000-04-25Sanity.jbj1-16/+34
2000-04-21fix: legacy packages required provides EVR/Flags to be added.jbj1-6/+6
2000-04-19Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.jbj1-7/+7
2000-04-13add explcit "Provides: name = [epoch:]version-release" to headers.jbj1-0/+11
2000-04-13Sanity (bump release).jbj1-136/+94
2000-04-13Remove rpmdbFindByFile from API (and fix RPMDBI_FILE iterator).jbj1-82/+16
2000-04-13The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.jbj1-60/+72
2000-04-13The death of rpmdbFindBy{Group,TriggeredBy,Header}.jbj1-4/+65
2000-04-07solaris2.6: avoid bsearch with empty dir list (Ric Klaren - klaren@cs.utwente...jbj1-0/+3
2000-03-23- API: change dbi to pass by reference, not value.jbj1-31/+48
1999-12-15fix: compressFileList was over-generating dirNames.jbj1-6/+13
1999-12-08rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.jbj1-17/+10
1999-12-08fix: new filelists require package index, not pointer.jbj1-1/+10
1999-12-07Makefile.am: Add RPM-GPG-KEY to the package.jbj1-16/+27
1999-11-30lib/depends.c: Fix minor memory leak.jbj1-44/+50
1999-11-26Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout.jbj1-32/+35