Age | Commit message (Expand) | Author | Files | Lines |
2009-02-16 | -Merge rpmInstallInterfaceFlags_e and rpmEraseInterfaceFlags_e to rpmInstallF... | Rakesh Pandit | 1 | -10/+9 |
2009-02-12 | Only initialize file capability cache if actually needed | Panu Matilainen | 1 | -1/+1 |
2009-02-11 | Be more careful about errors in lua rpm vercmp() | Panu Matilainen | 1 | -5/+6 |
2009-02-06 | Bump FileDigests rpmlib dependency version | Panu Matilainen | 1 | -1/+1 |
2009-02-05 | Use per-rpmfi string cache for file capability strings | Panu Matilainen | 2 | -4/+8 |
2009-02-05 | rpmfi is only needed by verifyHeader(), push it there | Panu Matilainen | 1 | -33/+25 |
2009-01-30 | Undo tag clash on RPMTAG_FILEDIGESTALGO[S] with rpm5.org | Panu Matilainen | 1 | -1/+2 |
2009-01-30 | Try to play nice with OpenPKG (rpm5.org) packages (rhbz#478907) | Panu Matilainen | 2 | -15/+14 |
2009-01-28 | Don't throw away modified config files on cross-hash upgrades (rhbz#479869) | Panu Matilainen | 1 | -2/+2 |
2009-01-28 | Honor rpmtd type, not tag type, in rpmtdClass() (ticket #25) | Panu Matilainen | 1 | -1/+1 |
2009-01-28 | Add API for getting the class of tag type directly | Panu Matilainen | 2 | -2/+14 |
2009-01-27 | Add RPMTAG_SOURCERPM to gpg-pubkeys in rpmdb | Panu Matilainen | 1 | -0/+1 |
2009-01-23 | Update dbi tag names for Filemd5s -> Filedigests change, oops.. | Panu Matilainen | 1 | -1/+1 |
2009-01-22 | Return NULL instead of blowing up on invalid rpmpsGetProblem() | Panu Matilainen | 1 | -1/+1 |
2009-01-20 | Add a bit of documentation for headerGet() flags | Panu Matilainen | 1 | -2/+11 |
2009-01-20 | Grab dependency name & version strings as argv-style arrays | Panu Matilainen | 1 | -1/+1 |
2009-01-20 | Add headerGet() flag to request argv-style NULL-terminated string arrays | Panu Matilainen | 3 | -2/+9 |
2009-01-20 | rpmdsMerge() expects ds->N and ds->EVR as argv-style arrays (ticket #22) | Panu Matilainen | 1 | -26/+6 |
2009-01-19 | Don't segfault on "" rcfiles argument (spotted by Pixel) | Panu Matilainen | 1 | -1/+1 |
2009-01-19 | Use temporary table for Depends DB in sqlite too (Olivier Thauvin) | Panu Matilainen | 1 | -2/+4 |
2009-01-19 | Fix segfault if ts rootdir is NULL (Pixel) | Panu Matilainen | 1 | -1/+1 |
2009-01-19 | Fix memleak from i18n strings if retrieved with HEADERGET_ALLOC | Panu Matilainen | 1 | -0/+1 |
2009-01-17 | Make it possible to disable %pre- and %posttrans scriptlets (rhbz#475582) | Panu Matilainen | 1 | -3/+3 |
2009-01-16 | Add getenv macro, use instead of $(echo $HOME) for defauls | Panu Matilainen | 1 | -1/+1 |
2009-01-15 | Add extra parameter to rpmteClose() to control fi behavior | Panu Matilainen | 4 | -7/+10 |
2009-01-14 | Add central Lua shutdown function and use it | Panu Matilainen | 3 | -0/+12 |
2009-01-14 | Add librpm level lua extension stub | Panu Matilainen | 4 | -3/+50 |
2009-01-14 | Add rpmluaGetGlobalState() to internal lua api | Panu Matilainen | 1 | -1/+1 |
2009-01-14 | Actually check for dbenv->failchk() exit code | Panu Matilainen | 1 | -0/+3 |
2009-01-12 | Make the data array part of the hash bucket to save one pointer per bucket | Florian Festi | 1 | -16/+22 |
2009-01-09 | Implement dbiGet and dbiPut as normal function | Florian Festi | 2 | -20/+28 |
2009-01-09 | Remove unused database intex functions: dbiCdup, dbiAssociate, dbiPget, dbiJoin | Florian Festi | 3 | -248/+2 |
2009-01-08 | Delay NSS initialization until actually used | Panu Matilainen | 2 | -4/+3 |
2009-01-08 | Make rpm_tid_t unsigned type to shut up remaining compiler warnings | Panu Matilainen | 3 | -4/+4 |
2009-01-07 | rpmRelocateFileList() doesn't need rpmte for anything, just file states | Panu Matilainen | 3 | -13/+14 |
2009-01-05 | Validate + sort relocations in rpmte at create time | Panu Matilainen | 3 | -149/+134 |
2009-01-05 | Split saving relocations to header out of relocateFileList() | Panu Matilainen | 1 | -28/+24 |
2009-01-05 | Split sorting out of relocateFileList() | Panu Matilainen | 1 | -18/+22 |
2009-01-05 | Split RPMTAG_INSTPREFIXES addition out of relocateFileList() | Panu Matilainen | 1 | -32/+36 |
2009-01-05 | Relocation needs to be called even if no relocs specified | Panu Matilainen | 1 | -1/+1 |
2009-01-05 | Eliminate header magic duplication all over the place, export it | Panu Matilainen | 5 | -32/+23 |
2009-01-05 | Use enumeration for header flags | Panu Matilainen | 1 | -5/+8 |
2009-01-05 | Remove unnecessary HEADER_FOOTAG definitions | Panu Matilainen | 2 | -8/+2 |
2009-01-02 | rpmte struct is now fully opaque throughout rpm | Panu Matilainen | 2 | -53/+53 |
2009-01-02 | Use rpmteSetFd() instead of direct access to rpmte structure | Panu Matilainen | 1 | -2/+2 |
2009-01-02 | Add rpmteSetFd() (internal) function | Panu Matilainen | 2 | -0/+14 |
2008-12-22 | Eliminate silly and now unnecessary rpmts(Set)RelocateElement() stuff | Panu Matilainen | 3 | -30/+1 |
2008-12-22 | Perform relocations from rpmte instead of rpmfi | Panu Matilainen | 4 | -39/+30 |
2008-12-19 | Perform relocations *before* filling out rpmfi structure | Panu Matilainen | 1 | -25/+9 |
2008-12-19 | Avoid a whole lotta shuffling wrt file info header | Panu Matilainen | 1 | -27/+11 |