summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2010-12-16Unbreak file user/groupname handling in buildPanu Matilainen1-6/+6
2010-12-15Remove the now unused user/group caching codePanu Matilainen3-241/+1
2010-12-15Unify the user+group caching between librpm and librpmbuildPanu Matilainen3-12/+15
2010-12-13Implement transaction ordering hintingPanu Matilainen3-0/+9
2010-12-10Implement filtering of autogenerated dependenciesPanu Matilainen1-5/+18
2010-12-10Some further preliminaries for next bitsPanu Matilainen1-21/+18
2010-12-10Refactor the helper execution out of rpmfcHelper()Panu Matilainen1-60/+67
2010-12-10Rename pattern -> path for, duh, path patternsPanu Matilainen1-12/+12
2010-12-10Support excluding by path or magic in file classificationPanu Matilainen1-0/+18
2010-12-10Remove broken versioned provides rpmlib() trackingPanu Matilainen2-25/+0
2010-12-03Bump library sonamesPanu Matilainen1-1/+1
2010-12-01Fix bogus error reporting from autogenerated dependencies (ticket #181)Panu Matilainen1-10/+14
2010-12-01Pass RPM_BUILD_ROOT to helper scripts through environment alwaysPanu Matilainen3-9/+15
2010-12-01Remember buildroot directory in rpmfc structPanu Matilainen2-4/+25
2010-12-01Eliminate unused dir argument to getOutputFrom()Panu Matilainen1-9/+2
2010-11-17Plug a minor memory leak in librpmbuild doPatch()Panu Matilainen1-1/+1
2010-10-30Const-correctness: source is a pointer to fullSource and must not be freedPanu Matilainen1-1/+1
2010-10-29Const-correctness: rpmCharCheck() doesn't modify field, make it constPanu Matilainen2-3/+3
2010-10-29Lose ancient lclint remnants from the repositoryPanu Matilainen1-18/+0
2010-10-29Eliminate unused truncStringBuf() functionPanu Matilainen2-12/+0
2010-10-29Eliminate unused spectag and speclines goo from specPanu Matilainen5-108/+0
2010-10-28Fix the remaining enum abuse over rpmParseState in librpmbuildPanu Matilainen3-5/+5
2010-10-28Now, make getStringBuf() return const char * for correctness sakePanu Matilainen2-2/+2
2010-10-28parseScript() const pedantryPanu Matilainen1-5/+5
2010-10-28Use ARGV_t instead of stringbuf in changelog parsingPanu Matilainen1-6/+7
2010-10-28Use ARGV_t for temporary line storage directlyPanu Matilainen1-9/+3
2010-10-28Pass the script to doScript() as const char *Panu Matilainen3-9/+16
2010-10-28Argument passing hysteria in doScript()Panu Matilainen1-19/+6
2010-10-28Handle NULL sb in getStringBuf() cleanlyPanu Matilainen1-1/+1
2010-10-28Use ARGV_t for package fileFile, fileList and policyListPanu Matilainen6-33/+17
2010-10-28Eliminate splitString() leftover braindamage in processSourceFiles()Panu Matilainen1-13/+5
2010-10-26Bury StringBuf inside librpmbuild internalsPanu Matilainen3-0/+122
2010-10-26Make rpmfcExec() internalPanu Matilainen2-11/+11
2010-10-22Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuildPanu Matilainen12-41/+41
2010-10-22Fix invalid uses of rpmTag/rpmSigTag in pack.cPanu Matilainen1-3/+3
2010-10-22Use header datatype for hash algo instead of pgpHashAlgo enumPanu Matilainen1-1/+1
2010-10-22Couple of doxygen argument mismatch fixesPanu Matilainen1-2/+1
2010-10-12Add 'VCS' keyColin Walters1-0/+4
2010-10-12Add support for querying source rpm from spec tooPanu Matilainen1-2/+6
2010-10-12Add a getter for the source header.Eric W. Biederman2-1/+14
2010-10-05Require file attribute config to have .attr suffixPanu Matilainen1-2/+4
2010-10-05Replace __foo_exeonly attribute with a more generic mechanismPanu Matilainen1-5/+6
2010-10-01Add getter for spec script sections too, bah...Panu Matilainen2-0/+17
2010-10-01Add minimal API for spec packages and sourcesPanu Matilainen2-0/+99
2010-10-01Use namespaced names for spec pkg and source opaque typedefsPanu Matilainen2-1/+3
2010-10-01Finish off our librpmbuild API mass-murder by turning everything opaquePanu Matilainen2-96/+96
2010-10-01rpmfcGenerateDepends() is internal, move away from public headerPanu Matilainen2-8/+9
2010-10-01Whoops, missing RPM_GNUC_INTERNAL on stashSt()Panu Matilainen1-0/+1
2010-10-01Stuff fts into a convenience library in misc/Panu Matilainen4-1348/+3
2010-10-01Lose rpmio-url leftovers from ftsPanu Matilainen1-19/+1