Age | Commit message (Expand) | Author | Files | Lines |
2008-08-08 | Remember to free up resources from matchpathcon_init() | Panu Matilainen | 1 | -0/+4 |
2008-08-08 | Fix check for nocontext flag | Panu Matilainen | 1 | -2/+2 |
2008-08-08 | Plug memleak from %pretrans | Panu Matilainen | 1 | -1/+1 |
2008-07-04 | Enforce conflicts on colorless files always | Panu Matilainen | 1 | -6/+0 |
2008-07-03 | Make all transaction callback notifications go through rpmtsNotify() | Panu Matilainen | 1 | -22/+11 |
2008-06-25 | Fix handling of "%posttrans -p /xxx" with no body (Pascal Rigaux) | Panu Matilainen | 1 | -1/+1 |
2008-06-13 | Minimally convert handleInstInstalledFiles() to new headerGet() | Panu Matilainen | 1 | -4/+5 |
2008-06-12 | Make rpmfiFSize() return rpm_loff_t type, fixup callers | Panu Matilainen | 1 | -2/+3 |
2008-06-02 | On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistency | Panu Matilainen | 1 | -1/+1 |
2008-06-02 | Make handleOverlappedFiles() honor rpmfi digest algorithm | Panu Matilainen | 1 | -6/+10 |
2008-05-15 | Dumb segfault in %posttrans | Panu Matilainen | 1 | -0/+1 |
2008-05-12 | Fixup paths and Makefiles for rpmdb/ elimination | Panu Matilainen | 1 | -2/+2 |
2008-05-02 | Check for arch compatibility on multilib too | Panu Matilainen | 1 | -1/+1 |
2008-04-30 | Don't use alloca() in fpsCompare() | Jindrich Novy | 1 | -13/+17 |
2008-04-25 | Replace alloca() + memset() with xcalloc() in skipFiles() | Panu Matilainen | 1 | -4/+4 |
2008-04-24 | Add rpmteEVR() function | Panu Matilainen | 1 | -4/+1 |
2008-04-24 | I'm out of words for this one. | Panu Matilainen | 1 | -10/+1 |
2008-04-24 | Check for chroot() result in rpmtsRun() | Panu Matilainen | 1 | -1/+4 |
2008-04-17 | Eliminate splitString() and freeSplitString() | Panu Matilainen | 1 | -7/+9 |
2008-04-04 | Rename currentDirectory() to rpmGetCwd() and move to librpmio | Panu Matilainen | 1 | -2/+1 |
2008-03-17 | Refactor running of pre/post scriptlets out of rpmtsRun() | Panu Matilainen | 1 | -108/+96 |
2008-03-17 | Remove repackage support to finish off with rollback | Panu Matilainen | 1 | -52/+0 |
2008-03-17 | Remove rollback support | Panu Matilainen | 1 | -1/+0 |
2008-03-17 | Remove support for automatic rollback on failure | Panu Matilainen | 1 | -590/+1 |
2008-03-07 | Log message adjustments | Panu Matilainen | 1 | -25/+25 |
2008-02-14 | Fix a bunch of string format mismatches found by gcc's variadic checks | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Yet another typedef for transaction ID, use where spotted | Panu Matilainen | 1 | -3/+3 |
2008-02-05 | Use rpm_flag_t for header generic bitfields (file flags etc) | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Add rpm_mode_t type, use where spotted | Panu Matilainen | 1 | -4/+4 |
2008-02-05 | Add rpm_color_t type for rpm color bits, use where spotted | Panu Matilainen | 1 | -10/+10 |
2008-01-30 | Include spring-cleaning | Panu Matilainen | 1 | -13/+6 |
2008-01-30 | Use rpmsenseFlags type for dependency flags everywhere (hopefully) | Panu Matilainen | 1 | -1/+1 |
2008-01-30 | rpmlib.h mass eviction | Panu Matilainen | 1 | -1/+1 |
2008-01-02 | Assorted int -> size_t corrections for string lengths | Panu Matilainen | 1 | -6/+6 |
2007-12-19 | Add rpm_data_t (and _constdata_t) for header data, use everywhere | Panu Matilainen | 1 | -2/+2 |
2007-12-19 | Const-pedantry here and there... | Panu Matilainen | 1 | -3/+4 |
2007-12-17 | Make psm opaque, add minimal methods to cover internal needs | Panu Matilainen | 1 | -12/+7 |
2007-12-17 | transaction.c doesn't need fsm.h, rpmfi_internal does | Panu Matilainen | 1 | -1/+0 |
2007-12-15 | Remove bogus const from rpmGetPath() temporary targets | Panu Matilainen | 1 | -1/+1 |
2007-12-14 | Bogus const removal continued... | Panu Matilainen | 1 | -5/+5 |
2007-12-14 | More size_t type pedantry | Panu Matilainen | 1 | -4/+4 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -8/+8 |
2007-12-04 | Eliminate debug junk from the API | Panu Matilainen | 1 | -1/+1 |
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 | Move hGet*() funcs from rpmts, rename to headerGet*() | Panu Matilainen | 1 | -2/+2 |
2007-11-30 | Move logging related macros rpmlog, adjust includes | Panu Matilainen | 1 | -0/+1 |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 1 | -8/+8 |
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/+2 |