Age | Commit message (Expand) | Author | Files | Lines |
2012-02-08 | Add tag extension to calculate hardlink count for files | Panu Matilainen | 3 | -0/+24 |
2012-02-08 | Switch back to former, much smaller BDB memory pool size (RhBug:752897) | Panu Matilainen | 1 | -1/+1 |
2012-02-03 | Add --test option to rpmkeys | Panu Matilainen | 1 | -0/+5 |
2012-02-03 | Honor RPMTRANS_FLAG_TEST in rpmtsImportPubkey() | Panu Matilainen | 1 | -4/+6 |
2012-02-02 | Remove the arbitrary limitation on transaction keyring change | Panu Matilainen | 1 | -5/+1 |
2012-02-02 | Disable signature checking during database rebuild by default | Panu Matilainen | 1 | -1/+1 |
2012-02-02 | Use private environment for database rebuilds too, document | Panu Matilainen | 2 | -6/+9 |
2012-02-02 | Never load ts keyring if signature checking is disabled | Panu Matilainen | 2 | -11/+11 |
2012-02-01 | Don't free up file info sets on transaction test-runs | Panu Matilainen | 1 | -5/+7 |
2012-01-30 | Use rpmReadHeader() on signature checking path too | Panu Matilainen | 1 | -2/+4 |
2012-01-28 | Add a basic testcase for bogus filename triplet detection | Panu Matilainen | 1 | -1/+22 |
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-28 | Don't assume rpmfiNew() always succeeds | Panu Matilainen | 6 | -3/+25 |
2012-01-28 | Add a basic testcase for bogus (incomplete) header detection | Panu Matilainen | 1 | -0/+14 |
2012-01-28 | Add some basic sanity checks to rpmte creation, allow rpmteNew() to fail | Panu Matilainen | 1 | -3/+23 |
2012-01-28 | Don't assume rpmteNew() always succeeds, part III | Panu Matilainen | 1 | -4/+9 |
2012-01-28 | Move TR_ADDED file size init into addTE() | Panu Matilainen | 1 | -8/+4 |
2012-01-28 | Don't assume rpmteNew() always succeeds, part II | Panu Matilainen | 1 | -1/+7 |
2012-01-28 | Error out early if rpmdb open fails on upgrade element addition | Panu Matilainen | 1 | -13/+15 |
2012-01-28 | Don't assume rpmteNew() always succeeds, part I | Panu Matilainen | 1 | -6/+20 |
2012-01-17 | Axe unused cruft | Panu Matilainen | 1 | -4/+0 |
2012-01-17 | Kill off yet more repackage remnants from fsm | Panu Matilainen | 2 | -26/+3 |
2012-01-17 | Lift hard-link payload writing to helper function, fsmStage is big enough | Panu Matilainen | 1 | -29/+35 |
2012-01-17 | Eliminate FSM_WOPEN, FSM_WRITE and FSM_WCLOSE stages | Panu Matilainen | 2 | -47/+19 |
2012-01-17 | Eliminate FSM_ROPEN, FSM_READ and FSM_RCLOSE stages | Panu Matilainen | 2 | -50/+25 |
2012-01-17 | Eliminate file digest related members from fsm struct | Panu Matilainen | 2 | -29/+16 |
2012-01-16 | Eliminate the now obviously unnecessary opath member from fsm struct | Panu Matilainen | 2 | -7/+0 |
2012-01-16 | Avoid fsm->opath usage for symlink target | Panu Matilainen | 1 | -7/+4 |
2012-01-16 | Avoid fsm->opath usage in fsmMakeLinks() | Panu Matilainen | 1 | -8/+6 |
2012-01-16 | Remove unused FSM_MKLINKS stage | Panu Matilainen | 1 | -3/+0 |
2012-01-16 | Avoid fsm->opath usage in final file rename | Panu Matilainen | 1 | -6/+6 |
2012-01-16 | Eliminate unnecessary fsm->path/opath shuffle on unlink | Panu Matilainen | 1 | -14/+10 |
2012-01-16 | Eliminate unnecessary fsm->path/opath shuffle on backup renaming | Panu Matilainen | 1 | -10/+8 |
2012-01-16 | Eliminate unnecessary st_mode save-modify-restore on dir creation | Panu Matilainen | 1 | -5/+4 |
2012-01-16 | Eliminate unnecessary save-modify-restore around fsmUtime() | Panu Matilainen | 1 | -4/+1 |
2012-01-16 | Eliminate unnecessary save-modify-restore on fifo creation | Panu Matilainen | 1 | -4/+1 |
2012-01-13 | Move symlink() to separate helper function | Panu Matilainen | 1 | -5/+15 |
2012-01-13 | Eliminate stupid fsm->path/opath in FSM_COMMIT now that we can | Panu Matilainen | 1 | -12/+6 |
2012-01-13 | Blarg, stupid stupid mistake breaking symlink handling | Panu Matilainen | 1 | -1/+1 |
2012-01-13 | Only pass what little is actually needed in fsmMkdirs() | Panu Matilainen | 1 | -18/+16 |
2012-01-13 | Eliminate stupid fsm->sb.st_mode abuse from fsmMkdirs() | Panu Matilainen | 1 | -7/+4 |
2012-01-13 | Move mknod() to separate helper function | Panu Matilainen | 1 | -8/+18 |
2012-01-13 | Move mkfifo() to separate helper function | Panu Matilainen | 1 | -8/+17 |
2012-01-13 | Change fsmReadLink() to take "normal" arguments | Panu Matilainen | 1 | -14/+17 |
2012-01-13 | Change fsmUtime() to take "normal" arguments | Panu Matilainen | 1 | -7/+6 |
2012-01-13 | Change fsmChown(), fsmLChown() and fsmChmod() to take "normal" arguments | Panu Matilainen | 1 | -16/+15 |
2012-01-13 | Change fsmMkdir() to take "normal" arguments | Panu Matilainen | 1 | -5/+5 |
2012-01-13 | Change fsmStat() to take "normal" arguments | Panu Matilainen | 1 | -8/+10 |
2012-01-13 | Change fsmRename() to take "normal" arguments | Panu Matilainen | 1 | -18/+16 |