rpm/build
Panu Matilainen 43745e88e5 Use a common string pool for rpmds'es within file classifier
- Avoid pool setup + teardown for each and every dependency we create,
  and string copy between pools on subsequent rpmdsMerge(). Probably
  wont make much of a difference in practise since the number of
  dependencies per package isn't *that* big, but wont hurt either
  (and who knows what kind of texlive-monsters we get thrown at...)
2013-11-29 16:24:35 +02:00
..
Makefile.am Update library current + age (ie libs are now 3.1.0) 2012-11-05 10:22:50 +02:00
build.c If we need a FILE stream then get one... 2011-07-08 10:15:58 +03:00
expression.c Eliminate bunch of obvious dead NULL-assingments from misc build parts 2011-05-27 16:46:23 +03:00
files.c Make pkg->cpioList rpmfiles instead of rpmfi 2013-11-25 13:44:33 +01:00
misc.c Eliminate unused truncStringBuf() function 2010-10-29 10:21:45 +03:00
pack.c Make pkg->cpioList rpmfiles instead of rpmfi 2013-11-25 13:44:33 +01:00
parseBuildInstallClean.c Fix the remaining enum abuse over rpmParseState in librpmbuild 2010-10-28 12:01:42 +03:00
parseChangelog.c Fix memleak in changelog parsing on error paths 2012-08-01 19:17:09 +03:00
parseDescription.c Clean up + plug memleak in parseDescription() 2011-05-27 15:24:29 +03:00
parseFiles.c Unmask %license directive when parsing %files section 2012-05-15 14:23:35 +03:00
parsePolicies.c Eliminate dead NULL-assignments on parsePolicies() exit 2011-05-27 16:21:12 +03:00
parsePreamble.c Fix regression on addressing main package by its name (RhBug:972994) 2013-06-11 09:51:48 +03:00
parsePrep.c Add support for 7zip compressed tarballs 2012-05-22 13:48:01 +03:00
parseReqs.c Further sanity check for EVR validity on build 2013-11-20 15:45:13 +02:00
parseScript.c Pass the entire package struct to addReqProv() 2013-04-15 15:23:37 +03:00
parseSpec.c Include %{VCS} in src.rpm 2013-05-14 11:16:03 +03:00
policies.c Make base64 encoding/decoding part of rpmio public API 2011-11-09 15:16:28 +02:00
reqprov.c Utilize the shared string pool for manually specified dependencies 2013-04-16 07:59:26 +03:00
rpmbuild.h Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuild 2010-10-22 13:50:05 +03:00
rpmbuild_internal.h Make pkg->cpioList rpmfiles instead of rpmfi 2013-11-25 13:44:33 +01:00
rpmbuild_misc.h Move rpmlibNeedsFeature() and addReqProv() prototypes 2013-04-15 12:42:34 +03:00
rpmfc.c Use a common string pool for rpmds'es within file classifier 2013-11-29 16:24:35 +02:00
rpmfc.h Remember buildroot directory in rpmfc struct 2010-12-01 11:09:02 +02:00
rpmspec.h Support retrieving the spec contents in parsed format 2011-06-17 13:52:27 +03:00
spec.c Make pkg->cpioList rpmfiles instead of rpmfi 2013-11-25 13:44:33 +01:00