| Commit message (Expand) | Author | Age | Files | Lines |
* | make a rpm.org wrapper function for Fstat() | Per Øyvind Karlsen | 2009-08-06 | 1 | -8/+0 |
* | remove #ifdef RPM_ORG around RPM_CHAR_TYPE as it's no longer required due to | Per Øyvind Karlsen | 2009-08-06 | 1 | -2/+0 |
* | make char_backups static | Per Øyvind Karlsen | 2009-08-06 | 1 | -1/+1 |
* | move some rpm5 compatibility functions into a separate header to keep source ... | Per Øyvind Karlsen | 2009-08-06 | 1 | -121/+1 |
* | implement a local version of rpm5.org's EVR_t, rpmEVR* & friends for rpm.org | Per Øyvind Karlsen | 2009-08-06 | 1 | -5/+116 |
* | "fix" rpmvercmp behaviour with rpm5 (fixing rpm.org remains) | Per Øyvind Karlsen | 2009-08-06 | 1 | -5/+32 |
* | * as rpm uses unsigned long for epoch, use strtoul() rather than atoi() | Per Øyvind Karlsen | 2009-08-06 | 1 | -4/+2 |
* | fix warning about operation might being undefined | Per Øyvind Karlsen | 2009-08-05 | 1 | -1/+1 |
* | * get version to compare from %provideversion with get_evr() rather than | Per Øyvind Karlsen | 2009-08-05 | 1 | -114/+62 |
* | * add support for fetching disttag & distepoch with get_fullname_parts() | Per Øyvind Karlsen | 2009-08-05 | 1 | -159/+170 |
* | store package filename based on rpm configuration rather than hardcoding it | Per Øyvind Karlsen | 2009-08-05 | 1 | -19/+61 |
* | remove no longer used SPEC_VERIFY constant | Per Øyvind Karlsen | 2009-08-05 | 1 | -2/+0 |
* | disttag & distepoch isn't utf8… | Per Øyvind Karlsen | 2009-08-04 | 1 | -2/+2 |
* | cast (es-s) to U32 (as the hv_fetch prototype expects) rather than casting st... | Per Øyvind Karlsen | 2009-08-04 | 1 | -1/+1 |
* | remove unused variable | Christophe Fergeau | 2009-07-27 | 1 | -1/+0 |
* | add support for %disttag & %distepoch | Per Øyvind Karlsen | 2009-07-26 | 1 | -0/+18 |
* | just use (void) rather than assign rpmtsFree() since it seems to cause crashy... | Per Øyvind Karlsen | 2009-07-26 | 1 | -15/+15 |
* | oops, put back line that accidentally got removed in the previous commit… | Per Øyvind Karlsen | 2009-07-26 | 1 | -0/+1 |
* | enable and fix additional (-Wextra) warnings | Per Øyvind Karlsen | 2009-07-26 | 1 | -13/+12 |
* | fix gcc warnings about values not being used | Per Øyvind Karlsen | 2009-07-26 | 1 | -26/+26 |
* | * clean out compatibility code for older rpm versions that's not really | Per Øyvind Karlsen | 2009-07-26 | 1 | -102/+29 |
* | Removed forgotten debugging logs | Christophe Fergeau | 2009-05-11 | 1 | -2/+0 |
* | Introduce get_gpg_fingerprint XS function | Christophe Fergeau | 2009-05-11 | 1 | -0/+36 |
* | (verify_signature) make checking urpmi signatures works in chrooted environments | Thierry Vignaud | 2009-03-05 | 1 | -2/+3 |
* | - fix bad free() (thanks to glibc for detecting it) | Pascal Rigaux | 2008-12-15 | 1 | -4/+4 |
* | - fix scriptlet failing: | Pascal Rigaux | 2008-12-12 | 1 | -2/+2 |
* | - adapt to rpm 4.6 changes: | Pascal Rigaux | 2008-12-09 | 1 | -11/+16 |
* | - adapt to rpm 4.6 changes: headerGetEntry -> headerGet | Pascal Rigaux | 2008-12-09 | 1 | -104/+112 |
* | - adapt to some easy rpm 4.6 changes: | Pascal Rigaux | 2008-12-09 | 1 | -31/+29 |
* | free the iterator *after* use | Pascal Rigaux | 2008-12-09 | 1 | -2/+4 |
* | do free the ts after user, this is especially needed since rpmVerifySignature | Pascal Rigaux | 2008-12-09 | 1 | -0/+1 |
* | - drop list_rpm_tag() | Pascal Rigaux | 2008-12-09 | 1 | -30/+2 |
* | adapt types to rpm-4.6.x | Pascal Rigaux | 2008-12-09 | 1 | -56/+58 |
* | fix rpmRelocation usage with rpm 5.2 | Per Øyvind Karlsen | 2008-12-08 | 1 | -2/+13 |
* | - $trans->run can now return both the translated errors, and some parsable | Pascal Rigaux | 2008-10-14 | 1 | -5/+8 |
* | use rpmuint64_t rather than long long, we know that it should stay compatible:) | Per Øyvind Karlsen | 2008-10-14 | 1 | -1/+1 |
* | fix build with rpm5.org HEAD | Per Øyvind Karlsen | 2008-10-10 | 1 | -5/+11 |
* | - handle flag "replacefiles" | Pascal Rigaux | 2008-10-07 | 1 | -0/+2 |
* | add filelinktos() & dirnames() to URPM::Package | Per Øyvind Karlsen | 2008-07-18 | 1 | -0/+16 |
* | ensure that initSourceHeader gets run for rpm5.org, otherwise querying of spe... | Per Øyvind Karlsen | 2008-07-17 | 1 | -0/+2 |
* | fix build with rpm5.org HEAD | Per Øyvind Karlsen | 2008-07-14 | 1 | -0/+9 |
* | - add traverse_tag_find() | Pascal Rigaux | 2008-07-04 | 1 | -0/+43 |
* | create rpmtag_from_string() out of Db_traverse_tag | Pascal Rigaux | 2008-07-01 | 1 | -15/+19 |
* | - fix urpmi wrongly considering epochless conflicts to match any epoch in a | Pascal Rigaux | 2008-06-17 | 1 | -1/+2 |
* | un-revert rpm5.org cosmetics now that cooker has reopened | Per Øyvind Karlsen | 2008-04-14 | 1 | -25/+30 |
* | update authors and copyright notic | Pascal Rigaux | 2008-04-10 | 1 | -1/+1 |
* | revert unneeded commit for nowtopic/3.12 | Pascal Rigaux | 2008-03-25 | 1 | -28/+25 |
* | fix a typo in a comment </pedanticlamer> | Per Øyvind Karlsen | 2008-03-19 | 1 | -1/+1 |
* | make URPM more portable by using standard %{_target_vendor} & %{_target_cpu} ... | Per Øyvind Karlsen | 2008-03-19 | 1 | -5/+5 |
* | change x,y check to y,x. More intuitive, for me at least, other order frequen... | Per Øyvind Karlsen | 2008-03-19 | 1 | -25/+25 |