aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
Commit message (Expand)AuthorAgeFilesLines
* fix importing pubkeys with rpm-4.10.0 (eg: when adding media)Thierry Vignaud2012-06-111-5/+11
* (import_pubkey) drop it (this function is dead for 5 years)Thierry Vignaud2012-06-111-9/+0
* alias many flags setters (16% code saved with previous commit)Thierry Vignaud2012-06-081-68/+20
* alias many flags accessors in order to save codeThierry Vignaud2012-06-081-49/+18
* alias many simple accessors in order to save code space (10% saved)Thierry Vignaud2012-06-081-238/+113
* drop support for rpm-4.8.xThierry Vignaud2012-06-081-44/+0
* (platformscore) kill unimplemented functionThierry Vignaud2012-06-081-11/+0
* (list_rpm_tag) kill unimplemented functionThierry Vignaud2012-06-081-6/+0
* (is_platform_compat) kill unimplemented function (dead since switch toThierry Vignaud2012-06-081-13/+0
* (update_header, add, parse_hdlist__XS, parse_rpm) kill compatabilityThierry Vignaud2012-06-081-16/+4
* kill unused PROMOTE_EPOCH_SENSEThierry Vignaud2012-06-081-5/+0
* (get_arch) introduce this new helper in order to simplify the codeThierry Vignaud2012-06-081-7/+12
* explain dead codeThierry Vignaud2012-02-271-0/+3
* (update_header) explain what are magic numbersThierry Vignaud2012-02-271-0/+2
* better pack package structureThierry Vignaud2012-02-271-3/+3
* (Pkg_set_filesize) enable to set filesizeThierry Vignaud2012-02-271-0/+7
* (size) styleThierry Vignaud2012-02-221-1/+2
* style: reindent after previous commitThierry Vignaud2012-02-221-21/+21
* (parse_rpm,verify_rpm) factorize some testsThierry Vignaud2012-02-221-25/+21
* style: remove useless bracketsThierry Vignaud2012-02-221-136/+105
* (drop_tags) readd two lines dropped by error in a commented outThierry Vignaud2012-02-221-0/+2
* (update_header) get real file size from actual package fileThierry Vignaud2012-02-221-0/+1
* (update_header) do not add FILENAME_TAG to hdlist anymore (unused since mdv2008)Thierry Vignaud2012-02-221-9/+0
* kill unused FILESIZE_TAGThierry Vignaud2012-02-221-1/+0
* use NULL rather than 0 for header pointersThierry Vignaud2012-02-221-5/+5
* (get_filesize) use librpm's headerGetNumber()Thierry Vignaud2012-02-221-1/+1
* (sigsize_to_filesize) rename as get_filesize(), moving deferencing from calle...Thierry Vignaud2012-02-221-5/+5
* (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