index
:
perl-URPM
distro/mga1
distro/mga2
distro/mga3
distro/mga5
distro/mga6
master
topic/0.30
topic/1.60
topic/2.09
topic/3.12
topic/3.18
topic/3.29
topic/3.30
topic/3.33
topic/3.37
topic/3.37-distepoch
topic/4.37
topic/infra2
topic/infra4
topic/infra_1_2
topic/parse_property
topic/proyvind
topic/rpm-4_4
topic/rpm5
topic/rpmstrpool
Perl RPM Manipulation Module
Thierry Vignaud [tv]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
URPM.xs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "fix segfault when checking invalid signatures"
Thierry Vignaud
2017-10-05
1
-1
/
+1
*
fix segfault when checking invalid signatures
Thierry Vignaud
2017-10-03
1
-1
/
+1
*
use native 64bit integers instead of Math::Int64
Thierry Vignaud
2017-09-07
1
-8
/
+8
*
Revert "add support for int64, using Math::Int64 C API"
Thierry Vignaud
2017-09-07
1
-5
/
+0
*
add support to rpm-4.14
Thierry Vignaud
2017-08-16
1
-4
/
+4
*
explain
Thierry Vignaud
2016-12-01
1
-0
/
+1
*
silent another warning
Thierry Vignaud
2016-11-10
1
-1
/
+1
*
silent a warning
Thierry Vignaud
2016-11-10
1
-2
/
+1
*
fix another (old) compilation warnings
Thierry Vignaud
2016-10-18
1
-1
/
+1
*
silent compilation warnings on x86_64
Thierry Vignaud
2016-10-18
1
-2
/
+2
*
(get_int2) try new 64bit tag else old 32bit tag
Thierry Vignaud
2016-10-18
1
-3
/
+12
*
switch to uint64_t for sizes (mga#19571)
Thierry Vignaud
2016-10-18
1
-9
/
+9
*
add support for int64, using Math::Int64 C API
Thierry Vignaud
2016-10-18
1
-0
/
+5
*
bump copyright
Thierry Vignaud
2016-10-16
1
-1
/
+1
*
fix compiling on 32bit
Thierry Vignaud
2016-10-14
1
-1
/
+1
*
reports obsoletes issues too
Thierry Vignaud
2016-10-14
1
-0
/
+3
*
(check) fix reporting problems
Thierry Vignaud
2016-10-14
1
-7
/
+1
*
fix reporting size on big packages (mga#19571)
Thierry Vignaud
2016-10-13
1
-6
/
+4
*
simplify: do not reinvent get_arch()
Thierry Vignaud
2016-10-13
1
-1
/
+1
*
don't push $fullname to callback stack
Thierry Vignaud
2016-04-14
1
-7
/
+0
*
add support for "elem" callback
Thierry Vignaud
2016-04-14
1
-1
/
+11
*
fix a segfault when callbacks don't get a header
Pascal Terjan
2015-02-26
1
-2
/
+6
*
callbacks now get pkg name instead of just pkg id
Thierry Vignaud
2015-02-26
1
-2
/
+6
*
move PUTBACK in branch
Thierry Vignaud
2014-11-17
1
-1
/
+1
*
Handle non numeric returns for traverse_tag_find callback
Pascal Terjan
2014-11-14
1
-3
/
+6
*
add a missing PUTBACK in traverse_tag_find()
Thierry Vignaud
2014-11-14
1
-0
/
+1
*
add >recommends method (mga#14376)
Thierry Vignaud
2014-10-26
1
-0
/
+2
*
fix crashing in ptread when using log callback with rpm-4.12
Thierry Vignaud
2014-10-23
1
-2
/
+2
*
add support for generating recommends in synthesis
Thierry Vignaud
2014-09-12
1
-2
/
+3
*
recognize "recommends" lines in synthesis
Thierry Vignaud
2014-09-12
1
-1
/
+1
*
rename "suggests" method as "recommends_nosense"
Thierry Vignaud
2014-09-12
1
-0
/
+1
*
rename "suggests" field to "recommends"
Thierry Vignaud
2014-09-12
1
-8
/
+8
*
make it compatible with rpm-4.12.0
Thierry Vignaud
2014-09-12
1
-2
/
+2
*
use HEADERGET_EXT instead of HEADERGET_DEFAULT
Thierry Vignaud
2014-08-27
1
-2
/
+2
*
(compare) croak if used on URPM::Package object (mga#12766)
Thierry Vignaud
2014-05-17
1
-0
/
+2
*
kill useless "$Id: " lines
Thierry Vignaud
2014-05-09
1
-1
/
+0
*
fix 64k size limit on provides size
Thierry Vignaud
2014-05-01
1
-3
/
+3
*
$trans->order: add support for "deploops" option
Thierry Vignaud
2013-11-05
1
-1
/
+12
*
coverity: add a comment about "Argument cannot be negative"
Thierry Vignaud
2013-10-03
1
-1
/
+1
*
coverity: fix "Resource leak"
Thierry Vignaud
2013-10-03
1
-3
/
+7
*
coverity: fix "Unused pointer value"
Thierry Vignaud
2013-10-03
1
-6
/
+6
*
(sourcerpm) make it more readable
Thierry Vignaud
2013-09-30
1
-16
/
+8
*
alias N, V, R & A (saves nearly 2% of compiled size)
Thierry Vignaud
2013-09-30
1
-51
/
+25
*
fix retrieving payload format
Thierry Vignaud
2013-02-05
1
-1
/
+1
*
typo fix
Thierry Vignaud
2013-02-03
1
-1
/
+1
*
(mask_from_string) factorize code
Thierry Vignaud
2013-02-03
1
-14
/
+14
*
simplify style
Thierry Vignaud
2013-02-03
1
-2
/
+1
*
(update_provides) clean unused variable
Thierry Vignaud
2013-01-29
1
-2
/
+0
*
(update_provides) document ->info case
Thierry Vignaud
2013-01-29
1
-0
/
+2
*
(rpmRunTransactions_callback) handle new RPMCALLBACK_INST_STOP
Thierry Vignaud
2013-01-29
1
-0
/
+2
[next]