summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bring header reggions mods back to top of stack.jbj2000-12-0217-592/+745
* - md5 sums are little endian (no swap) so big endian needs the swap.jbj2000-11-161-1/+10
* Sanity.jbj2000-11-153-24/+46
* - fix: segfault on exit of "rpm -qp --qf '%{#fsnames}' pkg" (#20595).jbj2000-11-151-0/+2
* - fix: duplicate headerFree() on installBinaryPackage() error return.jbj2000-11-121-2/+0
* - fine-grained Requires, remove install PreReq's from Requires db.jbj2000-11-124-51/+195
* Sanity.jbj2000-11-122-17/+19
* - add region marker as RPM_BIN_TYPE in packages and database.jbj2000-11-082-66/+77
* - load headers as single contiguous region.jbj2000-11-075-269/+491
* Return unsatisfied immediately if "rpmlib(" dependency fails to match.jbj2000-10-311-0/+2
* - add rpmGetRpmlibProvides() to retrieve rpmlib(...) providesjbj2000-10-312-0/+41
* - better item/task progress bars <rodrigob@conectiva.com.br>.jbj2000-10-281-9/+78
* - add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj2000-10-2824-73/+219
* - fix: runTriggers was not adding countCorrection.jbj2000-10-271-1/+3
* - verify MD5 sums of payload files when unpacking archive.jbj2000-10-247-33/+292
* - pass rpmTransactionSet, not elements, to installBinaryPackage et al.jbj2000-10-208-217/+234
* - detect rdonly linux file systems.jbj2000-10-205-95/+118
* doxygen annotations.jbj2000-09-291-1/+2
* - order packages using tsort, clipping PreReq:'s in dependency loops.jbj2000-09-262-134/+402
* doxygen annotations.jbj2000-09-261-7/+17
* rpmdb.c: Mark dead code, replaced with per-iterator cursors.jbj2000-09-261-6/+5
* Revert rpmrc excision for now.jbj2000-09-142-170/+1368
* - unify rpmError and rpmMessge interfaces through rpmlog.jbj2000-09-015-36/+46
* Doxygen annotations.jbj2000-08-303-165/+176
* - translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj2000-08-2912-364/+503
* - rip out rpm{get,put}text, use getpo.sh and specspo instead.jbj2000-08-281-22/+26
* Doxygen annotations.jbj2000-08-289-95/+187
* - consistent return for all signature verification.jbj2000-08-273-139/+112
* Add todo note.jbj2000-08-271-0/+1
* Rip out rpmrc configuration.jbj2000-08-271-1318/+145
* Doxygen annotations.jbj2000-08-272-5/+18
* Doxygen annotations.jbj2000-08-2741-430/+979
* Eliminate rpm_malloc.h.jbj2000-08-272-42/+2
* Doxygen annotations.jbj2000-08-275-15/+39
* comments only.jbj2000-08-231-2/+2
* doxygen/lclint annotations.jbj2000-08-232-62/+267
* doxygen/lclint annotations.jbj2000-08-233-36/+36
* doxygen annotations.jbj2000-08-235-42/+179
* lclint annotations.jbj2000-08-232-14/+18
* doxygen additions.jbj2000-08-231-11/+142
* lclint additions.jbj2000-08-231-2/+2
* lclint/doxygen additions.jbj2000-08-234-66/+238
* - add callbacks on package erasure.jbj2000-08-203-57/+78
* - fix: preserve cpio errno when using Fclose with libio.jbj2000-08-201-0/+3
* - python bindings to query and verify signatures.jbj2000-08-192-0/+49
* - fix: rebuild db1 -> db3 ate 1st header (#16263).jbj2000-08-161-1/+8
* - fix: segfault when globbing on "" (#15593).jbj2000-08-071-7/+11
* - fix: -Va broken, make db cursors per-iterator, not per-dbi.jbj2000-08-043-9/+27
* - fix: segfault on erase if filestates is missing in header (#14679).jbj2000-07-311-1/+5
* - fix: uniqify dependency problems when printing (#14034).jbj2000-07-311-2/+35