Age | Commit message (Expand) | Author | Files | Lines |
2008-10-30 | Add couple of new rpmfi flags for file classes and file depends | Panu Matilainen | 1 | -0/+2 |
2008-10-30 | Turn rpmfiNew() scareMem argument into bitfield of flags | Panu Matilainen | 1 | -2/+7 |
2008-10-29 | Add fsm and rpmfi machinery for file capabilities | Panu Matilainen | 1 | -0/+9 |
2008-06-12 | Make rpmfiFSize() return rpm_loff_t type, fixup callers | Panu Matilainen | 1 | -1/+1 |
2008-06-10 | Eliminate rpmfiBuildFNames() from the API | Panu Matilainen | 1 | -20/+0 |
2008-06-02 | Add rpmfiFDigestHex() for converting the binary digest to hex | Panu Matilainen | 1 | -0/+11 |
2008-06-02 | Mark rpmfiMD5() deprecated | Panu Matilainen | 1 | -1/+2 |
2008-06-02 | On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistency | Panu Matilainen | 1 | -1/+1 |
2008-06-02 | More preliminaries for non-md5 file checksums | Panu Matilainen | 1 | -0/+10 |
2008-05-21 | Eliminate rpmfiBuildFClasses() and rpmfiBuildFDepts() from the API+ABI | Panu Matilainen | 1 | -26/+0 |
2008-04-24 | Remove meaningless extern on function declarations in headers | Panu Matilainen | 1 | -9/+9 |
2008-03-24 | Remove bogus const from rpmRelocation struct | Panu Matilainen | 1 | -2/+2 |
2008-02-05 | Mass convert (back) to rpmTag as it's usable everywhere now | Panu Matilainen | 1 | -3/+3 |
2008-02-05 | Use rpm_flag_t for header generic bitfields (file flags etc) | Panu Matilainen | 1 | -2/+3 |
2008-02-05 | More rpm-headerdata types: rpm_dev_t and rpm_ino_t, use where spotted | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Add rpm_rdev_t type for rdev entries | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Add rpm_mode_t type, use where spotted | Panu Matilainen | 1 | -2/+2 |
2008-02-05 | Add rpm_color_t type for rpm color bits, use where spotted | Panu Matilainen | 1 | -2/+2 |
2008-02-04 | Add rpm_time_t type for time types (in headers), use where spotted | Panu Matilainen | 1 | -1/+1 |
2008-02-04 | Add rpm_off_t type for file size types, use where spotted | Panu Matilainen | 1 | -1/+1 |
2008-01-30 | Stick relocation struct to rpmfi, typedef to rpmtypes... | Panu Matilainen | 1 | -0/+8 |
2008-01-30 | Remove bunch of unnecessary rpmlib.h includes | Panu Matilainen | 1 | -1/+1 |
2008-01-02 | Signedness consistency in rpmfi interface vs internal structures | Panu Matilainen | 1 | -7/+7 |
2007-12-13 | Use rpm_tag_t everywhere for rpm (header) tag type | Panu Matilainen | 1 | -3/+3 |
2007-12-13 | Use rpm_count_t everywhere for header data count | Panu Matilainen | 1 | -2/+2 |
2007-12-13 | Use rpm_count_t everywhere for header data count | Panu Matilainen | 1 | -3/+3 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -1/+1 |
2007-12-04 | Eliminate debug junk from the API | Panu Matilainen | 1 | -22/+0 |
2007-12-02 | Move file action enums to rpmfi where they logically belong | Panu Matilainen | 1 | -0/+21 |
2007-12-02 | Move RPMFILE_* file attributes to rpmfi.h | Panu Matilainen | 1 | -0/+22 |
2007-12-03 | Split rpmfi internals to separate header | Panu Matilainen | 1 | -126/+0 |
2007-12-02 | Move file state defs to rpmfi where they logically belong | Panu Matilainen | 1 | -0/+12 |
2007-12-02 | Move file type enums to rpmfi where it logically belongs | Panu Matilainen | 1 | -0/+17 |
2007-11-27 | Move rpmfiBuildFNames() to rpmfi now that it's possible | Panu Matilainen | 1 | -0/+20 |
2007-11-23 | Add doxygen grouping to rpmfi methods | Panu Matilainen | 1 | -42/+42 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -1/+1 |
2007-10-26 | Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead. | Ralf Corsépius | 1 | -34/+34 |
2007-10-08 | Make headers self-contained. | Ralf Corsépius | 1 | -0/+2 |
2007-10-08 | 'Adjust extern C {} blocks.' | Ralf Corsépius | 1 | -4/+4 |
2007-09-26 | Rename whatis() to rpmfiWhatis() for namespacing | Panu Matilainen | 1 | -1/+1 |
2007-09-20 | Rename public fileAction* type to rpmFileAction for namespacing | Panu Matilainen | 1 | -3/+3 |
2007-09-20 | Rename fileTypes(_e) to rpmFileTypes for namespacing | Panu Matilainen | 1 | -1/+1 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -173/+58 |
2007-09-03 | Rip out unnecessary selinux babbage. | Panu Matilainen | 1 | -41/+0 |
2007-08-09 | Avoid unnecessary .rpmnew and .rpmsave files (rhbz#128622) | Panu Matilainen | 1 | -0/+8 |
2007-07-12 | Pull in rpmfi int_32 -> uint_32 changes from rpm5.org. | Panu Matilainen | 1 | -3/+3 |
2007-07-10 | Remove const type-qualifiers from function return types everywhere. | Panu Matilainen | 1 | -1/+1 |
2005-02-10 | - perform callbacks as always (#147537). | jbj | 1 | -0/+9 |
2004-04-01 | revert buildtime tie breaking, not the right thing to do. | jbj | 1 | -2/+3 |
2004-03-28 | - scareMem = 0 everywhere, document deprecation phase out. | jbj | 1 | -0/+1 |