summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
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 Matilainen5-65/+68
2007-12-07rpm5.org: use pid_t, not int in build doScriptPanu Matilainen1-3/+3
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-6/+9
2007-12-03Split rpmte internals to separate headerPanu Matilainen1-4/+1
2007-12-02Move rpmsenseFlag enums to rpmds where they logically belongPanu Matilainen1-0/+1
2007-12-03Split rpmfi internals to separate headerPanu Matilainen2-3/+2
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen4-17/+17
2007-12-01More rpmlead exorcizingPanu Matilainen2-26/+10
2007-12-01Make rpmlead opaque, add methods to deal with itPanu Matilainen1-59/+6
2007-12-01(no)dirtokens is just a build-time option nowPanu Matilainen1-0/+5
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-27Remove unneeded includesPanu Matilainen1-3/+0
2007-11-27Move legacy%#¤%#¤ to librpm now that it can move..Panu Matilainen3-3/+2
2007-11-26Eliminate type "byte"Ralf Corsépius1-2/+2
2007-11-23Add doxygen group for rpmfc, include in librpm + hacking docsPanu Matilainen1-13/+20
2007-11-23Reflect changes to include files.Ralf Corsépius1-4/+0
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius5-16/+16
2007-11-23Move rpmGetPath and rpmGenPath to rpmfileutil.hPanu Matilainen4-0/+4
2007-11-23Move file compression stuff from rpmmacro.h to rpmfileutil.hPanu Matilainen1-0/+1
2007-11-22Move makeTempFile() from misc.h to rpmfileutil.hPanu Matilainen2-4/+4
2007-11-22Calculating file checksums aint legacy activityPanu Matilainen1-2/+4
2007-11-23Move string helpers from lib/misc.h to rpmio/rpmstring.hPanu Matilainen2-2/+0
2007-11-23Move stringbuf into librpmio, rename headerPanu Matilainen3-3/+3
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius23-62/+62
2007-11-22Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.Ralf Corsépius1-1/+1
2007-11-19Lose rpmerr.h for goodPanu Matilainen16-16/+16
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen16-334/+334
2007-11-13Fix free on invalid pointer after displaying "Unable to open temp file"Panu Matilainen1-1/+1
2007-11-08Dead code removalPanu Matilainen1-9/+0
2007-11-08Use _target_* macros for build restriction checkingPanu Matilainen1-8/+3
2007-11-08Remove dead & unused RPMTAG_ARCHIVESIZE addition codePanu Matilainen1-43/+0
2007-11-08Remove dead rpmrc-related code from spec parsingPanu Matilainen1-49/+0
2007-11-07Document rpmio_internal.h uses outside rpmio/Panu Matilainen1-1/+1
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen1-1/+1
2007-11-07Remove .splintrc's in the treePanu Matilainen1-59/+0
2007-11-02Eliminate rpmfcToken struct internals from the APIPanu Matilainen2-7/+6
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-1/+1
2007-10-31Document RPMFI_INTERNAL usesPanu Matilainen1-1/+1
2007-10-31Document _RPMTE_INTERNAL needsPanu Matilainen1-1/+1
2007-10-30Erm... rpmdsFlags are int32_t type, not char*Panu Matilainen1-2/+2
2007-10-30merge.Ralf Corsépius1-25/+60
2007-10-30Add -I$(top_builddir)/rpmdb to AM_CPPFLAGS.Ralf Corsépius1-1/+1
2007-10-30Whole lotta trouble to avoid rpmds internals access in rpmfcPanu Matilainen1-25/+60
2007-10-29Add SKIPSPACE, SKIPNONSPACE.Ralf Corsépius3-0/+9
2007-10-29Add SKIPSPACE.Ralf Corsépius2-0/+2
2007-10-29Remove SKIPSPACE, SKIPNONSPACE.Ralf Corsépius1-5/+0
2007-10-29Don't include <ctype.h>.Ralf Corsépius1-2/+2
2007-10-29Move typedef into extern "C".Ralf Corsépius1-4/+4