Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -7/+7 | |
2007-11-07 | Remove bunch of unnecessary misc.h includes, document others | Panu Matilainen | 1 | -1/+1 | |
2007-10-31 | Document RPMFI_INTERNAL uses | Panu Matilainen | 1 | -1/+1 | |
2007-10-31 | Document _RPMTE_INTERNAL needs | Panu Matilainen | 1 | -1/+1 | |
2007-10-31 | Split out rpmts_internal.h from rpmts.h | Panu Matilainen | 1 | -2/+1 | |
2007-10-30 | Use rpmteKey() instead of te internals | Panu Matilainen | 1 | -3/+5 | |
2007-10-30 | Remove unnecessary rpmShowProgress duplicate prototype | Panu Matilainen | 1 | -13/+0 | |
2007-10-28 | Include "rpmlib.h" instead of <rpmlib.h>. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-28 | Include "rpmmacro.h" instead of <rpmmacro.h>. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-26 | Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead. | Ralf Corsépius | 1 | -20/+20 | |
2007-10-24 | Use NEVRA, not NEVR everywhere for rpmProblems | Panu Matilainen | 1 | -9/+9 | |
2007-10-09 | Replace all uses of RPMMESS_FATALERROR with RPMLOG_CRIT | Panu Matilainen | 1 | -5/+5 | |
2007-10-09 | Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE | Panu Matilainen | 1 | -4/+4 | |
2007-10-09 | Replace all uses of RPMMESS_ERROR with RPMLOG_ERR | Panu Matilainen | 1 | -6/+6 | |
2007-10-09 | Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG | Panu Matilainen | 1 | -28/+28 | |
2007-10-09 | Replace all rpmMessage() uses with rpmlog() | Panu Matilainen | 1 | -43/+43 | |
2007-10-06 | Add description-stubs to doxygen blocks to silence doxygen warnings. | Ralf Corsépius | 1 | -3/+4 | |
2007-09-26 | Avoid unnecessary rpmps internals access | Panu Matilainen | 1 | -2/+2 | |
2007-09-26 | Rename whatis() to rpmfiWhatis() for namespacing | Panu Matilainen | 1 | -1/+1 | |
2007-09-21 | Rename alKey & alNum to rpmal* for namespacing | Panu Matilainen | 1 | -3/+3 | |
Also move it out of rpmlib.h, nothing needs it there... | |||||
2007-09-20 | Rename public fileAction* type to rpmFileAction for namespacing | Panu Matilainen | 1 | -2/+2 | |
2007-09-17 | Hide db index handling and rpmdb details from the API to internal header | Panu Matilainen | 1 | -0/+1 | |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -216/+88 | |
2007-09-03 | Use direct selinux calls for context initialization and matching. | Panu Matilainen | 1 | -10/+5 | |
2007-09-03 | Sanitize SELinux file context initialization. | Panu Matilainen | 1 | -0/+18 | |
- do it in a single spot inside tsRun() - automatically set RPMTRANS_FLAG_NOCONTEXTS if selinux is disabled | |||||
2007-08-30 | Move rollback IDTX out of cli-stuff, its needed by core ts handling too. | Panu Matilainen | 1 | -6/+1 | |
2007-08-27 | Don't check for termination signals in middle of transaction (!) | Panu Matilainen | 1 | -4/+0 | |
2007-08-09 | Avoid unnecessary .rpmnew and .rpmsave files (rhbz#128622) | Panu Matilainen | 1 | -3/+3 | |
Don't create .rpmnew and .rpmsave files when file/symlink on disk differs just by timestamp. Patch by Tomas Mraz. | |||||
2007-07-11 | getRepackageHeaderFromTE() expects const char * as 4th argument | Panu Matilainen | 1 | -1/+1 | |
2007-07-11 | domd5() buffer signedness fixes. | Panu Matilainen | 1 | -1/+1 | |
2007-07-10 | Remove meaningles statement to avoid compiler warning. | Panu Matilainen | 1 | -1/+1 | |
2007-07-10 | Cast tid to time_t for ctime() to avoid compiler warning. | Panu Matilainen | 1 | -1/+1 | |
2007-06-25 | Nuke ugly /var/log/lastlog kludgery. | Panu Matilainen | 1 | -2/+0 | |
2007-06-21 | Initialise replaced | Paul Nasrat | 1 | -0/+1 | |
2007-06-21 | Fix thinko | Paul Nasrat | 1 | -1/+1 | |
2007-06-19 | Fix variable double definition. | Panu Matilainen | 1 | -1/+0 | |
2007-06-19 | Open non-temporary db's before chroot (rhbz#103952, 173285) | Panu Matilainen | 1 | -1/+4 | |
2007-06-18 | Ensure the status of the file which be replaced by another rpm package is | Paul Nasrat | 1 | -0/+17 | |
updated | |||||
2007-05-16 | Do not run pre/posttrans scripts in test mode. | Panu Matilainen | 1 | -49/+51 | |
Patch from OpenSuSE. | |||||
2007-05-01 | Enable configurable preferable elf colour policy (#235757) | Paul Nasrat | 1 | -7/+9 | |
Patch from: dwmw2 at redhat.com | |||||
2007-04-16 | When deleting files, drop any s-bit first, so that a malicious | Paul Nasrat | 1 | -0/+24 | |
user does not have access to old programs if he hard links them to some other directory. [#50376] rh#125517 Patch from OpenSuSE | |||||
2007-02-22 | Fix netshared path comparison (rh#52725) fix by jbj. | Paul Nasrat | 1 | -0/+3 | |
2005-07-02 | Correct typo. | jbj | 1 | -1/+1 | |
CVS patchset: 7863 CVS date: 2005/07/02 18:53:12 | |||||
2005-02-10 | - perform callbacks as always (#147537). | jbj | 1 | -5/+22 | |
CVS patchset: 7757 CVS date: 2005/02/10 09:04:05 | |||||
2004-12-07 | avoid md5 on sparse /var/log/lastlog file | jbj | 1 | -0/+2 | |
CVS patchset: 7633 CVS date: 2004/12/07 00:06:36 | |||||
2004-11-11 | Avoid unnecessary chroot("/") calls for certain Mac OSX kernels. | jbj | 1 | -2/+4 | |
Strip URL clutter from --root paths in rpmtsRootDir(ts) and newRpmdb(). CVS patchset: 7574 CVS date: 2004/11/11 03:58:46 | |||||
2004-10-25 | Add options to populate transaction set while iterating. | jbj | 1 | -0/+1 | |
Avoid mixed source/binary sanity check in rpmtsAddInstallElement. Turn off query spewage if/when populating while iterating. Display rpmtsCheck problems and suggestions after iterating. CVS patchset: 7512 CVS date: 2004/10/25 18:10:48 | |||||
2004-10-20 | Doxygen fiddles. | jbj | 1 | -8/+8 | |
CVS patchset: 7495 CVS date: 2004/10/20 10:19:34 | |||||
2004-10-09 | Flush changes from rpm-4_3 branch. | jbj | 1 | -5/+10 | |
CVS patchset: 7440 CVS date: 2004/10/09 19:40:09 | |||||
2004-07-05 | - bump rpm and popt versions to insure "newer". | jbj | 1 | -10/+13 | |
- change default behavior to resolve file conflicts as LIFO. - add --fileconflicts to recover rpm traditional behavior. - prefer elf64 over elf32 files, everywhere and always (#126853). CVS patchset: 7354 CVS date: 2004/07/05 15:24:17 |