aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* document what bug is fixedtopic/1.60Pascal Rigaux2007-03-291-1/+1
* perl_checker compliancePascal Rigaux2007-03-081-12/+7
* split request_packages_to_upgrade() in 2 functionsPascal Rigaux2007-03-061-2/+18
* rewritePascal Rigaux2007-03-061-6/+7
* simplifyPascal Rigaux2007-03-061-2/+8
* - fix rpm version check, grrrrOlivier Thauvin2007-03-011-1/+1
* - 0.59Olivier Thauvin2007-03-011-4/+3
* - make read_config_files() the load error code1.59Olivier Thauvin2007-03-011-12/+43
* fix regexp detecting the need for strict-arch (on x86_64)Pascal Rigaux2007-01-191-2/+2
* add t/RPMS/Pascal Rigaux2007-01-150-0/+0
* - chdir "t"Pascal Rigaux2007-01-151-14/+16
* work in directory "t"Pascal Rigaux2007-01-151-2/+3
* move test-rpm.spec into t/Pascal Rigaux2007-01-154-3/+4
* - use our own tmppath (Patrice Dumas)Pascal Rigaux2007-01-151-2/+5
* perl-URPM.spec is no more bundled with dist, removing "rpm" and "srpm" targetsPascal Rigaux2007-01-151-15/+1
* better debug text1.54Pascal Rigaux2007-01-091-2/+2
* @chosen is always non empty, and @chosen == 1 is already handledPascal Rigaux2007-01-091-1/+1
* use a sort to make things clearPascal Rigaux2007-01-091-20/+15
* factorizePascal Rigaux2007-01-091-12/+10
* factorize code into _set_flag_installed_and_upgrade_if_no_newer()Pascal Rigaux2007-01-091-31/+21
* suggest a valid reason why a package was not foundPascal Rigaux2007-01-091-1/+1
* fix previous commitPascal Rigaux2007-01-091-4/+4
* create _id_to_name() and use itPascal Rigaux2007-01-091-12/+37
* allow toggling debugging and handling it through a callbackPascal Rigaux2007-01-091-14/+28
* - add missing files to the tarball to allow make testPascal Rigaux2007-01-081-1/+1
* updatePascal Rigaux2007-01-081-1/+1
* use SvTRUE() instead of SvIV() for boolean values 1.53Pascal Rigaux2007-01-081-7/+7
* add to the tarball the files needed for "make test"Pascal Rigaux2007-01-081-0/+2
* 1.521.52Pascal Rigaux2006-12-042-1/+82
* - much stricter synthesis parsing. fail on first errorPascal Rigaux2006-12-044-15/+31
* correctly set "\0"Pascal Rigaux2006-12-041-0/+1
* remove temp filePascal Rigaux2006-12-041-1/+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-012-2/+2
* (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
* 1.50 new release 1.50Pascal Rigaux2006-11-291-1/+1
* (Trans_add) fix segfault when using --excludepathThierry Vignaud2006-11-291-0/+1
* (Trans_add) fix the segfault when using --excludepath (introduced inThierry Vignaud2006-11-291-6/+5
* (Trans_add) fix segfaultThierry Vignaud2006-11-291-1/+1
* - default to strict-arch on 64bits (tvignaud)Pascal Rigaux2006-11-211-0/+92
* add some tests on empty header, buggy header, empty hdlistPascal Rigaux2006-11-171-1/+17
* at least one good header is needed for non compressed hdlist and non empty filePascal Rigaux2006-11-171-0/+2
* - parse_hdlist on a simple header was broken because pid was left unset,Pascal Rigaux2006-11-172-2/+14
* do display on which pkgs the 2 sorted lists disagreePascal Rigaux2006-11-151-1/+3
* add a wrapper in perl around parse_hdlist and parse_synthesisPascal Rigaux2006-11-152-2/+19
* remove debug stuffPascal Rigaux2006-11-151-2/+0