summaryrefslogtreecommitdiff
path: root/build.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-23/+6
2007-08-29Fix various cases of build failing due to whitespace in dir/filenames.Panu Matilainen1-2/+2
2007-07-12Fix yet-another-compiler-warning.Panu Matilainen1-1/+1
2007-07-03Pass --wildcards to tar on build (rhbz#206841)Panu Matilainen1-1/+1
2007-06-08Allow characters >127 that don't fit the current locale in thePanu Matilainen1-0/+5
2007-04-16Check getcwd return value, abort if rpm cannot determine currentPaul Nasrat1-2/+9
2004-10-17- free rpmrc when looping on --target arches (#127730).jbj1-0/+2
2003-12-26- don't use mktemp if mkstemp is available (#103850).jbj1-9/+7
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-3/+3
2002-12-24- fix: remove rpmfi scareMem so that headers can be reloaded on ia64.jbj1-1/+1
2002-12-22- simplify specfile query linkage loop.jbj1-2/+7
2002-08-06- add bitmask for precise control of signature/digest verification.jbj1-6/+6
2002-07-29Remove debugging printf.jbj1-1/+0
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj1-0/+12
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj1-6/+4
2002-07-08Propagate splint-3.0.1.7 close(2) internalState annotation throughout.jbj1-2/+2
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-0/+2
2002-06-28- disambiguate added/installed dependency failures (#50388).jbj1-1/+1
2002-06-23Add boundswrite annotations everywhere.jbj1-0/+2
2002-06-12Orphan.jbj1-1/+1
2002-05-27Add bindings for rpmte and FD_t.jbj1-2/+2
2002-05-19- Grand Renaming of rpm data types.jbj1-6/+7
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-3/+4
2002-04-13- merge conflicts into problems, handle as transaction set variable.jbj1-9/+7
2002-04-11- rescusitate --rebuild.jbj1-0/+8
2002-04-10Fix: source package already part of the transaction.jbj1-2/+0
2002-01-18- missing key(s) on keyring when verifying a signature is now an error.jbj1-0/+2
2001-11-11Replace loadFi with fiNew, freeFi with fiFree.jbj1-1/+1
2001-11-08- rip out rpmDependencyConflict, replace with rpmProblem instead.jbj1-1/+1
2001-10-28- memory indices for dependency check are typedef'd and abstract'd.jbj1-3/+4
2001-10-27- transaction sets cerated in cli main.jbj1-6/+1
2001-10-27- legacy signatures always checked where possible on package read.jbj1-26/+16
2001-10-23- wire transactions through rpmcli signature modes.jbj1-1/+1
2001-10-23- generate an rpm header on the fly for imported pubkeys.jbj1-6/+6
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-2/+2
2001-10-15Explicit branchstate annotations.jbj1-0/+4
2001-10-15lclint fiddles to annotate globals.jbj1-1/+5
2001-10-13More lclint annotations.jbj1-3/+3
2001-07-06- expose rpmShowProgress() and rpmVerifyDigest() in rpmcli.h.jbj1-2/+1
2001-06-12- remove rpmrc Provides: Yet Again, use virtual packages.jbj1-1/+0
2001-06-08- fix: QUERY_FOR_LIST file count clobbered.jbj1-0/+1
2001-06-05- fix typos in linux.{req,prov}.jbj1-5/+9
2001-05-31- return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>).jbj1-3/+3
2001-05-06- fix: specfile queries with BuildArch: (#27589).jbj1-2/+1
2001-05-03- still more boring lclint annotations and fiddles.jbj1-32/+38
2001-03-14Update to doxygen-1.2.6 configuration.jbj1-0/+10
2001-02-10Reorganize sources before implementing --repackage.jbj1-1/+0
2001-01-21- cpio mappings carry dirname/basename, not absolute path.jbj1-0/+2
2001-01-15- fix: extra newline in many error messages (#23947).jbj1-9/+11