Age | Commit message (Expand) | Author | Files | Lines |
2000-08-14 | - disable rpmlib(VersionedDependencies) by defining _noVersionedDependencies. | jbj | 1 | -1/+2 |
2000-08-09 | Free fn after error message, not before. | jbj | 1 | -1/+2 |
2000-07-15 | - rip out pre-transaction syscalls, more design is needed. | jbj | 1 | -18/+0 |
2000-07-14 | Typo. | jbj | 1 | -1/+1 |
2000-07-11 | - fix: legacy requires './' payload prefix to be omitted for rpm itself. | jbj | 1 | -7/+6 |
2000-07-11 | - fix: set multilibno on sparc per-platform config. | jbj | 1 | -1/+1 |
2000-07-11 | fix: source rpm's need to do compressFilelist to get filenames. | jbj | 2 | -23/+22 |
2000-07-11 | - remove build mode help from rpm.c, use rpmb instead. | jbj | 6 | -12/+35 |
2000-07-09 | - prefix payload paths with "./", otherwise "/" can't be represented. | jbj | 5 | -30/+25 |
2000-07-09 | - add pre-transaction syscall's to handle /etc/init.d change. | jbj | 1 | -25/+26 |
2000-07-07 | lclint fiddles. | jbj | 1 | -1/+4 |
2000-07-05 | - change optflags for i386. | jbj | 6 | -34/+180 |
2000-06-23 | - support for separate source/binary compression policy. | jbj | 2 | -8/+36 |
2000-06-21 | - fix: don't expand macros in false branch of %if (kasal@suse.cz). | jbj | 1 | -1/+3 |
2000-06-20 | - add RPMTAG_OPTFLAGS, configured optflags when package was built. | jbj | 3 | -5/+10 |
2000-06-20 | - API: uncouple fadio from rest of rpmio. | jbj | 6 | -6/+6 |
2000-06-13 | Avoid "Target buffer overflow" with larger macro expansions. | jbj | 1 | -1/+1 |
2000-06-13 | More libtool fiddles. | jbj | 1 | -4/+5 |
2000-06-09 | Move low level support routines to librpmio. | jbj | 6 | -9/+10 |
2000-06-07 | Sanity (make dist). | jbj | 1 | -1/+1 |
2000-06-07 | - create rpmio directory for librpmio. | jbj | 1 | -3/+10 |
2000-06-01 | Move noLang to rpmlib. | jbj | 1 | -1/+1 |
2000-06-01 | Split popt glue into lib/popt{BT,QV}.c. | jbj | 1 | -1/+1 |
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 | 4 | -10/+8 |
2000-03-23 | - API: change dbi to pass by reference, not value. | jbj | 2 | -7/+5 |
2000-02-29 | Can't print a NULL on non-GNU systems. | jbj | 2 | -2/+2 |
2000-02-27 | Permit building w/o libbz2.a. | jbj | 1 | -1/+1 |
2000-02-27 | Diminish solaris2.6 gcc noise. | jbj | 1 | -2/+3 |
2000-02-27 | Solaris2.6 portability. | jbj | 2 | -2/+2 |
2000-02-24 | Automake portability diddles. | jbj | 1 | -4/+2 |
2000-02-23 | i18n lookaside. | jbj | 1 | -15/+15 |
2000-02-23 | fix: missed level of indirection in i18nTag(). | jbj | 1 | -1/+1 |
2000-02-22 | macro expansion (and absolute path) in %files -f arg (#9508,#9091). | jbj | 2 | -39/+34 |
2000-02-15 | new rpm-build package to isolate rpm dependencies on perl/bash2. | jbj | 1 | -2/+6 |
2000-02-11 | Report actual file name that failed to open. | 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 | 22 | -288/+421 |
2000-01-19 | Doxygen fiddles. | jbj | 1 | -11/+13 |
2000-01-11 | configurable compression type/level for package payloads. | jbj | 1 | -2/+6 |
2000-01-05 | resurrect failed glob error message during build | jbj | 1 | -1/+4 |
1999-12-21 | lib/rpmio.c: Start weeding the debug messages. | jbj | 1 | -25/+16 |
1999-12-19 | Initialize values behind pointers before calling rpmGet{Arch,Os}Info. | jbj | 3 | -6/+10 |
1999-12-16 | fix: missing strdup when overriding buildroot from command line | jbj | 1 | -2/+2 |
1999-12-12 | reload macros from cmd line when re-reading config files. | jbj | 2 | -57/+4 |
1999-12-12 | lib/rpminstall.c: Perform glob on remote ftp install args. | jbj | 1 | -6/+1 |
1999-12-12 | perform glob on remote ftp queries. | jbj | 1 | -1/+14 |