Age | Commit message (Expand) | Author | Files | Lines |
2023-11-16 | Upgrade version to 4.14tizen/4.14.1.1.tizen20230628 | wangbiao | 1 | -603/+1605 |
2013-01-31 | Restore legacy behavior on %ghost %config erasure, mostly | Panu Matilainen | 1 | -2/+15 |
2012-10-26 | Eliminate static "misc stuff pool" from rpmfi | Panu Matilainen | 1 | -13/+6 |
2012-10-19 | Dont bother with digest and link comparisons if size differs, part II | Panu Matilainen | 1 | -0/+5 |
2012-10-19 | Dont bother with %config digests on conflicts if size differs | Panu Matilainen | 1 | -0/+6 |
2012-10-08 | Don't bother calculating digests of %ghost %config files | Panu Matilainen | 1 | -1/+2 |
2012-09-18 | Unbreak fingerprinting when called twice for the same transaction set | Panu Matilainen | 1 | -1/+4 |
2012-09-14 | Make fingerprint struct opaque outside fprint.c | Panu Matilainen | 1 | -6/+2 |
2012-09-14 | Change fpLookupList() to return malloced memory | Panu Matilainen | 1 | -2/+2 |
2012-09-12 | Allow keeping hash table around on pool freeze, adjust callers | Panu Matilainen | 1 | -1/+1 |
2012-09-12 | Add getters for rpmfi base- and directory name pool id's | Panu Matilainen | 1 | -0/+22 |
2012-09-12 | Add getter methods for rpmds and rpmfi string pool handle | Panu Matilainen | 1 | -0/+5 |
2012-09-11 | Rename td2pool as rpmtdToPool, export and optimize | Panu Matilainen | 1 | -13/+3 |
2012-09-08 | Switch file info set base- and dirnames storage to string pool | Panu Matilainen | 1 | -16/+19 |
2012-09-08 | Clean up file info set creation, comment | Panu Matilainen | 1 | -47/+62 |
2012-09-08 | Push the flag foo into rpmfiPopulate(), explicit HEADERGET_ALLOC for others | Panu Matilainen | 1 | -9/+8 |
2012-09-08 | Always allocate directory index data | Panu Matilainen | 1 | -2/+2 |
2012-09-08 | Refactor the big rpmfiNewPool() to two separate pieces | Panu Matilainen | 1 | -37/+49 |
2012-09-07 | Split the tagdata -> pool population to another helper function | Panu Matilainen | 1 | -8/+12 |
2012-09-07 | Add an alternative rpmfi constructor to allow shared pool usage | Panu Matilainen | 1 | -3/+11 |
2012-09-07 | Axe the no longer needed rpmfi string "cache" stuff | Panu Matilainen | 1 | -79/+0 |
2012-09-07 | Use string pool for file set symlinks | Panu Matilainen | 1 | -6/+8 |
2012-09-07 | Replace user- and groupname + file lang caches with a global stringpool | Panu Matilainen | 1 | -11/+30 |
2012-09-07 | Dont bother with file capability "cache" | Panu Matilainen | 1 | -6/+3 |
2012-08-30 | Avoid unnecessary calculations on %ghost %config | Panu Matilainen | 1 | -0/+6 |
2012-08-30 | Fix memleak regresssion in rpmfiDecideFateIndex() | Panu Matilainen | 1 | -24/+27 |
2012-08-23 | Axe the if-what jungle in rpmfiDecideFateIndex() | Panu Matilainen | 1 | -16/+3 |
2012-08-22 | Fix a massive memleak from rpmfiConfigConflictIndex() and optimize it | Panu Matilainen | 1 | -12/+25 |
2012-08-21 | Polish the symlink config file comparison a bit | Panu Matilainen | 1 | -2/+14 |
2012-08-21 | Polish the regular config file comparison a bit | Panu Matilainen | 1 | -6/+15 |
2012-08-21 | Cosmetics: compare memcmp() return code explicitly | Panu Matilainen | 1 | -4/+4 |
2012-08-20 | Dont create redundant %config backups when on-disk content is same as new | Panu Matilainen | 1 | -1/+7 |
2012-08-20 | Cosmetics: remove unnecessary line-wrap | Panu Matilainen | 1 | -2/+1 |
2012-04-16 | Axe unused leftover variable | Panu Matilainen | 1 | -1/+0 |
2012-04-13 | Raise file conflicts on differing device node numbers | Panu Matilainen | 1 | -0/+3 |
2012-04-13 | Raise file conflicts on differing permissions (user, group, mode) | Panu Matilainen | 1 | -3/+10 |
2012-04-12 | Change rpmfi replaced size functions to take index | Panu Matilainen | 1 | -6/+6 |
2012-04-12 | Add rpmfiFooIndex() variants for the conflict handling methods | Panu Matilainen | 1 | -24/+43 |
2012-04-12 | Make rpmfiFNIndex() safe for callers on different indexes | Panu Matilainen | 1 | -22/+16 |
2012-04-04 | Remove unused scareFlags member from rpmfi struct | Panu Matilainen | 1 | -1/+0 |
2012-01-28 | Test for filename triplet sanity in rpmfiNew() | Panu Matilainen | 1 | -0/+15 |
2012-01-28 | xcalloc() cannot return NULL, remove redundant check | Panu Matilainen | 1 | -5/+1 |
2012-01-11 | Eliminate no longer needed RPMFI_ISBUILD and RPMFI_ISSOURCE internal flags | Panu Matilainen | 1 | -2/+0 |
2012-01-11 | Turn FSM into a blackbox, much like PSM is | Panu Matilainen | 1 | -25/+0 |
2012-01-11 | Eliminate archiveSize member from rpmfi | Panu Matilainen | 1 | -8/+0 |
2012-01-11 | Explicitly tell rpmfiNew() when its being used for build | Panu Matilainen | 1 | -6/+1 |
2011-10-23 | Fix unterminated buffer after readlink() call | Thomas Jarosch | 1 | -2/+6 |
2011-05-28 | Eliminate dead NULL-assignments at scope-end in librpm, part IV | Panu Matilainen | 1 | -1/+1 |
2011-03-17 | Fix couple of incorrect sizeof() uses | Panu Matilainen | 1 | -1/+1 |
2010-10-22 | Eliminate pgpHashAlgo uses in librpm side | Panu Matilainen | 1 | -9/+9 |