summaryrefslogtreecommitdiff
path: root/build.c
Commit message (Expand)AuthorAgeFilesLines
* - missing key(s) on keyring when verifying a signature is now an error.jbj2002-01-181-0/+2
* Replace loadFi with fiNew, freeFi with fiFree.jbj2001-11-111-1/+1
* - rip out rpmDependencyConflict, replace with rpmProblem instead.jbj2001-11-081-1/+1
* - memory indices for dependency check are typedef'd and abstract'd.jbj2001-10-281-3/+4
* - transaction sets cerated in cli main.jbj2001-10-271-6/+1
* - legacy signatures always checked where possible on package read.jbj2001-10-271-26/+16
* - wire transactions through rpmcli signature modes.jbj2001-10-231-1/+1
* - generate an rpm header on the fly for imported pubkeys.jbj2001-10-231-6/+6
* Converging on lclint-3.0.17 strict level.jbj2001-10-171-2/+2
* Explicit branchstate annotations.jbj2001-10-151-0/+4
* lclint fiddles to annotate globals.jbj2001-10-151-1/+5
* More lclint annotations.jbj2001-10-131-3/+3
* - expose rpmShowProgress() and rpmVerifyDigest() in rpmcli.h.jbj2001-07-061-2/+1
* - remove rpmrc Provides: Yet Again, use virtual packages.jbj2001-06-121-1/+0
* - fix: QUERY_FOR_LIST file count clobbered.jbj2001-06-081-0/+1
* - fix typos in linux.{req,prov}.jbj2001-06-051-5/+9
* - return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>).jbj2001-05-311-3/+3
* - fix: specfile queries with BuildArch: (#27589).jbj2001-05-061-2/+1
* - still more boring lclint annotations and fiddles.jbj2001-05-031-32/+38
* Update to doxygen-1.2.6 configuration.jbj2001-03-141-0/+10
* Reorganize sources before implementing --repackage.jbj2001-02-101-1/+0
* - cpio mappings carry dirname/basename, not absolute path.jbj2001-01-211-0/+2
* - fix: extra newline in many error messages (#23947).jbj2001-01-151-9/+11
* - use popt autohelp for rpm helper binaries.jbj2001-01-011-14/+9
* Sync with rpm-4_0 branch.jbj2000-12-121-12/+12
* Bring header reggions mods back to top of stack.jbj2000-12-021-3/+7
* - unify rpmError and rpmMessge interfaces through rpmlog.jbj2000-09-011-12/+15
* Rip out rpmrc configuration.jbj2000-08-271-2/+0
* Split popt glue into lib/popt{BT,QV}.c.jbj2000-06-011-149/+0
* Remove build modes from rpm, use rpmb and/or popt glue instead.jbj2000-05-261-14/+74
* fix: move free after error message that needs data.jbj2000-03-301-1/+2
* Args reversed generating untar command.jbj2000-01-241-2/+4
* Typo.jbj2000-01-171-1/+1
* extract spec files from bzip'ped tarballs too on tar builds.jbj2000-01-151-4/+7
* Typo (t->num rather than tnum causes segfault while re-reading rpmrc on exit).jbj1999-12-191-3/+3
* reload macros from cmd line when re-reading config files.jbj1999-12-121-2/+2
* lib/macro.c: Canonicalize paths in rpmGetPath().jbj1999-11-241-44/+53
* The death of lib/ftp.c, merged into lib/rpmio.c.jbj1999-11-181-2/+1
* Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1999-11-101-2/+2
* Use Fopen almost everywhere.jbj1999-11-041-1/+1
* Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1999-11-021-1/+1
* Spec: Add rootdir (as in chroot).jbj1999-10-311-2/+2
* Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1999-10-301-1/+2
* fix: resurrect multiple target platform builds.jbj1999-10-291-27/+50
* check for memory leaks (almost all leaks are plugged).jbj1999-10-291-7/+6
* use compressed filenames on install side.jbj1999-10-271-2/+2
* lclint annotations and compiler cruft.jbj1999-10-211-3/+3
* HPUX cc compiler fidgets.jbj1999-09-301-19/+22
* Access fd_fileno correctly.jbj1999-09-301-1/+1
* fix: command line install had header memory leak.jbj1999-09-211-5/+4