Age | Commit message (Expand) | Author | Files | Lines |
2008-02-05 | Mass convert (back) to rpmTag as it's usable everywhere now | Panu Matilainen | 1 | -4/+4 |
2008-02-05 | A missed color type in rpmds header | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Add rpm_color_t type for rpm color bits, use where spotted | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Port some rpmds improvements from rpm5.org | Panu Matilainen | 1 | -0/+19 |
2008-01-30 | Use rpmsenseFlags type for dependency flags everywhere (hopefully) | Panu Matilainen | 1 | -3/+3 |
2008-01-30 | Add missing system includes | Panu Matilainen | 1 | -0/+2 |
2008-01-30 | Remove bunch of unnecessary rpmlib.h includes | Panu Matilainen | 1 | -1/+1 |
2008-01-09 | Implementation of triggerprein scriptlets. | Panu Matilainen | 1 | -2/+2 |
2007-12-13 | Use rpm_tag_t everywhere for rpm (header) tag type | Panu Matilainen | 1 | -4/+4 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -2/+2 |
2007-12-04 | Eliminate debug junk from the API | Panu Matilainen | 1 | -13/+1 |
2007-12-02 | Move rpmsenseFlag enums to rpmds where they logically belong | Panu Matilainen | 1 | -0/+69 |
2007-11-23 | Add doxygen grouping to rpmds methods | Panu Matilainen | 1 | -32/+32 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -2/+2 |
2007-10-30 | rpmds is now fully opaque, eliminate _RPMDS_INTERNAL games | Panu Matilainen | 1 | -25/+0 |
2007-10-26 | Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead. | Ralf Corsépius | 1 | -12/+12 |
2007-10-08 | Make headers self-contained. | Ralf Corsépius | 1 | -0/+1 |
2007-10-08 | 'Adjust extern C {} blocks.' | Ralf Corsépius | 1 | -4/+4 |
2007-09-21 | Remove unused proof-of-concept arch-filtering of dependencies | Panu Matilainen | 1 | -1/+1 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -110/+40 |
2004-10-13 | - silently add default %defattr(-,root,root) for all packages. | jbj | 1 | -2/+2 |
2004-10-09 | Doxygen and cpp nit picks. | jbj | 1 | -0/+1 |
2004-04-01 | revert buildtime tie breaking, not the right thing to do. | jbj | 1 | -2/+4 |
2004-03-29 | Proof-of-concept for arch filtered dependencies. | jbj | 1 | -2/+2 |
2004-03-28 | Typo. | jbj | 1 | -1/+1 |
2004-03-28 | - scareMem = 0 everywhere, document deprecation phase out. | jbj | 1 | -0/+1 |
2004-03-28 | - use package build time as EVR comparison tie breaker. | jbj | 1 | -0/+17 |
2003-04-02 | Splint clean. | jbj | 1 | -2/+2 |
2003-01-20 | Splint fiddles. | jbj | 1 | -34/+0 |
2003-01-01 | fix: restore upgrade functionality with colors. | jbj | 1 | -0/+34 |
2002-12-31 | 1st crack at colored installs. | jbj | 1 | -3/+3 |
2002-12-30 | - fix: typo in assertion. | jbj | 1 | -2/+2 |
2002-12-30 | - use rpmfiFDepends() underneath --fileprovide and --filerequire. | jbj | 1 | -1/+39 |
2002-12-29 | - don't segfault with packages produced by rpm-2.93 (#80618). | jbj | 1 | -2/+2 |
2002-12-23 | Sanity. | jbj | 1 | -6/+6 |
2002-12-07 | Splint fiddles. | jbj | 1 | -4/+4 |
2002-12-07 | Handle (N,EVR,Flags) Provide:/Require: triple. | jbj | 1 | -5/+24 |
2002-11-26 | - bundle libfmagic into librpmbuild for now. | jbj | 1 | -1/+0 |
2002-09-20 | - eliminate myftw, use Fts(3) instead. | jbj | 1 | -0/+1 |
2002-08-03 | Remove dbi_tear_down, now that rpmdb's are closed on signals. | jbj | 1 | -2/+2 |
2002-07-29 | - update trpm. | jbj | 1 | -3/+38 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -0/+2 |
2002-06-28 | - disambiguate added/installed dependency failures (#50388). | jbj | 1 | -2/+4 |
2002-06-19 | Annotate incondefs in source code. | jbj | 1 | -2/+4 |
2002-06-15 | - beecrypt: merge changes from beecrypt-2.3.0. | jbj | 1 | -3/+3 |
2002-06-05 | Lclint fiddles. | jbj | 1 | -0/+2 |
2002-05-27 | Add bindings for rpmte and FD_t. | jbj | 1 | -0/+2 |
2002-05-23 | Create rpmts-py.c. | jbj | 1 | -0/+3 |
2002-05-19 | - fix: synthesize unpacking progress callbacks for packages w/o files. | jbj | 1 | -0/+2 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 1 | -27/+30 |