Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-20 | Fix build with binutils-gold (ticket #107) | Panu Matilainen | 1 | -2/+2 | |
- patch from Michal Čihař | |||||
2009-09-10 | Rip unnecessary headerDump() and the last ancient artifacts using it | Panu Matilainen | 1 | -5/+1 | |
- xml format dump gives an output that can actually be further processed | |||||
2009-05-22 | Clean platform files on uninstall | Panu Matilainen | 1 | -0/+1 | |
2009-04-03 | Make rpmal header & all internal | Panu Matilainen | 1 | -1/+0 | |
- rpmal is hardly useful outside rpm itself, avoid exporting stuff unnecessarily | |||||
2008-11-22 | Remove -DRPMCONFIG from CPPFLAGS where unnecessary | Panu Matilainen | 1 | -1/+0 | |
2008-11-22 | Use rpmConfigDir() for finding our popt alias file | Panu Matilainen | 1 | -1/+1 | |
- this allows popt aliases to be reliably available in tests - why do we have the popt initialization done twice? | |||||
2008-11-21 | Kill the last remaining varprefix | Panu Matilainen | 1 | -5/+2 | |
- we're just mangling varprefix to localstatedir anyway, might as well just avoid that little extra trouble... | |||||
2008-10-14 | Kick out ancient and unused LDFLAGS_STATIC configure.ac-hackery | Panu Matilainen | 1 | -2/+0 | |
2008-10-14 | Yank out ancient convertdb1 | Panu Matilainen | 1 | -4/+0 | |
2008-07-08 | Add a new legacy compatibility header, kill rpmints.h | Panu Matilainen | 1 | -1/+1 | |
- build-time generated rpmints.h causes issues with distcheck and is not really worth the trouble - we have all sorts of legacy junk to deal with, sticking them all into rpmints.h would be just wrong... | |||||
2008-07-04 | Remove solvedb API and other related stuff | Panu Matilainen | 1 | -4/+0 | |
- nobody has used the solvedb for anything in years - the mechanism + rpmcache are horribly broken on multilib - solvedb is way too heavyweight to be really usable as a general mechanism - solver callback hook left in place as that could in theory be usable still - we need something better to replace this all, getting rid of it now so we're not stuck with the API forever | |||||
2008-07-02 | Make rpmkeyring.h public header | Panu Matilainen | 1 | -0/+1 | |
2008-06-25 | Eliminate rpmd, rpmi, rpmk, rpmq "helper binaries" | Panu Matilainen | 1 | -43/+6 | |
- it's all rolled into "rpm" itself, these are just clutter and complicate things needlessly - leave symlinks to rpmquery, rpmverify, rpmsign and rpmdb -> rpm to preserve some compatibility (at least rpmquery is known to be used in scripts) | |||||
2008-06-24 | Eliminate the pointless rpmb + rpmt symlinkery | Panu Matilainen | 1 | -12/+6 | |
- just build "rpmbuild" executable and install to bindir instead of mucking with several different names | |||||
2008-05-13 | New "tag data" container struct + some basic methods to deal with it | Panu Matilainen | 1 | -0/+1 | |
- to be used for passing around header and extension data - inspired by similar changes in rpm5.org, details and implementation differ | |||||
2008-05-12 | Fixup paths and Makefiles for rpmdb/ elimination | Panu Matilainen | 1 | -14/+12 | |
2008-04-16 | Start phasing out internal copy of Lua | Panu Matilainen | 1 | -2/+5 | |
- don't build internal copy of Lua - move 3rd party extensions (posix and rexlib) to toplevel luaext/ directory, built by default (unless --without-lua specified) - auto*foo checks for external Lua - minimal tweaks to lposix.c and rpmlua.c to get them build with Lua 5.1 | |||||
2008-03-17 | Remove rollback support | Panu Matilainen | 1 | -1/+0 | |
- not possible to do reliably within rpm - effort is better wasted on investigating fs-level snapshots, which is way beyond rpm scope except for hooks to interact with the snapshot mechanism to communicate beginning/end of transaction and such | |||||
2008-02-25 | Add new header for collecting utility macros | Panu Matilainen | 1 | -0/+1 | |
- atm consists of portability wrappers to various gcc extensions like __attribute__() to provide additional warnings and checks - copied from glib to avoid an extra build dependency just for the silly macros, renamed to avoid namespace clashing | |||||
2008-02-22 | Rip ancient, unused setperms + unsetgit make targets | Panu Matilainen | 1 | -31/+0 | |
2008-02-05 | Split non-cli verify bits from rpmcli to separate header | Panu Matilainen | 1 | -0/+1 | |
2008-02-01 | Move platform specific macros under RPMCONFIGDIR/platform/ | Panu Matilainen | 1 | -13/+13 | |
- reduce the clutter in RPMCONFIGDIR, nicer for packaging too.. | |||||
2008-02-01 | Ditch the "system" %_topdir, default to ~/rpmbuild instead | Panu Matilainen | 1 | -47/+0 | |
- building as root should be discouraged and /usr/src for building stuff is horribly wrong anyway | |||||
2008-01-30 | Add stub rpmtypes.h header stub | Panu Matilainen | 1 | -0/+1 | |
- place to stick in common typedefs to untangle header cross-include jungle | |||||
2008-01-19 | Add support for Geode CPU (rhbz#428979) | Panu Matilainen | 1 | -1/+2 | |
Patch from Dennis Gilmore | |||||
2008-01-09 | Drop internal db from dist tarballs | Panu Matilainen | 1 | -1/+3 | |
- tarball down to almost 1/4 of earlier size - check if internal db is present in configure, point to INSTALL if not - distcheck needs --with-external-db now to have any chance at working - leaving to hg for now for easy reversal if getting second thoughts ;) | |||||
2007-12-17 | Drop db3 from dist subdirs | Panu Matilainen | 1 | -1/+1 | |
- db3/configure is covered by EXTRA_DIST already | |||||
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -1/+1 | |
- adjust include paths accordingly | |||||
2007-12-05 | Only platform.in is to be included in dist, dont use wildcard | Panu Matilainen | 1 | -1/+1 | |
2007-12-05 | Rename apidocs to hackingdocs, only build on request | Panu Matilainen | 1 | -2/+2 | |
2007-12-03 | Split RPMTAG_* and related functions out of rpmlib.h to rpmtag.h | Panu Matilainen | 1 | -0/+1 | |
2007-12-01 | Add separate public header for callback declarations | Panu Matilainen | 1 | -1/+1 | |
- rpmmessages is empty, lose it - adjust includes | |||||
2007-11-26 | Fix quoting bug in preinstall.am generation. | Ralf Corsépius | 1 | -1/+1 | |
2007-11-22 | Calculating file checksums aint legacy activity | Panu Matilainen | 1 | -0/+1 | |
- move the checksumming into librpmio - rename domd5() to rpmDoDigest() with future expansion for specifying digest algorithm type (ignored for now) - rearrange parameters to leave return types last - one less rpmio_internal outside rpmio/, whee... - used all over the rpm tree, and it knows about handling prelinked files so potentially useful for outside users, might as well export it - new public header rpmfilutil.h for collecting this sort of stuff | |||||
2007-11-23 | Move stringbuf into librpmio, rename header | Panu Matilainen | 1 | -1/+1 | |
- rename header to more generic rpmstring.h for collecting misc string helper functions | |||||
2007-11-23 | Fix typo in preinstall.am generation. | Ralf Corsépius | 1 | -1/+1 | |
2007-11-22 | Fix preinstall.am handling for VPATH builds. | Ralf Corsépius | 1 | -2/+2 | |
2007-11-22 | Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS. | Ralf Corsépius | 1 | -1/+1 | |
2007-11-22 | Add header preinstallation. | Ralf Corsépius | 1 | -2/+19 | |
2007-11-02 | Use NSS instead of beecrypt for encryption (Tomas Mraz) | Panu Matilainen | 1 | -9/+10 | |
2007-10-30 | Add -I$(top_builddir)/rpmdb to AM_CPPFLAGS. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-24 | Add rpmdb/rpmints.h.in. | Ralf Corsépius | 1 | -1/+3 | |
2007-10-24 | Pass HEADERS to doxygen instead of pkginclude_HEADERS. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-24 | Minor fixes to generation of hacking | Ralf Corsépius | 1 | -3/+3 | |
2007-10-19 | Reflect changes to doxygen docs. | Ralf Corsépius | 1 | -17/+25 | |
2007-10-19 | Ship Doxyfile.in, doc/librpm.doxy.in. | Ralf Corsépius | 1 | -3/+3 | |
2007-10-18 | Reflect changes to apidocs generation. | Ralf Corsépius | 1 | -16/+30 | |
2007-10-18 | Remove doc/librpm during maintainer-clean. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-18 | Use DOXYGEN instead of __DOXYGEN. | Ralf Corsépius | 1 | -4/+5 | |
Rework processing pkginclude_HEADERS for doc/librpm.doxy. | |||||
2007-10-17 | Cleanup CPPFLAGS. | Ralf Corsépius | 1 | -9/+9 | |