Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-02-23 | - force FD_CLOEXEC on 1st 100 inherited fdno's. | jbj | 1 | -0/+11 |
2004-02-23 | - set "rpm_script_t" exec type for scriptlets iff /bin/sh, else default. | jbj | 1 | -3/+11 |
2004-02-22 | - stable sort for policy specifications, patterns before paths. | jbj | 1 | -13/+28 |
2004-02-20 | - fix: only first "mkdir -p" directory had context set. | jbj | 1 | -1/+1 |
2004-02-17 | Return 1 and -1 as we state we do - #113668 | pauln | 1 | -1/+1 |
2004-02-16 | - establish rpm_script_t before scriptlet exec. | jbj | 1 | -10/+13 |
2004-02-16 | - establish rpm_script_t before scriptlet exec, ignore errors for now. | jbj | 1 | -0/+78 |
2004-02-15 | - fix: setfiles (aka rpmsx.c) dinna handle patterns correctly. | jbj | 1 | -2/+2 |
2004-02-15 | - fix: set fcontext for "mkdir -p" directories not in packages. | jbj | 1 | -2/+19 |
2004-02-15 | - fix: set fcontext from pkg when file_contexts doesn't exist (#114040). | jbj | 1 | -1/+4 |
2004-01-11 | rpm-nls-fixes.patch (from PLD). | jbj | 1 | -2/+2 |
2004-01-10 | Avoid trying to set "<<none>>" file context. | jbj | 1 | -1/+2 |
2004-01-09 | Don't try to set empty file contexts. | jbj | 1 | -1/+1 |
2004-01-09 | Map "<<none>>" expressions to "". | jbj | 1 | -1/+1 |
2004-01-09 | Use "", not NULL, for missing file contexts. | jbj | 1 | -1/+1 |
2004-01-05 | add --with-selinux, move selinux stubs to system.h. | jbj | 7 | -45/+34 |
2004-01-03 | Add %policy marker to suck *.te content into metadata. | jbj | 1 | -4/+6 |
2003-12-30 | - use -fPIC -DPIC on all platforms, not just mandatory (#112713). | jbj | 1 | -1/+1 |