summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-07Add getter methods for rpmlogRec items (message + level)Panu Matilainen2-0/+27
2007-12-07Rename RPMLOG_CONT to RPMLOG_DEFAULT to make purpose clearer (hopefully ;)Panu Matilainen2-5/+6
2007-12-07Logging enhancementsPanu Matilainen2-35/+83
2007-12-07Make rpmLogRec opaquePanu Matilainen2-4/+6
2007-12-07Fix misleading indentationPanu Matilainen1-8/+9
2007-12-07Don't do tilde expansion if HOME not setPanu Matilainen1-1/+7
2007-12-07More rpmerr.h removal falloutPanu Matilainen2-33/+33
2007-12-07Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)Panu Matilainen14-221/+223
2007-12-07rpm5.org: fixup spec parsing from rpmerr.h removalPanu Matilainen2-40/+51
2007-12-07rpm5.org: fixup various places in rpmbuild from rpmerr.h eliminationPanu Matilainen6-66/+69
2007-12-07rpm5.org: use pid_t, not int in build doScriptPanu Matilainen1-3/+3
2007-12-05Fix query return codes (rhbz#244236)Panu Matilainen3-6/+35
2007-12-05Only platform.in is to be included in dist, dont use wildcardPanu Matilainen1-1/+1
2007-12-05Rename apidocs to hackingdocs, only build on requestPanu Matilainen2-8/+8
2007-12-05base64.h missing from librpmio sourcesPanu Matilainen1-1/+1
2007-12-05Update potfiles wrt recent changes, regenerate translationsPanu Matilainen24-16473/+16353
2007-12-04Match filestage strings with the fact that we dont use "rpc" anymorePanu Matilainen1-7/+7
2007-12-04Eliminate debug junk from the APIPanu Matilainen26-215/+121
2007-12-03Document rpmtsScoreGetEntry() parameter to please doxygenPanu Matilainen1-0/+1
2007-12-03Remove double documentation from header methods to make doxygen shut upPanu Matilainen1-224/+0
2007-12-03Fix couple of doxygen file paths, remove obsolete commentPanu Matilainen3-10/+3
2007-12-03Rename _rpmdbMatchIterator -> rpmdbMatchIterator_sPanu Matilainen2-2/+2
2007-12-03Split RPMTAG_* and related functions out of rpmlib.h to rpmtag.hPanu Matilainen5-300/+311
2007-12-03Split rpmte internals to separate headerPanu Matilainen9-99/+95
2007-12-03Duh, remember to add rpmfi_internal.h to sources..Panu Matilainen1-1/+1
2007-12-02Move rpmprobFilterFlag enums to rpmps where they logically belongPanu Matilainen2-16/+16
2007-12-02Move rpmsenseFlag enums to rpmds where they logically belongPanu Matilainen8-69/+75
2007-12-02Move rpmtransFlags enums to rpmts.h where it logically belongsPanu Matilainen3-55/+56
2007-12-02Move file action enums to rpmfi where they logically belongPanu Matilainen4-21/+23
2007-12-02Move RPMFILE_* file attributes to rpmfi.hPanu Matilainen3-22/+23
2007-12-03Split rpmfi internals to separate headerPanu Matilainen8-137/+136
2007-12-02Move file state defs to rpmfi where they logically belongPanu Matilainen2-12/+12
2007-12-02Move file type enums to rpmfi where it logically belongsPanu Matilainen2-17/+17
2007-12-03Drop RPC from apidocs..Panu Matilainen2-4/+0
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen21-572/+62
2007-12-01More rpmlead exorcizingPanu Matilainen3-32/+14
2007-12-01Erm, stuff headerIsSource() implementation to hdrNVR with other cruftPanu Matilainen2-4/+7
2007-12-01Use headerIsSource() everywhere for determining package typePanu Matilainen7-7/+7
2007-12-01Silly helper method for determining if a header is source or binaryPanu Matilainen1-0/+9
2007-12-01Lose leftover davRead() related hackPanu Matilainen1-5/+1
2007-12-01Make rpmlead opaque, add methods to deal with itPanu Matilainen7-172/+155
2007-12-01Include sanityPanu Matilainen2-2/+3
2007-12-01Make rpmDoDigest() honor algorithm parameterPanu Matilainen1-8/+8
2007-12-01Don't include idtx.h in rpmcli.hPanu Matilainen3-1/+2
2007-12-01Move headerN(E)VR(A) declarations from rpmlib.h to header.hPanu Matilainen2-30/+30
2007-12-01Move hGet*() funcs from rpmts, rename to headerGet*()Panu Matilainen9-92/+93
2007-12-01Add bunch of missing rpmts doxygen groupingsPanu Matilainen1-18/+18
2007-12-01(no)dirtokens is just a build-time option nowPanu Matilainen2-5/+5
2007-12-01Add separate public header for callback declarationsPanu Matilainen9-17/+13
2007-12-01Lose url callback mechanismPanu Matilainen2-40/+0