2009-09-10 |
Panu Matilainen | Rip unnecessary headerDump() and the last ancient artif... |
tree | commitdiff |
2009-09-07 |
Panu Matilainen | Add noreturn annotations to javadeps |
tree | commitdiff |
2009-06-23 |
Panu Matilainen | Fix some typos in javadeps usage message (ticket #72) |
tree | commitdiff |
2009-06-16 |
Panu Matilainen | Add debugedit support for DWARF-3 (RhBug:505774) |
tree | commitdiff |
2009-03-19 |
Panu Matilainen | Revert couple of checksum -> digest renames |
tree | commitdiff |
2009-03-12 |
Panu Matilainen | Silence compiler whining on rpmsort and rpminject |
tree | commitdiff |
2009-02-27 |
Jindrich Novy | Add md5->filedigest aliases (rhbz#487597) |
tree | commitdiff |
2009-01-09 |
Panu Matilainen | javadeps format string fix from Pixel |
tree | commitdiff |
2009-01-08 |
Panu Matilainen | Don't bother translators with messages from unused... |
tree | commitdiff |
2009-01-08 |
Panu Matilainen | Delay NSS initialization until actually used |
tree | commitdiff |
2008-12-09 |
Jindrich Novy | Nuke the useless bits of rpmsort.c declared in global... |
tree | commitdiff |
2008-10-14 |
Panu Matilainen | Yank out ancient convertdb1 |
tree | commitdiff |
2008-07-04 |
Panu Matilainen | Remove rpmcache from repository |
tree | commitdiff |
2008-07-04 |
Panu Matilainen | Remove solvedb API and other related stuff |
tree | commitdiff |
2008-06-27 |
Panu Matilainen | debugedit: Include empty CU current directories (rhbz... |
tree | commitdiff |
2008-06-19 |
Panu Matilainen | Use type-specific headerPuts() for rpmcache |
tree | commitdiff |
2008-06-18 |
Panu Matilainen | Convert rpmcache to headerGet+Put |
tree | commitdiff |
2008-06-13 |
Jindrich Novy | Use 64bit sizes by default in rpmcache |
tree | commitdiff |
2008-05-21 |
Panu Matilainen | Ditch the tagtable argument of (internal) headerDump... |
tree | commitdiff |
2008-05-21 |
Panu Matilainen | Include rpmtypes.h first instead of rpmtag.h everywhere |
tree | commitdiff |
2008-05-12 |
Panu Matilainen | Fixup paths and Makefiles for rpmdb/ elimination |
tree | commitdiff |
2008-05-05 |
Panu Matilainen | Silence bogus warning on memset() |
tree | commitdiff |
2008-04-28 |
Jindrich Novy | Remove alloca() ussage from rpmcache.c |
tree | commitdiff |
2008-04-28 |
Jindrich Novy | Remove unused alloca'd variable |
tree | commitdiff |
2008-04-17 |
Jindrich Novy | Don't copy unknown number of args to buffer of fixed... |
tree | commitdiff |
2008-04-10 |
Panu Matilainen | Just call legacyRetrofit() instead of combined compress... |
tree | commitdiff |
2008-04-07 |
Panu Matilainen | Minimally convert all pgpHexCvt() users to use pgpHexSt... |
tree | commitdiff |
2008-04-07 |
Panu Matilainen | ARGV_t const pendantry |
tree | commitdiff |
2008-02-28 |
Panu Matilainen | Add missing leading underscores to names passed to... |
tree | commitdiff |
2008-02-05 |
Panu Matilainen | Mass convert (back) to rpmTag as it's usable everywhere now |
tree | commitdiff |
2008-02-05 |
Panu Matilainen | Use rpmTagType always now that it's available everywhere |
tree | commitdiff |
2008-02-05 |
Panu Matilainen | Yet another typedef for transaction ID, use where spotted |
tree | commitdiff |
2008-02-04 |
Panu Matilainen | Make check-programs build again, assorted type-fiddlings.. |
tree | commitdiff |
2008-02-04 |
Panu Matilainen | Add rpm_time_t type for time types (in headers), use... |
tree | commitdiff |
2008-01-30 |
Panu Matilainen | Include spring-cleaning |
tree | commitdiff |
2008-01-30 |
Panu Matilainen | Use rpmsenseFlags type for dependency flags everywhere... |
tree | commitdiff |
2008-01-30 |
Panu Matilainen | rpmlib.h mass eviction |
tree | commitdiff |
2008-01-04 |
Panu Matilainen | Remove now useless nested function in debugedit |
tree | commitdiff |
2007-12-19 |
Panu Matilainen | Add rpm_data_t (and _constdata_t) for header data,... |
tree | commitdiff |
2007-12-18 |
Panu Matilainen | Cast to silence gcc.. |
tree | commitdiff |
2007-12-18 |
Panu Matilainen | Remove bogus const from rpmGlob argv return type |
tree | commitdiff |
2007-12-14 |
Panu Matilainen | Bogus const removal continued... |
tree | commitdiff |
2007-12-14 |
Panu Matilainen | Bunch of const char* corrections |
tree | commitdiff |
2007-12-14 |
Panu Matilainen | More size_t type pedantry |
tree | commitdiff |
2007-12-13 |
Panu Matilainen | Use rpm_tagtype_t everywhere for rpm (header) tagtype... |
tree | commitdiff |
2007-12-13 |
Panu Matilainen | Use rpm_tag_t everywhere for rpm (header) tag type |
tree | commitdiff |
2007-12-08 |
Panu Matilainen | Switch to <rpm/foo.h> style for public headers |
tree | commitdiff |
2007-12-02 |
Panu Matilainen | Move rpmsenseFlag enums to rpmds where they logically... |
tree | commitdiff |
2007-12-03 |
Panu Matilainen | Use regular POSIX functions instead of "RPC" clones |
tree | commitdiff |
2007-12-01 |
Panu Matilainen | More rpmlead exorcizing |
tree | commitdiff |
2007-11-30 |
Panu Matilainen | Move logging related macros rpmlog, adjust includes |
tree | commitdiff |
2007-11-27 |
Panu Matilainen | One missed legacy include |
tree | commitdiff |
2007-11-26 |
Ralf Corsépius | Remove #include "lib/signature.h" (unused) |
tree | commitdiff |
2007-11-26 |
Ralf Corsépius | Eliminate type "byte" |
tree | commitdiff |
2007-11-23 |
Ralf Corsépius | Expand private include file names to be relative to... |
tree | commitdiff |
2007-11-23 |
Panu Matilainen | Move rpmGlob() from macros to rpmfileutil.h |
tree | commitdiff |
2007-11-23 |
Ralf Corsépius | Use #include <x.h> syntax to include public headers. |
tree | commitdiff |
2007-11-22 |
Ralf Corsépius | Include system.h |
tree | commitdiff |
2007-11-19 |
Panu Matilainen | Lose rpmerr.h for good |
tree | commitdiff |
2007-11-19 |
Panu Matilainen | Replace all RPMERR_* etc uses with corresponding RPMLOG... |
tree | commitdiff |
2007-11-15 |
Panu Matilainen | Debugedit needs crypto initialization too.. |
tree | commitdiff |
2007-11-07 |
Panu Matilainen | Silence bunch of compiler warnings from test programs |
tree | commitdiff |
2007-11-07 |
Panu Matilainen | Remove bunch of unnecessary misc.h includes, document... |
tree | commitdiff |
2007-11-02 |
Peter Jones | Merge |
tree | commitdiff |
2007-11-02 |
Panu Matilainen | Use NSS instead of beecrypt for encryption (Tomas Mraz) |
tree | commitdiff |
2007-11-01 |
Panu Matilainen | Include "legacy.h" not <rpmdb/legacy.h> |
tree | commitdiff |
2007-10-31 |
Panu Matilainen | Add rpmtsPrintSuggests() method for now, use instead... |
tree | commitdiff |
2007-10-29 |
Panu Matilainen | Automated merge with ssh://pmatilai@login.linux.duke... |
tree | commitdiff |
2007-10-29 |
Ralf Corsépius | Remove local def of uint32_t, uint16_t. |
tree | commitdiff |
2007-10-28 |
Ralf Corsépius | Include "rpmfc.h" instead of <rpmfc.h>. |
tree | commitdiff |
2007-10-28 |
Ralf Corsépius | Include "rpmbuild.h" instead of <rpmbuild.h>. |
tree | commitdiff |
2007-10-28 |
Ralf Corsépius | Include "rpmlib.h" instead of <rpmlib.h>. |
tree | commitdiff |
2007-10-28 |
Ralf Corsépius | Include "rpmds.h" instead of <rpmds.h>. |
tree | commitdiff |
2007-10-28 |
Ralf Corsépius | Include "rpmcli.h" instead of <rpmcli.h>. |
tree | commitdiff |
2007-10-28 |
Ralf Corsépius | Include "rpmio.h" instead of <rpmio.h>. |
tree | commitdiff |
2007-10-28 |
Ralf Corsépius | Include "fts.h" instead of <fts.h>. |
tree | commitdiff |
2007-10-28 |
Ralf Corsépius | Include "argv.h" instead of <argv.h>. |
tree | commitdiff |
2007-10-28 |
Ralf Corsépius | Include "rpmdb.h" instead of <rpmdb.h>. |
tree | commitdiff |
2007-10-28 |
Ralf Corsépius | Include "rpmmacro.h" instead of <rpmmacro.h>. |
tree | commitdiff |
2007-10-28 |
Ralf Corsépius | Include "rpmurl.h" instead of <rpmurl.h>. |
tree | commitdiff |
2007-10-26 |
Ralf Corsépius | Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types... |
tree | commitdiff |
2007-10-18 |
Ralf Corsépius | Use DOXYGEN instead of __DOXYGEN. |
tree | commitdiff |
2007-10-18 |
Panu Matilainen | debugedit mishandles empty DW_AT_comp_dir (Roland McGrath) |
tree | commitdiff |
2007-10-18 |
Panu Matilainen | debugedit mishandles DW_FORM_ref_addr (Roland McGrath) |
tree | commitdiff |
2007-10-09 |
Panu Matilainen | Make rpmerr.h private, include directly where needed. |
tree | commitdiff |
2007-10-09 |
Panu Matilainen | Oops, one missed rpmError() user.. |
tree | commitdiff |
2007-10-09 |
Panu Matilainen | Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE |
tree | commitdiff |
2007-10-09 |
Panu Matilainen | Replace all uses of RPMMESS_ERROR with RPMLOG_ERR |
tree | commitdiff |
2007-10-09 |
Panu Matilainen | Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG |
tree | commitdiff |
2007-10-09 |
Panu Matilainen | Replace all rpmMessage() uses with rpmlog() |
tree | commitdiff |
2007-10-09 |
Panu Matilainen | Replace all rpmError() uses with rpmlog() |
tree | commitdiff |
2007-10-01 |
Ralf Corsépius | Remove (unused). |
tree | commitdiff |
2007-09-25 |
Panu Matilainen | Hide rpmfc structure internals from the API |
tree | commitdiff |
2007-09-21 |
Panu Matilainen | Fixup after Spec -> rpmSpec |
tree | commitdiff |
2007-09-20 |
Panu Matilainen | Rip out unused anaconda-related hacks |
tree | commitdiff |
2007-09-20 |
Panu Matilainen | Rename tagName/Value/Type() to rpmTagGet*() |
tree | commitdiff |
2007-09-18 |
Ralf Corsépius | Change main() to using char *argv[]. |
tree | commitdiff |
2007-09-17 |
Ralf Corsépius | Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAUL... |
tree | commitdiff |
2007-09-17 |
Ralf Corsépius | Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAUL... |
tree | commitdiff |
2007-09-17 |
Ralf Corsépius | Remove (Dead, unused). |
tree | commitdiff |
next |