Age | Commit message (Expand) | Author | Files | Lines |
2004-09-30 | - prevent RPMSENSE_PREREQ from being set or tested. | jbj | 1 | -1/+2 |
2004-09-30 | - add Disttag: syntax to spec file parser and header content. | jbj | 1 | -0/+8 |
2004-08-31 | - ia64: auto-relocate entire, not partial, directory contents (#126905). | jbj | 2 | -10/+32 |
2004-08-19 | - avoid "can't happen" recursion while retrieving pubkeys. | jbj | 1 | -0/+7 |
2004-08-11 | Second pass at edit to rpmtsRun doxygen. | joden | 1 | -2/+5 |
2004-08-11 | Add docs to rpmtsRun to explain what is required before a call | joden | 1 | -1/+7 |
2004-07-31 | Add support for beecrypt-4.0.0. | jbj | 1 | -1/+6 |
2004-07-05 | - ia64: auto-relocate glibc.ix86 interpreter path (#100563). | jbj | 1 | -0/+32 |
2004-07-05 | - ia64: auto-relocate entire, not partial, directory contents (#126905). | jbj | 1 | -3/+10 |
2004-07-05 | - bump rpm and popt versions to insure "newer". | jbj | 2 | -12/+32 |
2004-06-15 | Correct typos. | jbj | 1 | -2/+2 |
2004-06-15 | - add type to tag array. | jbj | 1 | -133/+133 |
2004-06-14 | Typo. | jbj | 1 | -5/+4 |
2004-06-14 | - xml: <integer/> instead of <integer>0</integer> markup. | jbj | 1 | -2/+4 |
2004-06-14 | - xml: use <foo/> markup for empty tags. | jbj | 1 | -6/+13 |
2004-06-10 | - add 'requires' and 'conflicts' tag aliases. | jbj | 1 | -2/+8 |
2004-06-08 | Preserve allignment for missing files with --verify. | jbj | 1 | -1/+1 |
2004-05-30 | - fix: follow current is_selinux_enabled() return (#121004). | jbj | 1 | -1/+1 |
2004-05-04 | %postun failures are now propagated back to transaction state machine. | joden | 1 | -1/+1 |
2004-05-03 | Minor tweaks to comments in autorollback code, made removal of re-packaged | joden | 4 | -21/+56 |
2004-04-19 | splint fiddles. | jbj | 2 | -1/+3 |
2004-04-18 | Force global Lua state initialization during rpmReadConfigFiles(). | niemeyer | 1 | -0/+4 |
2004-04-13 | Fixed bug in "rpm -qf": if a file in the current directory had the | niemeyer | 1 | -0/+4 |
2004-04-07 | - fix: no transaction lock if --test was specified (#119783). | jbj | 1 | -8/+10 |
2004-04-07 | - fix: segfault on --recontext if file_contexts unreadable (#117374). | jbj | 3 | -6/+6 |
2004-04-07 | Splint fiddles. | jbj | 1 | -2/+2 |
2004-04-01 | revert buildtime tie breaking, not the right thing to do. | jbj | 10 | -54/+49 |
2004-03-30 | Simplify cpuid code; fix it for gcc 3.4; always push/pop ebx for PIC and non ... | arekm | 1 | -43/+12 |
2004-03-29 | Proof-of-concept for arch filtered dependencies. | jbj | 2 | -6/+167 |
2004-03-28 | Typo. | jbj | 1 | -1/+1 |
2004-03-28 | - scareMem = 0 everywhere, document deprecation phase out. | jbj | 3 | -5/+7 |
2004-03-28 | - use package build time as EVR comparison tie breaker. | jbj | 3 | -6/+68 |
2004-03-28 | pentium3/pentium4 support by Pawe³ Sikora <pluto/at/pld-linux.org>. | arekm | 2 | -1/+72 |
2004-03-26 | Splint fiddles. | jbj | 7 | -535/+604 |
2004-03-24 | - Now Lua interface is using a global state. | niemeyer | 3 | -13/+5 |
2004-03-19 | - New internal Lua support scheme, laying under rpmio. | niemeyer | 5 | -292/+78 |
2004-03-16 | - Implemented support for internal Lua scripts. | niemeyer | 9 | -3/+418 |
2004-03-15 | re-add splint fiddles. | jbj | 1 | -0/+2 |
2004-03-11 | - fix: ENOTSUP filter from lsetfilecon borkage. | jbj | 1 | -5/+3 |
2004-03-10 | - add sparcv8 and enable elf32/elf64 Zon sparc64 (#117302). | jbj | 2 | -2/+4 |
2004-03-06 | Filter ENOTSUP lsetfilecon() to permit tmpfs mount on /dev/shm. | jbj | 1 | -1/+1 |
2004-03-05 | initial autorollback feature. | joden | 7 | -6/+1053 |
2004-03-05 | Added todo for types for tagtbl | pauln | 1 | -0/+1 |
2004-03-02 | Change lock file location. | jbj | 1 | -8/+1 |
2004-03-02 | - permit globs in macrofiles: directive (#117217). | jbj | 4 | -170/+2 |
2004-02-26 | use static variable, not define, for lock file path. | jbj | 1 | -1/+4 |
2004-02-26 | splint fiddles. | jbj | 5 | -19/+45 |
2004-02-25 | It was 2 bytes, not one. Amateurs.. humpf. ;-) | niemeyer | 1 | -1/+1 |
2004-02-25 | Oops. "path" was being allocated with 1 byte less than necessary. | niemeyer | 1 | -1/+1 |
2004-02-25 | Creating transaction locking scheme based on fcntl file locking | niemeyer | 5 | -4/+167 |