summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2000-12-12Sync with rpm-4_0 branch.jbj37-527/+792
2000-12-04Sync with rpm-4_0 branch.jbj3-2/+3
2000-12-02Bring header reggions mods back to top of stack.jbj17-592/+745
2000-11-16- md5 sums are little endian (no swap) so big endian needs the swap.jbj1-1/+10
2000-11-15Sanity.jbj3-24/+46
2000-11-15- fix: segfault on exit of "rpm -qp --qf '%{#fsnames}' pkg" (#20595).jbj1-0/+2
2000-11-12- fix: duplicate headerFree() on installBinaryPackage() error return.jbj1-2/+0
2000-11-12- fine-grained Requires, remove install PreReq's from Requires db.jbj4-51/+195
2000-11-12Sanity.jbj2-17/+19
2000-11-08- add region marker as RPM_BIN_TYPE in packages and database.jbj2-66/+77
2000-11-07- load headers as single contiguous region.jbj5-269/+491
2000-10-31Return unsatisfied immediately if "rpmlib(" dependency fails to match.jbj1-0/+2
2000-10-31- add rpmGetRpmlibProvides() to retrieve rpmlib(...) providesjbj2-0/+41
2000-10-28- better item/task progress bars <rodrigob@conectiva.com.br>.jbj1-9/+78
2000-10-28- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj24-73/+219
2000-10-27- fix: runTriggers was not adding countCorrection.jbj1-1/+3
2000-10-24- verify MD5 sums of payload files when unpacking archive.jbj7-33/+292
2000-10-20- pass rpmTransactionSet, not elements, to installBinaryPackage et al.jbj8-217/+234
2000-10-20- detect rdonly linux file systems.jbj5-95/+118
2000-09-29doxygen annotations.jbj1-1/+2
2000-09-26- order packages using tsort, clipping PreReq:'s in dependency loops.jbj2-134/+402
2000-09-26doxygen annotations.jbj1-7/+17
2000-09-26rpmdb.c: Mark dead code, replaced with per-iterator cursors.jbj1-6/+5
2000-09-14Revert rpmrc excision for now.jbj2-170/+1368
2000-09-01- unify rpmError and rpmMessge interfaces through rpmlog.jbj5-36/+46
2000-08-30Doxygen annotations.jbj3-165/+176
2000-08-29- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj12-364/+503
2000-08-28- rip out rpm{get,put}text, use getpo.sh and specspo instead.jbj1-22/+26
2000-08-28Doxygen annotations.jbj9-95/+187
2000-08-27- consistent return for all signature verification.jbj3-139/+112
2000-08-27Add todo note.jbj1-0/+1
2000-08-27Rip out rpmrc configuration.jbj1-1318/+145
2000-08-27Doxygen annotations.jbj2-5/+18
2000-08-27Doxygen annotations.jbj41-430/+979
2000-08-27Eliminate rpm_malloc.h.jbj2-42/+2
2000-08-27Doxygen annotations.jbj5-15/+39
2000-08-23comments only.jbj1-2/+2
2000-08-23doxygen/lclint annotations.jbj2-62/+267
2000-08-23doxygen/lclint annotations.jbj3-36/+36
2000-08-23doxygen annotations.jbj5-42/+179
2000-08-23lclint annotations.jbj2-14/+18
2000-08-23doxygen additions.jbj1-11/+142
2000-08-23lclint additions.jbj1-2/+2
2000-08-23lclint/doxygen additions.jbj4-66/+238
2000-08-20- add callbacks on package erasure.jbj3-57/+78
2000-08-20- fix: preserve cpio errno when using Fclose with libio.jbj1-0/+3
2000-08-19- python bindings to query and verify signatures.jbj2-0/+49
2000-08-16- fix: rebuild db1 -> db3 ate 1st header (#16263).jbj1-1/+8
2000-08-07- fix: segfault when globbing on "" (#15593).jbj1-7/+11
2000-08-04- fix: -Va broken, make db cursors per-iterator, not per-dbi.jbj3-9/+27