Age | Commit message (Expand) | Author | Files | Lines |
2001-02-12 | Rename RPMSIG_* signature types to RPMSIGTYPE_* to avoid confusion. | jbj | 1 | -1/+1 |
2001-02-11 | 1st stab at --repackage. | jbj | 1 | -1/+1 |
2001-02-08 | Remove DEAD code. | jbj | 1 | -4/+0 |
2001-02-08 | Move state machine drivers into fsmStage. | jbj | 1 | -1/+3 |
2001-02-03 | fix: db1 dbopen() check found in libc not auto-configuring forrectly. | jbj | 1 | -1/+2 |
2001-02-02 | Use fsm for building. | jbj | 1 | -3/+8 |
2001-01-25 | - remove support for v1 src rpm's. | jbj | 1 | -1/+6 |
2001-01-24 | Rip XFI_t from install. | jbj | 1 | -3/+1 |
2001-01-23 | Rip out cpioFileMap. | jbj | 1 | -4/+6 |
2001-01-15 | - fix: extra newline in many error messages (#23947). | jbj | 1 | -20/+21 |
2001-01-11 | doxygen annotations for build/*. | jbj | 1 | -0/+14 |
2000-12-12 | Sync with rpm-4_0 branch. | jbj | 1 | -12/+13 |
2000-12-04 | - use package version 3 if --nodirtokens is specified. | jbj | 1 | -3/+2 |
2000-12-02 | Bring header reggions mods back to top of stack. | jbj | 1 | -63/+92 |
2000-11-08 | - add region marker as RPM_BIN_TYPE in packages and database. | jbj | 1 | -6/+18 |
2000-11-07 | - load headers as single contiguous region. | jbj | 1 | -67/+60 |
2000-09-01 | - unify rpmError and rpmMessge interfaces through rpmlog. | jbj | 1 | -4/+4 |
2000-08-27 | Doxygen annotations. | jbj | 1 | -1/+4 |
2000-07-11 | fix: source rpm's need to do compressFilelist to get filenames. | jbj | 1 | -3/+2 |
2000-07-11 | - remove build mode help from rpm.c, use rpmb instead. | jbj | 1 | -7/+12 |
2000-07-09 | - prefix payload paths with "./", otherwise "/" can't be represented. | jbj | 1 | -12/+3 |
2000-06-23 | - support for separate source/binary compression policy. | jbj | 1 | -1/+36 |
2000-06-20 | - add RPMTAG_OPTFLAGS, configured optflags when package was built. | jbj | 1 | -0/+6 |
2000-06-20 | - API: uncouple fadio from rest of rpmio. | jbj | 1 | -1/+1 |
2000-06-09 | Move low level support routines to librpmio. | jbj | 1 | -4/+5 |
2000-05-31 | Sanity (make dist). | jbj | 1 | -0/+2 |
2000-05-30 | - mark packaging with version 4 to reflect filename/provide changes. | jbj | 1 | -1/+1 |
2000-04-13 | add explcit "Provides: name = [epoch:]version-release" to headers. | jbj | 1 | -0/+2 |
2000-04-13 | Sanity (bump release). | jbj | 1 | -1/+1 |
2000-04-13 | The death of rpmdbFindBy{Group,TriggeredBy,Header}. | jbj | 1 | -2/+1 |
2000-02-29 | Can't print a NULL on non-GNU systems. | jbj | 1 | -1/+1 |
2000-02-27 | Solaris2.6 portability. | jbj | 1 | -1/+1 |
2000-01-24 | explicitly expand file lists in writeRPM for rpmputtext. | jbj | 1 | -1/+4 |
2000-01-24 | Documentation sugar. | jbj | 1 | -274/+274 |
2000-01-11 | configurable compression type/level for package payloads. | jbj | 1 | -2/+6 |
1999-12-19 | Initialize values behind pointers before calling rpmGet{Arch,Os}Info. | jbj | 1 | -3/+2 |
1999-12-02 | permit --whatprovides to lookup file dependencies. | jbj | 1 | -5/+2 |
1999-12-01 | Add underscore in front of (possibly) non-supported FDIO_t vectors. | jbj | 1 | -1/+1 |
1999-11-26 | Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout. | jbj | 1 | -1/+3 |
1999-11-19 | macros.in: Add buildsubdir and scriptlet template macros. | jbj | 1 | -16/+0 |
1999-11-18 | The death of lib/ftp.c, merged into lib/rpmio.c. | jbj | 1 | -2/+3 |
1999-11-15 | rpm.c: Add --ftpdebug, --urldebug, --rpmiodebug (for my sanity). | jbj | 1 | -4/+2 |
1999-11-14 | lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop. | jbj | 1 | -14/+27 |
1999-11-12 | Use Fstrerror on ufdio throughut. | jbj | 1 | -23/+41 |
1999-11-10 | Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return. | jbj | 1 | -15/+14 |
1999-11-04 | Use Fopen almost everywhere. | jbj | 1 | -43/+7 |
1999-11-03 | First use of libio. | jbj | 1 | -0/+8 |
1999-11-02 | Add ref/deref/new/fileno/open vectors to FDIO_t. | jbj | 1 | -5/+5 |
1999-10-30 | Make fdFileno() static, use Fileno()/Ferror() analogues throughout. | jbj | 1 | -8/+12 |
1999-10-29 | check for memory leaks (almost all leaks are plugged). | jbj | 1 | -0/+3 |