summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen20-61/+70
- cast away a few cases where the enum usage causes ridiculous amount of compiler warnings from unhandled switch-cases
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
- RPM_MASK_TYPE is not a datatype, move it out of the enum - add missing cases python header handling to shut up gcc
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen9-17/+18
- most remaining [u]int16|32 uses are indexes and such, ie actual numbers
2008-02-05Use rpm_flag_t for header generic bitfields (file flags etc)Panu Matilainen6-18/+22
- additionally use rpmfileAtts / rpmVerifyFlags consistently where appropriate
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
- both hardwired to 32bit internally
2008-02-05Add rpm_rdev_t type for rdev entriesPanu Matilainen5-7/+8
- rdev is 16bit whereas dev is 32bit, eww...
2008-02-05Add rpm_mode_t type, use where spottedPanu Matilainen7-20/+21
- bring the types under some sort of control, previously mixture of int16_t, uint16_t and unsigned short was used..
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
- rpmlib provides as rpmds, lose the special case hackery - new functions rpmdsRpmlib() and rpmdsSearch() + python bindings for them
2008-02-05Rip the horrible (ia64) autorelocate kludgery. RIP.Panu Matilainen5-96/+0
- we don't support relocated x86 on ppc in qemu either...
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
- easy to spot, easy to change... - time_t size can vary, header data needs fixed size
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen20-38/+40
- preliminaries for bumping up the max size, use rpm-specific type as off_t size varies, header data needs fixed size
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen6-26/+17
- permits header.h to use the tag types - revert other includes back to header.h, more crazy #include churn... - rpmTagTable etc in header.h for now, don't really belong there but...
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
- reduce the clutter in RPMCONFIGDIR, nicer for packaging too..
2008-02-01Ditch the "system" %_topdir, default to ~/rpmbuild insteadPanu Matilainen1-1/+1
- building as root should be discouraged and /usr/src for building stuff is horribly wrong anyway
2008-02-01Don't close GPG/PGP stdin to avoid harmless warning (rhbz#197602)Panu Matilainen1-2/+0
- patch from rpm5.org
2008-01-30Add rpmtypes to doxygen, with todo reminders..Panu Matilainen1-0/+3
2008-01-30Include spring-cleaningPanu Matilainen31-94/+81
- put some consistency into include ordering - everything (apart from bits missed ;) is now ordered like this 1. "system.h" 2. other system includes 3. rpm public headers 4. rpm private headers 5. "debug.h"
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen9-26/+27
2008-01-30Use headerIsSource() instead of doing it manuallyPanu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen38-31/+46
- explicitly include what's really needed instead - document remaining uses
2008-01-30Move HGE and related prototypes to header.hPanu Matilainen1-75/+0
2008-01-30Move rpmTagType stuff to rpmtag.h now that they can movePanu Matilainen1-0/+51
2008-01-30Stick rpmCallbackType to rpmtypes too..Panu Matilainen2-4/+4
2008-01-30Add missing system includesPanu Matilainen2-0/+4
2008-01-30Stick relocation struct to rpmfi, typedef to rpmtypes...Panu Matilainen3-8/+9
2008-01-30Move FD_t to rpmtypes.h, used all over ..Panu Matilainen1-0/+2
2008-01-30Move rpmRC definition to rpmtypesPanu Matilainen2-11/+11
- lot of places drag in rpmlib.h just for that...
2008-01-30rpmgi.h doesn't need rpmte and rpmts headers, implementation doesPanu Matilainen2-2/+1
2008-01-30Remove bunch of unnecessary rpmlib.h includesPanu Matilainen10-12/+9
- replace with rpmtypes.h where needed
2008-01-30Move header and -iterator to rpmtypesPanu Matilainen1-0/+3
2008-01-30Move rpmalKey and rpmal to rpmtypesPanu Matilainen2-8/+3
2008-01-30Move fnpyKey typedef to rpmtypes, its widely used...Panu Matilainen2-2/+2
2008-01-30Move rpmts and other major data typedefs to rpmtypes from rpmlibPanu Matilainen2-42/+11
2008-01-30Add missing c++ ifdefs to rpmtag and rpmtypes headersPanu Matilainen2-0/+16
2008-01-30Move header tagdata types from header.h to rpmtypes.hPanu Matilainen1-0/+9
2008-01-30Add stub rpmtypes.h header stubPanu Matilainen1-0/+10
- place to stick in common typedefs to untangle header cross-include jungle
2008-01-30Remove fts flag API symbols from help messagesPanu Matilainen1-8/+8
- a --help message isn't an API reference...
2008-01-28More missing system includes for size_t & friendsPanu Matilainen1-0/+1
2008-01-25Don't reset target when reading included rpmrc's.Panu Matilainen1-0/+2
Doesn't seem to break anything and fixes rhbz#232429 AFAICT...
2008-01-25Bandaid patch for truncated error message in russian (mdvbz#31680)Panu Matilainen1-1/+1
Just up the stupid static reservation "high enuff" for now. asprintf() would be nice here but it's not at all portable, revisit later.