2010-09-01 |
Anssi Hannula | debugedit: fix incorrect error messages regarding ... |
tree | commitdiff |
2010-08-24 |
Panu Matilainen | Send the mostly broken rpminject and rpmsort "test... |
tree | commitdiff |
2010-08-20 |
Panu Matilainen | Remove signing support from (lib)rpmbuild |
tree | commitdiff |
2010-08-20 |
Panu Matilainen | Yet another unused copy of identifyDepend() hiding... |
tree | commitdiff |
2010-08-20 |
Panu Matilainen | Remove unused code, hidden away from compiler warnings... |
tree | commitdiff |
2010-05-11 |
Roland McGrath | Make debugedit -i recompute build ID only when any... |
tree | commitdiff |
2010-05-11 |
Roland McGrath | Whitespace fixups for tools/debugedit.c |
tree | commitdiff |
2010-04-29 |
Panu Matilainen | Fix a few uninitialized variable cases found by clang... |
tree | commitdiff |
2010-03-22 |
Panu Matilainen | Lose the useless rpmio refcounting debug junk |
tree | commitdiff |
2010-02-25 |
Panu Matilainen | Gah, stupid thinko in elfdeps |
tree | commitdiff |
2010-02-10 |
Panu Matilainen | Split elf dependency extraction out of librpmbuild... |
tree | commitdiff |
2010-01-05 |
Panu Matilainen | Move <stdio.h> includes out of system.h to the places... |
tree | commitdiff |
2010-01-05 |
Panu Matilainen | Move <ctype.h> include out of system.h to the places... |
tree | commitdiff |
2010-01-05 |
Panu Matilainen | Remove <string.h> include from system.h into the few... |
tree | commitdiff |
2010-01-05 |
Panu Matilainen | Include <stdlib.h> as necessary instead of system.h |
tree | commitdiff |
2010-01-05 |
Panu Matilainen | Move <mcheck.h> include out of system.h to the couple... |
tree | commitdiff |
2010-01-05 |
Panu Matilainen | Unconditionally include <netdb.h> where needed instead... |
tree | commitdiff |
2010-01-04 |
Panu Matilainen | Remove unused header checks from configure |
tree | commitdiff |
2009-12-21 |
Panu Matilainen | Eliminate the rpmte tsort info manipulation public API |
tree | commitdiff |
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 |
next |