Age | Commit message (Expand) | Author | Files | Lines |
2001-08-03 | lclint clean again. | jbj | 1 | -0/+4 |
2001-08-03 | - fix: i18n tags not terminated correctly with NUL (#50304). | jbj | 1 | -1/+1 |
2001-07-28 | - fix: --noscripts is another multimode option. | jbj | 1 | -0/+9 |
2001-07-19 | - fix: 4 memory leaks eliminated. | jbj | 1 | -1/+1 |
2001-06-19 | - make package ordering loop messages debug, not warning. | jbj | 1 | -1/+35 |
2001-06-17 | Sync with rpm-4_0 branch. | jbj | 1 | -1/+1 |
2001-06-15 | - fix: db1 end-of-file not detected in legacy compatible way. | jbj | 1 | -7/+5 |
2001-06-13 | - add rpmdbSetIteratorRE() for regex matching in database iterators. | jbj | 1 | -2/+7 |
2001-06-12 | - remove dead code frpm popt table reorg. | jbj | 1 | -11/+13 |
2001-06-06 | - permit duplicates for btree indices. | jbj | 1 | -4/+1 |
2001-06-05 | - fix typos in linux.{req,prov}. | jbj | 1 | -28/+78 |
2001-06-04 | lclint fiddles. | jbj | 1 | -14/+20 |
2001-05-23 | - headerFree() returns NULL, _free is C++ safe. | jbj | 1 | -15/+16 |
2001-05-11 | - rpm database has rpm.rpm g+w permissions to share db3 mutexes. | jbj | 1 | -1/+1 |
2001-05-05 | - enough lclint annotations and fiddles already. | jbj | 1 | -1/+1 |
2001-05-03 | - still more boring lclint annotations and fiddles. | jbj | 1 | -10/+32 |
2001-04-30 | - yet more boring lclint annotations and fiddles. | jbj | 1 | -39/+39 |
2001-04-29 | - more boring lclint annotations and fiddles. | jbj | 1 | -41/+52 |
2001-04-29 | - transaction iterator(s) need to run in reverse order on pure erasures. | jbj | 1 | -2/+2 |
2001-04-29 | - globalize _free(3) wrapper in rpmlib.h, consistent usage throughout. | jbj | 1 | -15/+4 |
2001-04-26 | - fix: ineeded count wrong for overlapped, created files. | jbj | 1 | -1/+0 |
2001-04-21 | Sync with rpm-4_0 branch. | jbj | 1 | -8/+8 |
2001-04-03 | - fix: %_netsharedpath needs to look at basenames (#26561). | jbj | 1 | -63/+70 |
2001-04-03 | - fix: --relocate missing trailing slash (#28874,#25876). | jbj | 1 | -64/+149 |
2001-03-04 | - Add btree indexes for Dirnames, Requireversion, Provideversion, Insttaltid, | jbj | 1 | -1/+5 |
2001-03-02 | Add top level, external enties to psmStage(). | jbj | 1 | -3/+3 |
2001-02-27 | Sketch out PSM_t for package state machine. | jbj | 1 | -3/+12 |
2001-02-19 | 1st crack at --repackage. | jbj | 1 | -23/+9 |
2001-02-17 | Merge changes from rpm-4.0.2. | jbj | 1 | -19/+135 |
2001-02-12 | Add rpmRC return code type for the usual 0/1/2 codes. | jbj | 1 | -4/+5 |
2001-02-11 | 1st stab at --repackage. | jbj | 1 | -1/+18 |
2001-02-10 | Reorganize sources before implementing --repackage. | jbj | 1 | -7/+7 |
2001-02-08 | Move state machine drivers into fsmStage. | jbj | 1 | -4/+4 |
2001-02-04 | revert speedup on commit if same perms, there's more to do. | jbj | 1 | -17/+15 |
2001-01-29 | Commit to install file state machine. | jbj | 1 | -20/+0 |
2001-01-27 | 1st crack at a payload unpack state machine. | jbj | 1 | -2/+2 |
2001-01-26 | lclint annotations. | jbj | 1 | -51/+50 |
2001-01-24 | Add rollback.h, 1st attempt to rationalize TFI_t. | jbj | 1 | -195/+27 |
2001-01-23 | Rip out cpioFileMap. | jbj | 1 | -75/+72 |
2001-01-23 | Expose loadFi/freeFi. | jbj | 1 | -82/+120 |
2001-01-22 | Make cpio maps totally opaque. | jbj | 1 | -0/+1 |
2001-01-21 | Make cpio mappings opaque. | jbj | 1 | -76/+6 |
2001-01-21 | - cpio mappings carry dirname/basename, not absolute path. | jbj | 1 | -115/+203 |
2001-01-15 | - fix: extra newline in many error messages (#23947). | jbj | 1 | -0/+4 |
2001-01-09 | - tsorted packages processed in successor count order. | jbj | 1 | -139/+189 |
2000-12-29 | - fix: avoid FAT and other brain-dead file systems that have not inodes. | jbj | 1 | -5/+14 |
2000-12-21 | - fix: removed headers from db need a headerCopy(). | jbj | 1 | -1/+1 |
2000-12-19 | - identify install scriptlet failures with the name of the scriptlet. | jbj | 1 | -0/+3 |
2000-12-14 | - fix: segfault on build path, ignore deleted drips. | jbj | 1 | -1/+1 |
2000-12-13 | - fix: (transaction.c) assume file state normal if tag is missing. | jbj | 1 | -1/+2 |