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
Commit message (
Expand
)
Author
Age
Files
Lines
*
write down some TODO items...
topic/rpm5
Per Øyvind Karlsen
2011-01-07
1
-0
/
+6
*
add release date
Per Øyvind Karlsen
2011-01-06
1
-1
/
+1
*
update copyright notice
Per Øyvind Karlsen
2011-01-06
2
-2
/
+2
*
check URPM::Transactin::add() for errors and return them if any (#61746)
Per Øyvind Karlsen
2011-01-06
2
-2
/
+12
*
fix code expecting get_fullname_parts_info() not to return void
Per Øyvind Karlsen
2010-12-23
1
-11
/
+10
*
split get_fullname_parts() into two separate functions so they can be called ...
Per Øyvind Karlsen
2010-12-20
1
-62
/
+70
*
fix RPMQV_* enums not mapped to RPMTAG_* in rpmtag_from_string()
Per Øyvind Karlsen
2010-12-17
1
-0
/
+8
*
in stead of malloc() & memset() afterwards to zero out memory, just use callo...
Per Øyvind Karlsen
2010-12-17
1
-4
/
+2
*
nano-cosmetics...
Per Øyvind Karlsen
2010-12-15
1
-1
/
+2
*
really consistently use NULL as default rpm root argument
Per Øyvind Karlsen
2010-12-14
1
-1
/
+1
*
consistently use NULL as default prefix value for rpm root..
Per Øyvind Karlsen
2010-12-14
1
-2
/
+2
*
add Trans_Element_distepoch() & Trans_Element_epoch()
Per Øyvind Karlsen
2010-12-14
1
-0
/
+21
*
check rpmqvsources context as well for tag names
Per Øyvind Karlsen
2010-12-14
1
-21
/
+33
*
make URPM::Package::get_tag() & URPM::Package::get_tag_modifiers() accept str...
Per Øyvind Karlsen
2010-12-14
3
-33
/
+46
*
change return type of rpmtag_from_string() to 'rpmTag'
Per Øyvind Karlsen
2010-12-14
1
-1
/
+1
*
add const qualifier to rpmtag_from_string() argument
Per Øyvind Karlsen
2010-12-14
1
-1
/
+1
*
make rpmtag_from_string() static
Per Øyvind Karlsen
2010-12-14
1
-1
/
+1
*
make rpmtag_from_string() lookup constant names using librpmconstant to provi...
Per Øyvind Karlsen
2010-12-14
1
-15
/
+12
*
add release date
Per Øyvind Karlsen
2010-12-11
1
-1
/
+1
*
update news on disttag/distepoch segfault
Per Øyvind Karlsen
2010-12-11
1
-0
/
+2
*
use increment operator once rather than +1
Per Øyvind Karlsen
2010-12-11
1
-17
/
+17
*
in case of missing distepoch & disttag, return empty string in stead of NULL ...
Per Øyvind Karlsen
2010-12-11
1
-2
/
+2
*
make URPM::Package->disttag & URPM::Package->distepoch work with synthesis also
Per Øyvind Karlsen
2010-12-11
1
-14
/
+20
*
real fix for previous commit which were due to disttag & distepoch being adde...
Per Øyvind Karlsen
2010-12-11
1
-10
/
+26
*
check return value of tmp before doing operations on it..
Per Øyvind Karlsen
2010-12-10
1
-4
/
+5
*
bah, messed up previous commit..
Per Øyvind Karlsen
2010-12-10
1
-1
/
+1
*
fix to work with disttag & distepoch
Per Øyvind Karlsen
2010-12-10
1
-1
/
+1
*
fix test to adjust to $arch position moved...
Per Øyvind Karlsen
2010-12-10
1
-1
/
+1
*
always initialize 'ok'
Per Øyvind Karlsen
2010-12-10
1
-1
/
+1
*
replace broken hdlist parsing code with working rpmgi hdlist iterator from rp...
Per Øyvind Karlsen
2010-12-10
2
-40
/
+42
*
drop #ifdef RPMTAG_DISTEPOCH, preprocessor won't be able to check for enums, ...
Per Øyvind Karlsen
2010-12-10
1
-4
/
+0
*
rpmlib() dependencies are internal, thus we'll never encounter them in RPMTAG...
Per Øyvind Karlsen
2010-12-10
1
-1
/
+0
*
add bugzilla entry id
Per Øyvind Karlsen
2010-12-05
1
-1
/
+1
*
always return an array with six items for $package->fullname
Per Øyvind Karlsen
2010-12-05
3
-13
/
+9
*
back out just fetching RPMTAG_NVRA in get_nvra() for now as it'll lack distep...
Per Øyvind Karlsen
2010-12-05
1
-1
/
+56
*
replace Pkg_files_md5sum() with Pkg_files_digest()
Per Øyvind Karlsen
2010-12-05
3
-6
/
+11
*
just fetch RPMTAG_NVRA rather than messing with headerSprintf for get_nvra()
Per Øyvind Karlsen
2010-12-05
1
-45
/
+6
*
clean up return_files() & update_provided_files() to only use RPMTAG_FILEPATH...
Per Øyvind Karlsen
2010-12-05
1
-104
/
+22
*
use RPMSENSE_TRIGGER
Per Øyvind Karlsen
2010-12-03
1
-2
/
+3
*
fix parsing of NEVRA for 'gpg-pubkey'
Per Øyvind Karlsen
2010-12-03
2
-4
/
+14
*
fix fix URPM::Package::files()
Per Øyvind Karlsen
2010-12-03
3
-3
/
+9
*
update NEWS
Per Øyvind Karlsen
2010-11-19
1
-2
/
+4
*
make print_list_entry() a bit nicer with rpmsenseFlags parsing tip from jbj
Per Øyvind Karlsen
2010-11-19
1
-6
/
+3
*
bump version
Per Øyvind Karlsen
2010-11-18
1
-1
/
+1
*
check return value of remaining headerGet() usage
Per Øyvind Karlsen
2010-11-17
1
-13
/
+20
*
(parse_pubkeys_): fix the key parsing to handle PEM encapsulated
Per Øyvind Karlsen
2010-11-17
2
-15
/
+27
*
do some checks on headerGet() return values
Per Øyvind Karlsen
2010-11-17
1
-18
/
+18
*
ditch legacy compatibility use of headerPut() causing segfault (#61690)
Per Øyvind Karlsen
2010-11-17
2
-12
/
+4
*
be sure o explicitly link against libmagic and don't rely on implicit through...
Per Øyvind Karlsen
2010-11-17
1
-0
/
+2
*
do version detection though pkg-config
Per Øyvind Karlsen
2010-11-11
1
-6
/
+2
[next]