Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-02 | Move rpmsenseFlag enums to rpmds where they logically belong | Panu Matilainen | 2 | -0/+2 | |
2007-12-03 | Use regular POSIX functions instead of "RPC" clones | Panu Matilainen | 1 | -2/+2 | |
- we only care about local files | |||||
2007-12-01 | More rpmlead exorcizing | Panu Matilainen | 1 | -6/+4 | |
- remove unnecessary type parameter to writeRPM(), header knows what it is - remove unnecessary lead argument to readRPM(), it's unused anyway - drop lead from cpioSourceArchive struct | |||||
2007-11-30 | Move logging related macros rpmlog, adjust includes | Panu Matilainen | 1 | -0/+1 | |
2007-11-27 | One missed legacy include | Panu Matilainen | 1 | -1/+1 | |
2007-11-26 | Remove #include "lib/signature.h" (unused) | Ralf Corsépius | 1 | -1/+0 | |
2007-11-26 | Eliminate type "byte" | Ralf Corsépius | 1 | -1/+1 | |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 9 | -12/+12 | |
2007-11-23 | Move rpmGlob() from macros to rpmfileutil.h | Panu Matilainen | 1 | -3/+3 | |
- macros is all just macros now - internal copy of popt stuff needs to go... | |||||
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 8 | -32/+32 | |
2007-11-22 | Include system.h | Ralf Corsépius | 1 | -0/+2 | |
2007-11-19 | Lose rpmerr.h for good | Panu Matilainen | 2 | -2/+2 | |
2007-11-19 | Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels | Panu Matilainen | 2 | -6/+6 | |
2007-11-15 | Debugedit needs crypto initialization too.. | Panu Matilainen | 1 | -0/+2 | |
2007-11-07 | Silence bunch of compiler warnings from test programs | Panu Matilainen | 2 | -3/+3 | |
2007-11-07 | Remove bunch of unnecessary misc.h includes, document others | Panu Matilainen | 3 | -3/+2 | |
2007-11-02 | Use NSS instead of beecrypt for encryption (Tomas Mraz) | Panu Matilainen | 1 | -21/+20 | |
2007-11-01 | Include "legacy.h" not <rpmdb/legacy.h> | Panu Matilainen | 1 | -1/+1 | |
2007-10-31 | Add rpmtsPrintSuggests() method for now, use instead of ts internals mucking | Panu Matilainen | 1 | -14/+2 | |
- temporary measure to get rid of silly RPMTS_INTERNAL uses, the whole solve/suggestion thingie needs love or ripping... - clean up the suggestions in rpmtsClean() instead of while printing | |||||
2007-10-29 | Remove local def of uint32_t, uint16_t. | Ralf Corsépius | 1 | -5/+3 | |
Include <stdint.h>. Use size_t for sizes. | |||||
2007-10-28 | Include "rpmfc.h" instead of <rpmfc.h>. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-28 | Include "rpmbuild.h" instead of <rpmbuild.h>. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-28 | Include "rpmlib.h" instead of <rpmlib.h>. | Ralf Corsépius | 4 | -4/+4 | |
2007-10-28 | Include "rpmds.h" instead of <rpmds.h>. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-28 | Include "rpmcli.h" instead of <rpmcli.h>. | Ralf Corsépius | 2 | -2/+2 | |
2007-10-28 | Include "rpmio.h" instead of <rpmio.h>. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-28 | Include "fts.h" instead of <fts.h>. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-28 | Include "argv.h" instead of <argv.h>. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-28 | Include "rpmdb.h" instead of <rpmdb.h>. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-28 | Include "rpmmacro.h" instead of <rpmmacro.h>. | Ralf Corsépius | 2 | -2/+2 | |
2007-10-28 | Include "rpmurl.h" instead of <rpmurl.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 | 5 | -36/+36 | |
2007-10-18 | debugedit mishandles empty DW_AT_comp_dir (Roland McGrath) | Panu Matilainen | 1 | -5/+10 | |
- fpc seems to produce DW_AT_comp_dir with value "" (empty string). This is dubious, but debugedit makes it even worse by getting confused by it. | |||||
2007-10-18 | debugedit mishandles DW_FORM_ref_addr (Roland McGrath) | Panu Matilainen | 1 | -1/+1 | |
2007-10-09 | Make rpmerr.h private, include directly where needed. | Panu Matilainen | 2 | -0/+2 | |
2007-10-09 | Oops, one missed rpmError() user.. | Panu Matilainen | 1 | -3/+3 | |
2007-10-09 | Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE | Panu Matilainen | 1 | -2/+2 | |
2007-10-09 | Replace all uses of RPMMESS_ERROR with RPMLOG_ERR | Panu Matilainen | 2 | -6/+6 | |
2007-10-09 | Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG | Panu Matilainen | 1 | -2/+2 | |
2007-10-09 | Replace all rpmMessage() uses with rpmlog() | Panu Matilainen | 3 | -10/+10 | |
2007-10-09 | Replace all rpmError() uses with rpmlog() | Panu Matilainen | 1 | -3/+3 | |
2007-10-01 | Remove (unused). | Ralf Corsépius | 1 | -21/+0 | |
2007-09-25 | Hide rpmfc structure internals from the API | Panu Matilainen | 1 | -3/+2 | |
2007-09-21 | Fixup after Spec -> rpmSpec | Panu Matilainen | 1 | -1/+1 | |
2007-09-20 | Rip out unused anaconda-related hacks | Panu Matilainen | 1 | -5/+0 | |
2007-09-20 | Rename tagName/Value/Type() to rpmTagGet*() | Panu Matilainen | 1 | -4/+4 | |
- namespacing - avoid collisions with tagtype definitions | |||||
2007-09-18 | Change main() to using char *argv[]. | Ralf Corsépius | 8 | -8/+8 | |
2007-09-17 | Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAULTCONFIG is set. | Ralf Corsépius | 1 | -0/+2 | |
2007-09-17 | Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAULTCONFIG is set. | Ralf Corsépius | 1 | -0/+2 | |
2007-09-17 | Remove (Dead, unused). | Ralf Corsépius | 1 | -9/+0 | |