summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-29Split signature and digest generation to separate functionsPanu Matilainen1-2/+2
2010-09-28Remove leftover trap for RPMRC_FAIL errors where none should be seenPanu Matilainen1-4/+0
2010-09-26Fix segfault in rpmdeps (RhBug:637357)Jindrich Novy1-1/+1
2010-09-21Remove bunch of double consts in librpmbuildPanu Matilainen4-4/+4
2010-09-21Initialize nametag to RPMTAG_NOT_FOUND in parseRCPOT()Panu Matilainen1-1/+1
2010-09-21Const pedantry: taropts only ever points to string constantsPanu Matilainen1-4/+2
2010-09-21Move expression type enum out of the structPanu Matilainen1-1/+6
2010-09-21Add "c++ protection" to (hopefully) all of our internal headersPanu Matilainen2-0/+16
2010-09-21Avoid stepping on toes of relatives, part 3Panu Matilainen3-8/+8
2010-09-21Use the macro allocator variants within librpm*Panu Matilainen1-1/+1
2010-09-21Use _free() instead of rfree() where "return value" is assignedPanu Matilainen1-3/+3
2010-09-21Return explicit NULL from various fooFree() functions everywherePanu Matilainen1-2/+4
2010-09-21strstr() considered harmful, part 541Panu Matilainen1-6/+6
2010-09-21Use actual rpmTags in place of the old HEADER_FOO defines everywherePanu Matilainen1-1/+1
2010-09-21Rename specdFlags to remove unnecessary type vs variable name confusionPanu Matilainen1-7/+7
2010-09-21Fix up bunch of silly int vs rpmRC return code mismatchesPanu Matilainen5-25/+24