aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
Commit message (Expand)AuthorAgeFilesLines
* do better "detection" of callback size without having to define it in Makefil...Per Øyvind Karlsen2008-03-011-7/+5
* rpm 4.5 and newer uses unsigned long long ulong1 in stead of unsigned long ul...Per Øyvind Karlsen2008-02-291-1/+8
* fix assignment from incompatible pointer type in Urpm_list_rpm_tag for rpm5Per Øyvind Karlsen2008-02-291-0/+4
* be sure to use same data type for check_flagPer Øyvind Karlsen2008-02-291-3/+3
* make sure to use same type (signess) in pack_rpm_headerPer Øyvind Karlsen2008-02-281-1/+1
* - restore FILENAME_TAG in generated hdlist (to be compatible with olderPascal Rigaux2008-02-281-0/+7
* fix define of _RPMTAG_INTERNAL at right place and drop redundant include of r...Per Øyvind Karlsen2008-02-281-1/+3
* add rpm5 wrapper functions, work in progress, URPM builds now at least :o)Per Øyvind Karlsen2008-02-281-14/+3
* do not mark as deprecated ->filename and URPM::Build::build_hdlist()Pascal Rigaux2008-02-251-1/+0
* adding filesize to synthesis on @info@ will break backward compatibility forPascal Rigaux2008-02-251-8/+12
* make ->filename work (again) on headerPascal Rigaux2008-02-251-0/+6
* - add filesize to synthesis, add ->filesize to get it, and addPascal Rigaux2008-02-251-3/+24
* fix previous commit (XS comments are perl-style, not C-style)Pascal Rigaux2008-02-251-2/+2
* - do not add FILENAME_TAG and FILESIZE_TAG to hdlist anymore,Pascal Rigaux2008-02-251-42/+7
* RPM_CHAR_TYPE isn't used for rpm5, #ifndef it awayPer Øyvind Karlsen2008-01-171-0/+2
* correct define for int_32 (rpm5)Per Øyvind Karlsen2008-01-171-1/+1
* more rpm5 work..Per Øyvind Karlsen2008-01-161-2/+13
* start on work for rpm5 supportPer Øyvind Karlsen2008-01-161-0/+4
* - fix regression in ->parse_rpm (introduced in 3.00) Pascal Rigaux2008-01-081-0/+1
* - suggests: Pascal Rigaux2007-12-141-15/+19
* don't crash when header is not available (fixes synthesis.t with rpm 4.4.2.2)Pascal Rigaux2007-12-141-1/+1
* fix cast warnings on 64 bi6Per Øyvind Karlsen2007-12-121-2/+2
* oops, typoPer Øyvind Karlsen2007-12-121-1/+1
* update against updated rpm 4.5 :)Per Øyvind Karlsen2007-12-121-2/+2
* - add URPM::DB::verify()Pascal Rigaux2007-12-111-0/+13
* fix support for rpm 4.5Per Øyvind Karlsen2007-12-111-0/+2
* fix typo in previous commit :-/Pascal Rigaux2007-12-111-2/+2
* adapt to rpm.org HEAD change from 7 Dec 2007Pascal Rigaux2007-12-111-3/+12
* final commit for rpm.org HEAD compliancePascal Rigaux2007-12-111-1/+8
* - use rpmpsNumProblems()Pascal Rigaux2007-12-101-5/+2
* - replace ->import_needed_pubkeys and ->import_pubkey in favor ofPascal Rigaux2007-12-101-189/+30
* RPMERR_* doesn't exist anymore in rpm.org HEADPascal Rigaux2007-12-101-0/+2
* simplifyPascal Rigaux2007-12-101-2/+1
* cleanupPascal Rigaux2007-12-101-1/+1
* get rid of fdFileno()Pascal Rigaux2007-12-101-1/+1
* - replace fdClose() with Fclose()Pascal Rigaux2007-12-101-10/+10
* introduce some compatibility code with rpm.org Pascal Rigaux2007-12-101-10/+29
* fix rpmCallbackFunction prototypePascal Rigaux2007-12-101-2/+2
* 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