summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-03-18Use rasprintf() in rpmps to properly fix mdvbz#31680Panu Matilainen1-18/+14
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen6-31/+31
2008-03-17Refactor running of pre/post scriptlets out of rpmtsRun()Panu Matilainen1-108/+96
2008-03-17Nuke leftover rollback test program, update translationsPanu Matilainen1-4/+0
2008-03-17Remove repackage support to finish off with rollbackPanu Matilainen8-274/+11
2008-03-17Remove rollback supportPanu Matilainen9-1640/+2
2008-03-17Remove support for automatic rollback on failurePanu Matilainen8-1034/+2
2008-03-14Revert RPMTAG_FILEDIGESTS -> FILEMD5's for nowPanu Matilainen1-2/+1
2008-03-14Type missing for RPMTAG_HEADERI18NTABLEPanu Matilainen1-1/+1
2008-03-07Remove support for automatically importing pubkeys from keyserversPanu Matilainen1-37/+0
2008-03-07Stop insecurely covering up for lack of snprintf and vsnprintfPanu Matilainen1-19/+0
2008-03-07Log message adjustmentsPanu Matilainen13-84/+84
2008-03-07Further constants made readonly...Panu Matilainen4-9/+9
2008-03-07Make _cacheDependsRC static, not needed outside depends.cPanu Matilainen2-3/+1
2008-03-07Another pile of read-only constants marked as such..Panu Matilainen9-23/+23
2008-03-07Mark another pile of header_magic duplicates as read-onlyPanu Matilainen4-5/+7
2008-03-04PreReq -> Requires in ordering debug output (Pascal Rigaux)Panu Matilainen1-2/+0
2008-02-28Add missing leading underscores to names passed to rpmMkdirPath()Panu Matilainen1-2/+2
2008-02-26Another unnecessarily exported internal variable..Panu Matilainen1-1/+1
2008-02-26Remove hidden --nolibio cli switch, avoid exporting noLibioPanu Matilainen1-13/+0
2008-02-26Un-inline fd*Digest()Panu Matilainen1-1/+1
2008-02-15Shut up another case of FUSE mount stat whining (rhbz#432907)Panu Matilainen1-4/+9
2008-02-14Fix a bunch of string format mismatches found by gcc's variadic checksPanu Matilainen5-12/+12
2008-02-08Oops, package type in lead was reversed...Panu Matilainen1-1/+1
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen20-61/+70
2008-02-05Use rpmSigTag enum for signature tags everywhere, more or less..Panu Matilainen6-22/+52
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen15-61/+61
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen9-17/+18
2008-02-05Use rpm_flag_t for header generic bitfields (file flags etc)Panu Matilainen6-18/+22
2008-02-05Couple of int -> rpmVSFlags type correctionsPanu Matilainen1-1/+1
2008-02-05Doxygen bits for rpmtypes, much to do stillPanu Matilainen1-9/+28
2008-02-05A missed color type in rpmds headerPanu Matilainen1-1/+1
2008-02-05Split non-cli verify bits from rpmcli to separate headerPanu Matilainen2-76/+95
2008-02-05More rpm-headerdata types: rpm_dev_t and rpm_ino_t, use where spottedPanu Matilainen4-5/+7
2008-02-05Add rpm_rdev_t type for rdev entriesPanu Matilainen5-7/+8
2008-02-05Add rpm_mode_t type, use where spottedPanu Matilainen7-20/+21
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen17-63/+65
2008-02-05Port some rpmds improvements from rpm5.orgPanu Matilainen7-163/+162
2008-02-05Rip the horrible (ia64) autorelocate kludgery. RIP.Panu Matilainen5-96/+0
2008-02-05Use helper function to eliminate some copy-paste codePanu Matilainen1-75/+42
2008-02-04Make check-programs build again, assorted type-fiddlings..Panu Matilainen3-3/+3
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen8-9/+10
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen20-38/+40
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen6-26/+17
2008-02-03Use rpmTag etc enums for rpmTagGet*() functionsPanu Matilainen1-3/+3
2008-02-03Stuff signature tags to rpmtag.h along with other tags, add enum typedefPanu Matilainen2-19/+19
2008-02-01Move platform specific macros under RPMCONFIGDIR/platform/Panu Matilainen1-1/+1
2008-02-01Ditch the "system" %_topdir, default to ~/rpmbuild insteadPanu Matilainen1-1/+1
2008-02-01Don't close GPG/PGP stdin to avoid harmless warning (rhbz#197602)Panu Matilainen1-2/+0
2008-01-30Add rpmtypes to doxygen, with todo reminders..Panu Matilainen1-0/+3