| Commit message (Expand) | Author | Age | Files | Lines |
* | add rpm5 wrapper functions, work in progress, URPM builds now at least :o) | Per Øyvind Karlsen | 2008-02-28 | 1 | -14/+3 |
* | do not mark as deprecated ->filename and URPM::Build::build_hdlist() | Pascal Rigaux | 2008-02-25 | 1 | -1/+0 |
* | adding filesize to synthesis on @info@ will break backward compatibility for | Pascal Rigaux | 2008-02-25 | 1 | -8/+12 |
* | make ->filename work (again) on header | Pascal Rigaux | 2008-02-25 | 1 | -0/+6 |
* | - add filesize to synthesis, add ->filesize to get it, and add | Pascal Rigaux | 2008-02-25 | 1 | -3/+24 |
* | fix previous commit (XS comments are perl-style, not C-style) | Pascal Rigaux | 2008-02-25 | 1 | -2/+2 |
* | - do not add FILENAME_TAG and FILESIZE_TAG to hdlist anymore, | Pascal Rigaux | 2008-02-25 | 1 | -42/+7 |
* | RPM_CHAR_TYPE isn't used for rpm5, #ifndef it away | Per Øyvind Karlsen | 2008-01-17 | 1 | -0/+2 |
* | correct define for int_32 (rpm5) | Per Øyvind Karlsen | 2008-01-17 | 1 | -1/+1 |
* | more rpm5 work.. | Per Øyvind Karlsen | 2008-01-16 | 1 | -2/+13 |
* | start on work for rpm5 support | Per Øyvind Karlsen | 2008-01-16 | 1 | -0/+4 |
* | - fix regression in ->parse_rpm (introduced in 3.00) | Pascal Rigaux | 2008-01-08 | 1 | -0/+1 |
* | - suggests: | Pascal Rigaux | 2007-12-14 | 1 | -15/+19 |
* | don't crash when header is not available (fixes synthesis.t with rpm 4.4.2.2) | Pascal Rigaux | 2007-12-14 | 1 | -1/+1 |
* | fix cast warnings on 64 bi6 | Per Øyvind Karlsen | 2007-12-12 | 1 | -2/+2 |
* | oops, typo | Per Øyvind Karlsen | 2007-12-12 | 1 | -1/+1 |
* | update against updated rpm 4.5 :) | Per Øyvind Karlsen | 2007-12-12 | 1 | -2/+2 |
* | - add URPM::DB::verify() | Pascal Rigaux | 2007-12-11 | 1 | -0/+13 |
* | fix support for rpm 4.5 | Per Øyvind Karlsen | 2007-12-11 | 1 | -0/+2 |
* | fix typo in previous commit :-/ | Pascal Rigaux | 2007-12-11 | 1 | -2/+2 |
* | adapt to rpm.org HEAD change from 7 Dec 2007 | Pascal Rigaux | 2007-12-11 | 1 | -3/+12 |
* | final commit for rpm.org HEAD compliance | Pascal Rigaux | 2007-12-11 | 1 | -1/+8 |
* | - use rpmpsNumProblems() | Pascal Rigaux | 2007-12-10 | 1 | -5/+2 |
* | - replace ->import_needed_pubkeys and ->import_pubkey in favor of | Pascal Rigaux | 2007-12-10 | 1 | -189/+30 |
* | RPMERR_* doesn't exist anymore in rpm.org HEAD | Pascal Rigaux | 2007-12-10 | 1 | -0/+2 |
* | simplify | Pascal Rigaux | 2007-12-10 | 1 | -2/+1 |
* | cleanup | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
* | get rid of fdFileno() | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
* | - replace fdClose() with Fclose() | Pascal Rigaux | 2007-12-10 | 1 | -10/+10 |
* | introduce some compatibility code with rpm.org | Pascal Rigaux | 2007-12-10 | 1 | -10/+29 |
* | fix rpmCallbackFunction prototype | Pascal Rigaux | 2007-12-10 | 1 | -2/+2 |
* | simplify: use fdSize() | Pascal Rigaux | 2007-12-10 | 1 | -4/+1 |
* | use rpmlogSetCallback() instead of deprecated rpmErrorSetCallback() | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
* | use rpmlogMessage() instead of obsolete rpmErrorString() | Pascal Rigaux | 2007-12-10 | 1 | -6/+10 |
* | - create and use write_nocheck() to avoid warn_unused_result | Pascal Rigaux | 2007-12-10 | 1 | -8/+20 |
* | add rpmlog.h for future use | Pascal Rigaux | 2007-12-10 | 1 | -0/+2 |
* | - drop $package->upgrade_files() (unused for a long time afaik) | Pascal Rigaux | 2007-12-05 | 1 | -13/+0 |
* | - rpm 4.5 support (thanks to peroyvind) (#35323) | Pascal Rigaux | 2007-11-09 | 1 | -1/+9 |
* | - use a simple function to return simple string list from header | Pascal Rigaux | 2007-11-08 | 1 | -8/+27 |
* | fix build on rpm 4.4.2 | Pascal Rigaux | 2007-10-16 | 1 | -0/+2 |
* | - handle promotion via obsolete, not only provides | Pascal Rigaux | 2007-09-27 | 1 | -3/+42 |
* | fix typo in previous commit | Pascal Rigaux | 2007-09-27 | 1 | -1/+1 |
* | revert previous commit (not useful) and create update_hash_entry() doing what | Pascal Rigaux | 2007-09-27 | 1 | -13/+8 |
* | create update_hash_entry() out of update_provide_entry() for next commits | Pascal Rigaux | 2007-09-27 | 1 | -4/+14 |
* | - fix regression in 2.00: we can't cache the platform, cache the result of | Pascal Rigaux | 2007-09-18 | 1 | -7/+7 |
* | fix typo in previous typo fix | Pascal Rigaux | 2007-09-11 | 1 | -1/+1 |
* | fix typo in previous commit :-/ | Pascal Rigaux | 2007-09-11 | 1 | -1/+1 |
* | - speedup is_arch_compat (x7) by keeping the platform in a cache | Pascal Rigaux | 2007-09-11 | 1 | -6/+6 |
* | add missing free() | Pascal Rigaux | 2007-09-11 | 1 | -0/+1 |
* | add a comment | Pascal Rigaux | 2007-08-31 | 1 | -1/+1 |