aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | (return_list_tag, Pkg_id) styleThierry Vignaud2012-06-131-9/+4
| |
* | (pack_header) constify some local variablesThierry Vignaud2012-06-131-5/+5
| |
* | constify some functions argsThierry Vignaud2012-06-131-17/+17
| |
* | simplify: newSVpv(foobar, 0) -> newSVpvs(foobar)Thierry Vignaud2012-06-131-10/+10
| |
* | tag some internal functions as static (saves another 1% of code)Thierry Vignaud2012-06-131-8/+8
| |
* | (return_list_int32_t) rename as return_list_uint32_t():Thierry Vignaud2012-06-131-7/+7
| | | | | | | | we return the result of rpmtdNextUint32() :-)
* | (return_list_tag) report about unknown tags (also silent compiler btw)Thierry Vignaud2012-06-131-0/+3
| |
* | use proper rpm typesThierry Vignaud2012-06-131-27/+30
| |
* | (rpmtag_from_string) make it staticThierry Vignaud2012-06-131-1/+1
| |
* | (Db_create_transaction) remove 'prefix' paremter which is unused for 9 years,Thierry Vignaud2012-06-132-2/+2
| | | | | | | | | | | | | | since commit r11141 by fpons on Apr 29 2003: "first try of 4.2 compatible perl-URPM" warning: this break compatibility with urpmi!
* | (return_list_tag_modifier) simplifyThierry Vignaud2012-06-131-4/+2
| |
* | silence some compiler warningsThierry Vignaud2012-06-131-4/+4
| |
* | (spec2srcheader) kill useless defineThierry Vignaud2012-06-131-2/+0
| |
* | (Pkg_distepoch) drop it (never worked on rpm.org, never used)Thierry Vignaud2012-06-131-12/+0
| |
* | alias Trans->Element*()Thierry Vignaud2012-06-131-43/+19
| | | | | | | | | | | | alias *score() functions (further 2% code saving)
* | (provides_overlap) alias it with obsoletes_overlapThierry Vignaud2012-06-132-39/+18
| | | | | | | | (saves another 1.1% of code size)
* | 4.14.1Thierry Vignaud2012-06-112-1/+3
| |
* | fix importing pubkeys with rpm-4.10.0 (eg: when adding media)Thierry Vignaud2012-06-112-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ts_nosignature) return old values of ts->vsflags (Db_traverse,Db_traverse_tag,Db_traverse_tag_find) restore previous ts->vsflags issue introduced in commit r22930 by nanardon on Mar 1 2007: "- make read_config_files() the load error code - URPM::read_config_files return success true/false - load config file at module load - the config is tagged as load only in case of success, so reloading after error will retry anyway" looks like an optimisation silently added with that commit for faster DB traversing; up to rpm-4.9.x, this was OK, but rpm-4.10.0 now refuses to load the keyring if signature checking is disabled, which fails importing the key
* | (import_pubkey) drop it (this function is dead for 5 years)Thierry Vignaud2012-06-112-9/+2
| |
* | fix dateThierry Vignaud2012-06-111-1/+1
| |
* | 4.04.0Thierry Vignaud2012-06-082-1/+3
| |
* | alias many flags setters (16% code saved with previous commit)Thierry Vignaud2012-06-082-68/+21
| |
* | 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 URPM::Query as:Thierry Vignaud2012-06-083-48/+1
| | | | | | | | | | 1) it's unused by anything in the distro 2) it's broken since 2008-12-09 as list_rpm_tag() die
* | do not load unused URPM::QueryThierry Vignaud2012-06-081-1/+1
| |
* | drop support for rpm-4.8.xThierry Vignaud2012-06-083-45/+2
| |
* | (platformscore) kill unimplemented functionThierry Vignaud2012-06-083-16/+2
| | | | | | | | | | (dead since commit r232405 by pixel on Dec 10 2007: "introduce some compatibility code with rpm.org")
* | (list_rpm_tag) kill unimplemented functionThierry Vignaud2012-06-081-6/+0
| | | | | | | | | | (dead since commit r250318 from pixel on Dec 9 2008: "- drop list_rpm_tag()")
* | explain further breakageThierry Vignaud2012-06-081-0/+2
| |
* | (is_platform_compat) kill unimplemented function (dead since switch toThierry Vignaud2012-06-083-27/+1
| | | | | | | | rpm.org in 2007)
* | (update_header, add, parse_hdlist__XS, parse_rpm) kill compatabilityThierry Vignaud2012-06-081-16/+4
| | | | | | | | mode with an interface dead since December 2002
* | 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
|/
* blacklist Test::MoreThierry Vignaud2012-06-081-1/+2
|
* help perl_checkerThierry Vignaud2012-06-081-1/+1
|
* kill a warning during testsThierry Vignaud2012-06-081-0/+1
|
* we don't compile anymore with rpm < 4.8Thierry Vignaud2012-04-111-1/+1
|
* document the difference between foobar() and foobard_nosense()Thierry Vignaud2012-03-211-0/+17
|
* document URPM::traverse_tag_find()Thierry Vignaud2012-03-211-0/+8
| | | | (introduced in URPM-3.39)
* include older NEWSThierry Vignaud2012-03-201-0/+799
|
* Revert "(backtrack_selected) help perl_checker"Thierry Vignaud2012-03-191-1/+1
| | | | | This reverts commit 2873 from Feb 1 2012 (perl_checker has better fake packages now)
* comment that URPM::Query is totally unused by anything in the distroThierry Vignaud2012-03-161-0/+3
|
* (min) kill unused functionThierry Vignaud2012-03-161-1/+0
|
* 3.403.40Thierry Vignaud2012-03-162-1/+3
|
* update blacklistThierry Vignaud2012-03-161-0/+12
|
* (listlenght,uniq) enable perl_checker to see how many arguments are expectedThierry Vignaud2012-03-161-2/+10
|
* (find_required_package) perl_checker cleanupThierry Vignaud2012-03-161-1/+1
|
* (property2name,property2name_range,property2name_op_version) enable ↵Thierry Vignaud2012-03-161-3/+8
| | | | perl_checker to see how many arguments are expected
* (URPM::traverse_tag_find) add it for urpme --envThierry Vignaud2012-03-162-0/+9
|