Age | Commit message (Expand) | Author | Files | Lines |
2008-04-30 | Lazily copy basenames in relocation if needed | Panu Matilainen | 1 | -19/+34 |
2008-04-30 | Simplify relocation directory name manipulation | Panu Matilainen | 1 | -9/+3 |
2008-04-30 | Allocate relocation dirnames on heap, not stack | Panu Matilainen | 1 | -5/+13 |
2008-04-30 | Begin untangling relocation alloca()'s | Panu Matilainen | 1 | -2/+6 |
2008-04-25 | Reduce alloca() use in relocateFileList() | Panu Matilainen | 1 | -5/+7 |
2008-04-24 | Remove bogus const from rpmfi pre- and posttrans members | Panu Matilainen | 1 | -4/+4 |
2008-04-08 | Eliminate four copy-paste versions of nibble(), stick to rpmstring.h | Panu Matilainen | 1 | -17/+1 |
2008-03-07 | Log message adjustments | Panu Matilainen | 1 | -7/+7 |
2008-02-05 | Mass convert (back) to rpmTag as it's usable everywhere now | Panu Matilainen | 1 | -5/+5 |
2008-02-05 | Use rpmTagType always now that it's available everywhere | Panu Matilainen | 1 | -3/+3 |
2008-02-05 | Use rpm_flag_t for header generic bitfields (file flags etc) | Panu Matilainen | 1 | -7/+7 |
2008-02-05 | More rpm-headerdata types: rpm_dev_t and rpm_ino_t, use where spotted | Panu Matilainen | 1 | -3/+3 |
2008-02-05 | Add rpm_rdev_t type for rdev entries | Panu Matilainen | 1 | -3/+3 |
2008-02-05 | Add rpm_mode_t type, use where spotted | Panu Matilainen | 1 | -6/+6 |
2008-02-05 | Add rpm_color_t type for rpm color bits, use where spotted | Panu Matilainen | 1 | -6/+6 |
2008-02-05 | Rip the horrible (ia64) autorelocate kludgery. RIP. | Panu Matilainen | 1 | -55/+0 |
2008-02-04 | Add rpm_time_t type for time types (in headers), use where spotted | Panu Matilainen | 1 | -2/+2 |
2008-02-04 | Add rpm_off_t type for file size types, use where spotted | Panu Matilainen | 1 | -2/+2 |
2008-01-30 | Include spring-cleaning | Panu Matilainen | 1 | -10/+6 |
2008-01-30 | rpmlib.h mass eviction | Panu Matilainen | 1 | -1/+0 |
2008-01-25 | Permit conflicting ghost files | Panu Matilainen | 1 | -0/+3 |
2008-01-02 | Revert rpmfi bits from 01cd03ea8f8a | Panu Matilainen | 1 | -3/+3 |
2008-01-02 | Signedness consistency in rpmfi interface vs internal structures | Panu Matilainen | 1 | -17/+17 |
2008-01-02 | Assorted int -> size_t corrections for string lengths | Panu Matilainen | 1 | -3/+3 |
2007-12-19 | Add rpm_data_t (and _constdata_t) for header data, use everywhere | Panu Matilainen | 1 | -39/+39 |
2007-12-17 | Use constfree for rpmfi internals for now | Panu Matilainen | 1 | -15/+15 |
2007-12-15 | Another bunch of bogus const removals | Panu Matilainen | 1 | -1/+1 |
2007-12-13 | Use rpm_tagtype_t everywhere for rpm (header) tagtype type | Panu Matilainen | 1 | -15/+15 |
2007-12-13 | Use rpm_tag_t everywhere for rpm (header) tag type | Panu Matilainen | 1 | -5/+5 |
2007-12-13 | Use rpm_count_t everywhere for header data count | Panu Matilainen | 1 | -3/+3 |
2007-12-13 | Use rpm_count_t everywhere for header data count | Panu Matilainen | 1 | -9/+6 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -7/+7 |
2007-12-04 | Eliminate debug junk from the API | Panu Matilainen | 1 | -4/+4 |
2007-12-03 | Split rpmte internals to separate header | Panu Matilainen | 1 | -2/+1 |
2007-12-03 | Split rpmfi internals to separate header | Panu Matilainen | 1 | -2/+1 |
2007-12-01 | Use headerIsSource() everywhere for determining package type | Panu Matilainen | 1 | -1/+1 |
2007-11-30 | Move logging related macros rpmlog, adjust includes | Panu Matilainen | 1 | -0/+1 |
2007-11-27 | Move rpmfiBuildFNames() to rpmfi now that it's possible | Panu Matilainen | 1 | -0/+56 |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 1 | -2/+2 |
2007-11-22 | Calculating file checksums aint legacy activity | Panu Matilainen | 1 | -3/+4 |
2007-11-23 | Move string helpers from lib/misc.h to rpmio/rpmstring.h | Panu Matilainen | 1 | -1/+1 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -6/+6 |
2007-11-01 | Remove two unnecessary legacy.h includes | Panu Matilainen | 1 | -1/+0 |
2007-10-28 | Include "rpmlib.h" instead of <rpmlib.h>. | 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 | -38/+38 |
2007-10-24 | Use NEVRA, not NEVR everywhere for rpmProblems | Panu Matilainen | 1 | -1/+1 |
2007-10-22 | Remove bunch of unnecessary rpmio_internal includes | Panu Matilainen | 1 | -1/+0 |
2007-10-09 | Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG | Panu Matilainen | 1 | -7/+7 |
2007-10-09 | Replace all rpmMessage() uses with rpmlog() | Panu Matilainen | 1 | -7/+7 |
2007-09-26 | Rename whatis() to rpmfiWhatis() for namespacing | Panu Matilainen | 1 | -9/+9 |