Age | Commit message (Expand) | Author | Files | Lines |
2001-02-10 | Reorganize sources before implementing --repackage. | jbj | 1 | -115/+0 |
2001-02-09 | fix: make a copy of retrieved header before loading. | jbj | 1 | -2/+1 |
2001-02-08 | Remove DEAD code. | jbj | 1 | -3/+0 |
2001-02-08 | Move state machine drivers into fsmStage. | jbj | 1 | -1/+19 |
2001-02-05 | fix: links weren't renamed correctly. | jbj | 1 | -1/+1 |
2001-01-29 | Commit to install file state machine. | jbj | 1 | -1/+1 |
2001-01-27 | 1st crack at a payload unpack state machine. | jbj | 1 | -102/+1 |
2001-01-26 | lclint annotations. | jbj | 1 | -2/+2 |
2001-01-25 | Isolate install/erase actions. | jbj | 1 | -87/+89 |
2001-01-24 | Add rollback.h, 1st attempt to rationalize TFI_t. | jbj | 1 | -112/+79 |
2001-01-21 | - cpio mappings carry dirname/basename, not absolute path. | jbj | 1 | -427/+10 |
2001-01-15 | - fix: extra newline in many error messages (#23947). | jbj | 1 | -10/+8 |
2000-12-19 | - identify install scriptlet failures with the name of the scriptlet. | jbj | 1 | -14/+44 |
2000-12-12 | Sync with rpm-4_0 branch. | jbj | 1 | -2/+3 |
2000-10-27 | - fix: runTriggers was not adding countCorrection. | jbj | 1 | -1/+3 |
2000-10-20 | - pass rpmTransactionSet, not elements, to installBinaryPackage et al. | jbj | 1 | -72/+66 |
2000-08-29 | - translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>). | jbj | 1 | -19/+19 |
2000-08-27 | Doxygen annotations. | jbj | 1 | -1/+5 |
2000-08-23 | doxygen/lclint annotations. | jbj | 1 | -23/+52 |
2000-08-20 | - add callbacks on package erasure. | jbj | 1 | -51/+41 |
2000-07-12 | - add S_ISLNK pre-transaction syscall test. | jbj | 1 | -2/+8 |
2000-07-11 | - remove build mode help from rpm.c, use rpmb instead. | jbj | 1 | -1/+6 |
2000-07-05 | - change optflags for i386. | jbj | 1 | -0/+1 |
2000-06-12 | Add dbcursor to dbi interface. | jbj | 1 | -3/+8 |
2000-05-07 | Repair rebuilddb lossage, removing debug messages and final copy on user msgs. | jbj | 1 | -9/+2 |
2000-04-27 | Sanity and API clean up. (make dist) | jbj | 1 | -2/+0 |
2000-04-27 | - API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd. | jbj | 1 | -6/+8 |
2000-04-19 | Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO. | jbj | 1 | -2/+2 |
2000-04-13 | The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}. | jbj | 1 | -73/+0 |
2000-04-13 | The death of rpmdbFindBy{Group,TriggeredBy,Header}. | jbj | 1 | -65/+102 |
2000-04-08 | Hash package headers using simple counter. | jbj | 1 | -52/+4 |
2000-04-07 | use "rpmdb db" consistently throughout, add doxygen tags. | jbj | 1 | -5/+40 |
2000-03-23 | - API: change dbi to pass by reference, not value. | jbj | 1 | -27/+59 |
2000-01-24 | fix: on --erase, segfault caused by "" prefix. | jbj | 1 | -37/+36 |
2000-01-11 | Orphan. | jbj | 1 | -0/+1 |
2000-01-11 | configurable PATH for install %pre/%post et al scriptlets. | jbj | 1 | -1/+8 |
1999-12-15 | uninstall.c: rpmdbRemove used to have 2nd arg, tolerant = 0. This generates | jbj | 1 | -2/+8 |
1999-12-08 | rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES. | jbj | 1 | -3/+3 |
1999-11-26 | Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout. | jbj | 1 | -5/+5 |
1999-11-15 | Make static fd in transaction callback persistent. | jbj | 1 | -3/+7 |
1999-11-10 | Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return. | jbj | 1 | -2/+2 |
1999-11-04 | Use Fopen almost everywhere. | jbj | 1 | -1/+1 |
1999-11-02 | Add ref/deref/new/fileno/open vectors to FDIO_t. | jbj | 1 | -1/+1 |
1999-10-31 | Spec: Add rootdir (as in chroot). | jbj | 1 | -5/+14 |
1999-10-30 | Make fdFileno() static, use Fileno()/Ferror() analogues throughout. | jbj | 1 | -9/+9 |
1999-10-27 | use compressed filenames on install side. | jbj | 1 | -6/+6 |
1999-10-08 | support new file list format for relocations and package removal | ewt | 1 | -14/+30 |
1999-10-06 | first steps toward getting compressed file lists to work -- most things | ewt | 1 | -1/+1 |
1999-09-21 | fix: command line install had header memory leak. | jbj | 1 | -2/+4 |
1999-09-19 | do versioned provides/conflicts resolution correctly. | jbj | 1 | -3/+4 |