Move key size fixups from rpmdbAdd & Remove to td2key()
[platform/upstream/rpm.git] / build.c
2008-04-28 Jindrich NovyRemove alloca() from build()
2008-04-22 Panu MatilainenRelax spec permissions in tar build mode (rhbz#253648)
2008-04-16 Jindrich NovyDon't use mktemp(), we are sure mkstemp() is available now
2008-04-04 Panu MatilainenOops, no newline at end of filename please...
2008-04-04 Panu MatilainenGet rid of the horrid zcmd hackery in build
2008-04-04 Panu MatilainenStop pretending spec can be an URL or stdin, neither...
2008-04-04 Panu MatilainenWait for popen() to finish before passing to isSpecFile()
2008-04-04 Panu MatilainenMove spec extraction from tarball out of buildForTarget...
2008-04-04 Panu MatilainenOops, add --wildcards back to spec extraction
2008-04-04 Panu MatilainenAssume failure in buildForTarget() to remove redundancy
2008-04-04 Panu MatilainenRefactor spec extraction on tar build to address severa...
2008-04-04 Panu MatilainenSpec of size zero cannot be a valid spec file
2008-03-24 Panu MatilainenUse regular stream functions instead of rpmio in spec...
2008-03-07 Panu MatilainenLog message adjustments
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-27 Panu MatilainenRename isCompressed() -> rpmFileIsCompressed() for...
2007-12-15 Panu MatilainenRemove bogus const from rpmGenPath() temporary targets
2007-12-15 Panu MatilainenRemove bogus const from rpmGetPath() temporary targets
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-03 Panu MatilainenUse regular POSIX functions instead of "RPC" clones
2007-11-23 Panu MatilainenMove file compression stuff from rpmmacro.h to rpmfileu...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-10-28 Ralf CorsépiusInclude "rpmbuild.h" instead of <rpmbuild.h>.
2007-10-28 Ralf CorsépiusInclude "rpmcli.h" instead of <rpmcli.h>.
2007-10-10 Ralf CorsépiusKick out polish comment.
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_ERROR with RPMLOG_ERR
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-09-21 Panu MatilainenRename Spec -> rpmSpec for namespacing
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-07 Panu MatilainenErm, doh...
2007-09-07 Panu MatilainenHandle no spec in tarball cleanly (rhbz#281391)
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-08-29 Panu MatilainenFix various cases of build failing due to whitespace...
2007-07-12 Panu MatilainenFix yet-another-compiler-warning.
2007-07-03 Panu MatilainenPass --wildcards to tar on build (rhbz#206841)
2007-06-08 Panu MatilainenAllow characters >127 that don't fit the current locale...
2007-04-16 Paul NasratCheck getcwd return value, abort if rpm cannot determin...
2004-10-17 jbj- free rpmrc when looping on --target arches (#127730).
2003-12-26 jbj- don't use mktemp if mkstemp is available (#103850).
2003-05-08 jbj- don't use error string after gzclose (Dmitry V. Levin).
2002-12-24 jbj- fix: remove rpmfi scareMem so that headers can be...
2002-12-22 jbj- simplify specfile query linkage loop.
2002-08-06 jbj- add bitmask for precise control of signature/digest...
2002-07-29 jbjRemove debugging printf.
2002-07-28 jbj- python: don't segfault in ts.GetKeys() on erased...
2002-07-21 jbj- add methods to make signature handling opaque wrto...
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-06-28 jbj- disambiguate added/installed dependency failures...
2002-06-23 jbjAdd boundswrite annotations everywhere.
2002-06-12 jbjOrphan.
2002-05-27 jbjAdd bindings for rpmte and FD_t.
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-04-13 jbj- merge conflicts into problems, handle as transaction...
2002-04-11 jbj- rescusitate --rebuild.
2002-04-10 jbjFix: source package already part of the transaction.
2002-01-18 jbj- missing key(s) on keyring when verifying a signature...
2001-11-11 jbjReplace loadFi with fiNew, freeFi with fiFree.
2001-11-08 jbj- rip out rpmDependencyConflict, replace with rpmProble...
2001-10-28 jbj- memory indices for dependency check are typedef'd...
2001-10-27 jbj- transaction sets cerated in cli main.
2001-10-27 jbj- legacy signatures always checked where possible on...
2001-10-23 jbj- wire transactions through rpmcli signature modes.
2001-10-23 jbj- generate an rpm header on the fly for imported pubkeys.
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-10-13 jbjMore lclint annotations.
2001-07-06 jbj- expose rpmShowProgress() and rpmVerifyDigest() in...
2001-06-12 jbj- remove rpmrc Provides: Yet Again, use virtual packages.
2001-06-08 jbj- fix: QUERY_FOR_LIST file count clobbered.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-05-31 jbj- return multiple suggested packages (Pawel Kolodziej...
2001-05-06 jbj- fix: specfile queries with BuildArch: (#27589).
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-02-10 jbjReorganize sources before implementing --repackage.
2001-01-21 jbj- cpio mappings carry dirname/basename, not absolute...
2001-01-15 jbj- fix: extra newline in many error messages (#23947).
2001-01-01 jbj- use popt autohelp for rpm helper binaries.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-09-01 jbj- unify rpmError and rpmMessge interfaces through rpmlog.
2000-08-27 jbjRip out rpmrc configuration.
2000-06-01 jbjSplit popt glue into lib/popt{BT,QV}.c.
2000-05-26 jbjRemove build modes from rpm, use rpmb and/or popt glue...
2000-03-30 jbjfix: move free after error message that needs data.
2000-01-24 jbjArgs reversed generating untar command.
2000-01-17 jbjTypo.
2000-01-15 jbjextract spec files from bzip'ped tarballs too on tar...
1999-12-19 jbjTypo (t->num rather than tnum causes segfault while...
1999-12-12 jbjreload macros from cmd line when re-reading config...
1999-11-24 jbjlib/macro.c: Canonicalize paths in rpmGetPath().
1999-11-18 jbjThe death of lib/ftp.c, merged into lib/rpmio.c.
next