Age | Commit message (Expand) | Author | Files | Lines |
2000-08-30 | Doxygen annotations. | jbj | 1 | -1/+0 |
2000-08-27 | Doxygen annotations. | jbj | 1 | -1/+8 |
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 | - remove build mode help from rpm.c, use rpmb instead. | jbj | 1 | -0/+1 |
2000-07-09 | - prefix payload paths with "./", otherwise "/" can't be represented. | jbj | 1 | -2/+2 |
2000-07-09 | - add pre-transaction syscall's to handle /etc/init.d change. | jbj | 1 | -25/+26 |
2000-07-05 | - change optflags for i386. | jbj | 1 | -2/+1 |
2000-06-20 | - add RPMTAG_OPTFLAGS, configured optflags when package was built. | jbj | 1 | -5/+3 |
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 | -1/+1 |
2000-04-13 | The death of rpmdbFindBy{Group,TriggeredBy,Header}. | jbj | 1 | -3/+3 |
2000-03-23 | - API: change dbi to pass by reference, not value. | jbj | 1 | -4/+3 |
2000-01-24 | Documentation sugar. | jbj | 1 | -0/+6 |
1999-12-19 | Initialize values behind pointers before calling rpmGet{Arch,Os}Info. | jbj | 1 | -1/+2 |
1999-11-26 | Minimal python compile. | jbj | 1 | -21/+13 |
1999-11-24 | lib/macro.c: Canonicalize paths in rpmGetPath(). | jbj | 1 | -17/+32 |
1999-11-19 | macros.in: Add buildsubdir and scriptlet template macros. | jbj | 1 | -25/+25 |
1999-11-14 | lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop. | jbj | 1 | -8/+21 |
1999-11-12 | Use Fstrerror on ufdio throughut. | jbj | 1 | -10/+19 |
1999-11-10 | Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return. | jbj | 1 | -1/+1 |
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-30 | Make fdFileno() static, use Fileno()/Ferror() analogues throughout. | jbj | 1 | -1/+1 |
1999-10-29 | fix: resurrect multiple target platform builds. | jbj | 1 | -1/+3 |
1999-10-29 | check for memory leaks (almost all leaks are plugged). | jbj | 1 | -8/+9 |
1999-10-27 | use compressed filenames on install side. | jbj | 1 | -5/+5 |
1999-10-21 | lclint annotations. | jbj | 1 | -2/+1 |
1999-10-04 | lclint annotations from build. | jbj | 1 | -4/+5 |
1999-09-21 | fix: command line install had header memory leak. | jbj | 1 | -6/+6 |
1999-09-20 | Start experimental support for bzip2 payloads. | jbj | 1 | -2/+0 |
1999-09-07 | Use sizeof("...")-1 throughout. | jbj | 1 | -2/+2 |
1999-08-24 | Remove legacy langNum interface.l | jbj | 1 | -1/+1 |
1999-07-22 | add versions to provides. | jbj | 1 | -2/+2 |
1999-06-23 | Finesse tagName dependency loop. | jbj | 1 | -21/+0 |
1999-06-17 | don't spin while waiting for delayed requires/provides input (#3289). | jbj | 1 | -6/+2 |
1999-05-26 | add BuildConflicts: and BuildRequires: in spec file and src rpm. | jbj | 1 | -0/+4 |
1999-04-14 | Make silly headerGetEntry consistent throughout. | jbj | 1 | -2/+2 |
1999-04-01 | add per-target macrofiles to search path. | jbj | 1 | -15/+2 |
1999-03-31 | Restore check on BuildRoot != "/". | jbj | 1 | -6/+6 |
1999-03-31 | (re-)enable fixowner/fixgroup macros. | jbj | 1 | -6/+10 |
1999-03-26 | autoReq/autoProv now per-package. | jbj | 1 | -4/+4 |
1999-03-20 | eliminate old rpmrc configuration syntax. | jbj | 1 | -21/+24 |
1999-02-22 | Meta-msgid's generated by tagName. | jbj | 1 | -2/+2 |
1999-02-22 | permit substitution of I18N strings from PO meta-catalogues. | jbj | 1 | -4/+33 |
1999-02-15 | sub-packages should inheirit Prefixes tag (Ian Mortimer). | jbj | 1 | -0/+1 |
1999-02-10 | Fix inverted args in error message. | jbj | 1 | -2/+2 |
1999-02-05 | - add BuildPrereq: in spec file and src rpm. | jbj | 1 | -2/+2 |
1999-01-26 | Parse BuildRequires: and add appropriate RPMTAG_*REQUIRES* to src rpm | jbj | 1 | -0/+2 |
1999-01-26 | make '-' character illegal (again) in version/release. | jbj | 1 | -0/+10 |