aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
Commit message (Expand)AuthorAgeFilesLines
* (open_archive) clean APIThierry Vignaud2012-02-071-10/+3
* (open_archive) switch from forking unpacker to using librpmThierry Vignaud2012-02-071-58/+17
* styleThierry Vignaud2012-01-301-6/+3
* simplify by using mXPUSHsThierry Vignaud2012-01-301-82/+82
* (Urpm_stream2header) use calloc() instead of malloc()+memset()Thierry Vignaud2012-01-061-2/+1
* (Urpm_spec2srcheader) fix parsing a spec file with rpm-4.9Thierry Vignaud2011-12-191-1/+1
* kill dead codeThierry Vignaud2011-09-201-4/+0
* (rpmtag_from_string) enable to traverse db by fullnameThierry Vignaud2011-09-201-0/+2
* (Urpm_spec2srcheader) fix urpmi segfaulting on 'urpmi foobar.spec' when someThierry Vignaud2011-09-121-1/+1
* (spec2srcheader) fix it for rpm-4.9.xThierry Vignaud2011-09-091-1/+4
* (Urpm_spec2srcheader) revers a rpm-4.9.0 change that breaks the testsuiteThierry Vignaud2011-04-211-1/+1
* (return_list_str) memset some struct, thus fixing crashing while removing sev...Thierry Vignaud2011-04-211-0/+2
* (spec2srcheader) replace malloc()+memset() by calloc()Thierry Vignaud2011-04-161-2/+1
* clean rpm5 support outThierry Vignaud2011-04-161-102/+0
* Backport thierry fix (first try to build with rpm-4.9.1)Dexter Morgan2011-04-151-6/+56
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-041-1/+1
* comment out unused codeChristophe Fergeau2009-08-101-0/+2
* remove no longer used SPEC_VERIFY constantPer Øyvind Karlsen2009-08-051-2/+0
* disttag & distepoch isn't utf8…Per Øyvind Karlsen2009-08-041-2/+2
* cast (es-s) to U32 (as the hv_fetch prototype expects) rather than casting st...Per Øyvind Karlsen2009-08-041-1/+1
* remove unused variableChristophe Fergeau2009-07-271-1/+0
* add support for %disttag & %distepochPer Øyvind Karlsen2009-07-261-0/+18
* just use (void) rather than assign rpmtsFree() since it seems to cause crashy...Per Øyvind Karlsen2009-07-261-15/+15
* oops, put back line that accidentally got removed in the previous commit…Per Øyvind Karlsen2009-07-261-0/+1
* enable and fix additional (-Wextra) warningsPer Øyvind Karlsen2009-07-261-13/+12
* fix gcc warnings about values not being usedPer Øyvind Karlsen2009-07-261-26/+26
* * clean out compatibility code for older rpm versions that's not reallyPer Øyvind Karlsen2009-07-261-102/+29
* Removed forgotten debugging logsChristophe Fergeau2009-05-111-2/+0
* Introduce get_gpg_fingerprint XS functionChristophe Fergeau2009-05-111-0/+36
* (verify_signature) make checking urpmi signatures works in chrooted environmentsThierry Vignaud2009-03-051-2/+3
* - fix bad free() (thanks to glibc for detecting it)Pascal Rigaux2008-12-151-4/+4
* - fix scriptlet failing:Pascal Rigaux2008-12-121-2/+2
* - adapt to rpm 4.6 changes:Pascal Rigaux2008-12-091-11/+16
* - adapt to rpm 4.6 changes: headerGetEntry -> headerGetPascal Rigaux2008-12-091-104/+112
* - adapt to some easy rpm 4.6 changes:Pascal Rigaux2008-12-091-31/+29
* free the iterator *after* usePascal Rigaux2008-12-091-2/+4
* do free the ts after user, this is especially needed since rpmVerifySignaturePascal Rigaux2008-12-091-0/+1
* - drop list_rpm_tag()Pascal Rigaux2008-12-091-30/+2
* adapt types to rpm-4.6.xPascal Rigaux2008-12-091-56/+58
* fix rpmRelocation usage with rpm 5.2Per Øyvind Karlsen2008-12-081-2/+13
* - $trans->run can now return both the translated errors, and some parsablePascal Rigaux2008-10-141-5/+8
* use rpmuint64_t rather than long long, we know that it should stay compatible:)Per Øyvind Karlsen2008-10-141-1/+1
* fix build with rpm5.org HEADPer Øyvind Karlsen2008-10-101-5/+11
* - handle flag "replacefiles"Pascal Rigaux2008-10-071-0/+2
* add filelinktos() & dirnames() to URPM::PackagePer Øyvind Karlsen2008-07-181-0/+16
* ensure that initSourceHeader gets run for rpm5.org, otherwise querying of spe...Per Øyvind Karlsen2008-07-171-0/+2
* fix build with rpm5.org HEADPer Øyvind Karlsen2008-07-141-0/+9
* - add traverse_tag_find()Pascal Rigaux2008-07-041-0/+43
* create rpmtag_from_string() out of Db_traverse_tagPascal Rigaux2008-07-011-15/+19
* - fix urpmi wrongly considering epochless conflicts to match any epoch in aPascal Rigaux2008-06-171-1/+2