aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
Commit message (Expand)AuthorAgeFilesLines
* simplify: use fdSize()Pascal Rigaux2007-12-101-4/+1
* use rpmlogSetCallback() instead of deprecated rpmErrorSetCallback()Pascal Rigaux2007-12-101-1/+1
* use rpmlogMessage() instead of obsolete rpmErrorString()Pascal Rigaux2007-12-101-6/+10
* - create and use write_nocheck() to avoid warn_unused_resultPascal Rigaux2007-12-101-8/+20
* add rpmlog.h for future usePascal Rigaux2007-12-101-0/+2
* - drop $package->upgrade_files() (unused for a long time afaik)Pascal Rigaux2007-12-051-13/+0
* - rpm 4.5 support (thanks to peroyvind) (#35323)Pascal Rigaux2007-11-091-1/+9
* - use a simple function to return simple string list from header Pascal Rigaux2007-11-081-8/+27
* fix build on rpm 4.4.2Pascal Rigaux2007-10-161-0/+2
* - handle promotion via obsolete, not only providesPascal Rigaux2007-09-271-3/+42
* fix typo in previous commitPascal Rigaux2007-09-271-1/+1
* revert previous commit (not useful) and create update_hash_entry() doing whatPascal Rigaux2007-09-271-13/+8
* create update_hash_entry() out of update_provide_entry() for next commitsPascal Rigaux2007-09-271-4/+14
* - fix regression in 2.00: we can't cache the platform, cache the result ofPascal Rigaux2007-09-181-7/+7
* fix typo in previous typo fixPascal Rigaux2007-09-111-1/+1
* fix typo in previous commit :-/Pascal Rigaux2007-09-111-1/+1
* - speedup is_arch_compat (x7) by keeping the platform in a cachePascal Rigaux2007-09-111-6/+6
* add missing free()Pascal Rigaux2007-09-111-0/+1
* add a commentPascal Rigaux2007-08-311-1/+1
* - disable "dropping tags from rpm header" until we can safely use itPascal Rigaux2007-08-291-1/+1
* - spec2srcheader: workaround parseSpec returning a header where ->arch is setPascal Rigaux2007-08-281-0/+4
* - allow running transaction with justdb optionPascal Rigaux2007-08-231-0/+2
* - fix dropping tags from rpm header.Pascal Rigaux2007-08-121-27/+62
* - allow running transaction with replagekgs optionPascal Rigaux2007-08-111-0/+2
* add documentationPascal Rigaux2007-08-101-0/+3
* there is no use retrying after a headerRead failure since headerRead may havePascal Rigaux2007-08-101-14/+0
* - compilation fixes on rpm < 4.4.8Pascal Rigaux2007-08-091-1/+1
* compilation fixes on rpm < 4.4.8Pascal Rigaux2007-08-091-2/+10
* - "suggests" are no more handled as "requires"Pascal Rigaux2007-08-091-9/+71
* - add $trans->Element_version and $trans->Element_releasePascal Rigaux2007-08-031-0/+20
* - Urpm_read_config_files properly return the value to perlOlivier Thauvin2007-07-041-2/+3
* - fix parseSpec argumentOlivier Thauvin2007-07-041-1/+3
* - add osscore() and archscore() function to evaluate computer compatiblity to...Olivier Thauvin2007-07-041-0/+35
* - add Pkg_is_platform_compat() and Urpm_platformscore() coming with rpm 4.4.8Olivier Thauvin2007-07-041-1/+48
* - make is_arch_compat rpm 4.4.8 compliantOlivier Thauvin2007-06-191-2/+16
* - hack on $pkg->is_arch_compat to make it return true for noarch packagesPascal Rigaux2007-06-121-2/+3
* - new release, 1.631.63Pascal Rigaux2007-05-091-0/+10
* - 1.611.61Pascal Rigaux2007-04-271-0/+19
* - make read_config_files() the load error code1.59Olivier Thauvin2007-03-011-12/+43
* use SvTRUE() instead of SvIV() for boolean values 1.53Pascal Rigaux2007-01-081-7/+7
* - much stricter synthesis parsing. fail on first errorPascal Rigaux2006-12-041-5/+14
* correctly set "\0"Pascal Rigaux2006-12-041-0/+1
* correctly handle gzread error codePascal Rigaux2006-12-041-1/+4
* rpmReadPackageFile() can return ok but no header :-/Pascal Rigaux2006-12-011-2/+2
* rpmReadPackageFile() can return ok but no header :-/1.51Pascal Rigaux2006-12-011-1/+1
* (Trans_add) factorize size to allocateThierry Vignaud2006-11-291-1/+1
* (Trans_add) adjust allocated memoryThierry Vignaud2006-11-291-1/+1
* (Trans_add) remove guard, proper fix is now enoughThierry Vignaud2006-11-291-1/+0
* (Trans_add) fix segfault on ia32 (when one replace "struct foobar" byThierry Vignaud2006-11-291-0/+4
* (Trans_add) fix segfault when using --excludepathThierry Vignaud2006-11-291-0/+1