Age | Commit message (Expand) | Author | Files | Lines |
2007-12-04 | Eliminate debug junk from the API | Panu Matilainen | 1 | -4/+4 |
2007-12-03 | Split rpmte internals to separate header | Panu Matilainen | 1 | -2/+1 |
2007-12-03 | Split rpmfi internals to separate header | Panu Matilainen | 1 | -2/+1 |
2007-12-01 | Use headerIsSource() everywhere for determining package type | Panu Matilainen | 1 | -1/+1 |
2007-11-30 | Move logging related macros rpmlog, adjust includes | Panu Matilainen | 1 | -0/+1 |
2007-11-27 | Move rpmfiBuildFNames() to rpmfi now that it's possible | Panu Matilainen | 1 | -0/+56 |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 1 | -2/+2 |
2007-11-22 | Calculating file checksums aint legacy activity | Panu Matilainen | 1 | -3/+4 |
2007-11-23 | Move string helpers from lib/misc.h to rpmio/rpmstring.h | Panu Matilainen | 1 | -1/+1 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -6/+6 |
2007-11-01 | Remove two unnecessary legacy.h includes | Panu Matilainen | 1 | -1/+0 |
2007-10-28 | Include "rpmlib.h" instead of <rpmlib.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 | -38/+38 |
2007-10-24 | Use NEVRA, not NEVR everywhere for rpmProblems | Panu Matilainen | 1 | -1/+1 |
2007-10-22 | Remove bunch of unnecessary rpmio_internal includes | Panu Matilainen | 1 | -1/+0 |
2007-10-09 | Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG | Panu Matilainen | 1 | -7/+7 |
2007-10-09 | Replace all rpmMessage() uses with rpmlog() | Panu Matilainen | 1 | -7/+7 |
2007-09-26 | Rename whatis() to rpmfiWhatis() for namespacing | Panu Matilainen | 1 | -9/+9 |
2007-09-20 | Rename public fileAction* type to rpmFileAction for namespacing | Panu Matilainen | 1 | -2/+2 |
2007-09-20 | Rename fileTypes(_e) to rpmFileTypes for namespacing | Panu Matilainen | 1 | -7/+7 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -151/+35 |
2007-09-03 | RIP rpmsx and all its uses | Panu Matilainen | 1 | -2/+0 |
2007-09-03 | Rip out unnecessary selinux babbage. | Panu Matilainen | 1 | -203/+0 |
2007-09-03 | Kill remaining uses of selinux filecontexts in headers.. | Panu Matilainen | 1 | -1/+0 |
2007-08-28 | Avoid .rpmnew when the file hasn't changed in package (rhbz#194246) | Panu Matilainen | 1 | -6/+10 |
2007-08-09 | Avoid unnecessary .rpmnew and .rpmsave files (rhbz#128622) | Panu Matilainen | 1 | -0/+44 |
2007-07-12 | Pull in rpmfi int_32 -> uint_32 changes from rpm5.org. | Panu Matilainen | 1 | -5/+5 |
2007-07-12 | Use uint_32 for dirindexes everywhere | Panu Matilainen | 1 | -2/+2 |
2007-07-11 | One more domd5() buffer signedness fix. | Panu Matilainen | 1 | -1/+1 |
2007-07-11 | Missing include for domd5 | Panu Matilainen | 1 | -0/+1 |
2007-07-10 | Remove const type-qualifiers from function return types everywhere. | Panu Matilainen | 1 | -2/+2 |
2007-06-25 | Nuke ugly /var/log/lastlog kludgery. | Panu Matilainen | 1 | -2/+0 |
2007-06-21 | Backed out changeset 99c5bd19ffc4bfbfa5601767cbc1338b5fa570e9 | Paul Nasrat | 1 | -1/+0 |
2007-06-21 | Initialise replaced on rpmfiNew | Paul Nasrat | 1 | -0/+1 |
2005-02-10 | - perform callbacks as always (#147537). | jbj | 1 | -0/+17 |
2005-01-04 | Splint fiddles. | jbj | 1 | -1/+1 |
2004-12-07 | avoid md5 on sparse /var/log/lastlog file | jbj | 1 | -0/+2 |
2004-10-09 | Splint fiddles. | jbj | 1 | -2/+3 |
2004-07-05 | - ia64: auto-relocate entire, not partial, directory contents (#126905). | jbj | 1 | -3/+10 |
2004-04-07 | - fix: segfault on --recontext if file_contexts unreadable (#117374). | jbj | 1 | -2/+1 |
2004-03-28 | - scareMem = 0 everywhere, document deprecation phase out. | jbj | 1 | -5/+5 |
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 | 1 | -2/+3 |
2003-12-27 | - fix: wrong package count for trigger scriptlet 1st arg (#100509). | jbj | 1 | -4/+0 |
2003-12-25 | Add lsetfilecon to install modes. | jbj | 1 | -1/+1 |
2003-12-23 | Add filecontexts tags to header if %_build_file_contexts_path is configured. | jbj | 1 | -56/+14 |
2003-12-23 | - fix some small memory leaks (valgrind). | jbj | 1 | -0/+1 |
2003-12-22 | Add --filecontext, --fscontext, --recontext for 3 sources of security contexts. | jbj | 1 | -0/+262 |
2003-12-01 | splint fiddles, no warnings. | jbj | 1 | -0/+2 |