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
*
extract disttag & distepoch from new fields in @info@ of synthesis
Per Øyvind Karlsen
2011-06-01
1
-25
/
+14
*
*really* fix URPM::Package->sourcerpm
Per Øyvind Karlsen
2011-05-31
1
-1
/
+1
*
fix URPM::Package->sourcerpm returning summary in stead of source rpm
Per Øyvind Karlsen
2011-05-31
1
-1
/
+1
*
remove unused variable
Per Øyvind Karlsen
2011-05-06
1
-1
/
+0
*
fix segfault when trying to get EVR of a src.rpm from synthesis, as @provides...
Per Øyvind Karlsen
2011-05-06
1
-1
/
+15
*
revert attempt at refactorizing Trans_run() which turned out to give code har...
Per Øyvind Karlsen
2011-05-05
1
-50
/
+52
*
fix an invalid free() that would've happened if package summary were to be mi...
Per Øyvind Karlsen
2011-05-05
1
-1
/
+1
*
fix odd problems caused by attempt at translating correct tag names for query...
Per Øyvind Karlsen
2011-05-05
1
-7
/
+0
*
move declaration within nesting
Per Øyvind Karlsen
2011-05-05
1
-1
/
+1
*
- use newSVpvs() for pushing empty strings as constants in stead
Per Øyvind Karlsen
2011-05-04
1
-55
/
+62
*
fix no arch for gpg-pubkey
Per Øyvind Karlsen
2011-05-04
1
-4
/
+9
*
get the correct package filesize from header
Per Øyvind Karlsen
2011-05-04
1
-5
/
+6
*
fix proper return of 'src' as arch for src.rpms
Per Øyvind Karlsen
2011-05-04
1
-11
/
+22
*
fix confusion between %{sourcerpm} & %{sourcepackage} tags
Per Øyvind Karlsen
2011-05-04
1
-56
/
+56
*
fix getting EVR of src.rpms properly
Per Øyvind Karlsen
2011-05-03
1
-7
/
+10
*
commit got lost..
Per Øyvind Karlsen
2011-05-03
1
-2
/
+2
*
start on using gnu99
Per Øyvind Karlsen
2011-05-03
1
-3
/
+4
*
reuse HE_t variable
Per Øyvind Karlsen
2011-05-03
1
-3
/
+1
*
fix some invalid free()'s
Per Øyvind Karlsen
2011-05-03
1
-7
/
+7
*
cast urpm_perl_atexit to expected type
Per Øyvind Karlsen
2011-05-03
1
-1
/
+1
*
cosmetics
Per Øyvind Karlsen
2011-05-03
1
-2
/
+1
*
fix segfault caused by attempting to assign arch of wrong package
Per Øyvind Karlsen
2011-05-03
1
-1
/
+2
*
check for termination signals so ie. that installs can be aborted with ^C
Per Øyvind Karlsen
2011-05-03
1
-0
/
+3
*
use BUFSIZ
Per Øyvind Karlsen
2011-04-27
1
-1
/
+1
*
use newSVpvs() rather than newSVpv() for string literals
Per Øyvind Karlsen
2011-04-27
1
-8
/
+8
*
fix a few more memleaks
Per Øyvind Karlsen
2011-04-27
1
-7
/
+10
*
add missing ';'
Per Øyvind Karlsen
2011-04-27
1
-1
/
+1
*
catch another memleak
Per Øyvind Karlsen
2011-04-27
1
-1
/
+2
*
do case insensitive string compare in rpmtag_from_string
Per Øyvind Karlsen
2011-04-27
1
-3
/
+3
*
fix various minor memleaks
Per Øyvind Karlsen
2011-04-27
1
-97
/
+126
*
fix warning about signed conversion
Per Øyvind Karlsen
2011-04-26
1
-1
/
+1
*
check that rpmdb was properly opened in read/write mode to prevent segfault i...
Per Øyvind Karlsen
2011-04-26
1
-0
/
+6
*
cosmetics
Per Øyvind Karlsen
2011-04-26
1
-15
/
+9
*
add support for notriggers
Per Øyvind Karlsen
2011-04-26
1
-19
/
+27
*
more cosmetics
Per Øyvind Karlsen
2011-04-26
1
-46
/
+47
*
add support for nofdigests
Per Øyvind Karlsen
2011-04-26
1
-4
/
+8
*
use BUFSIZ constant
Per Øyvind Karlsen
2011-04-26
1
-7
/
+7
*
cosmetics
Per Øyvind Karlsen
2011-04-26
1
-319
/
+238
*
don't fetching tags we don't need with return_list_tag
Per Øyvind Karlsen
2011-04-26
1
-7
/
+7
*
fix getting expected NVRA tag
Per Øyvind Karlsen
2011-04-26
1
-5
/
+9
*
fix possible breakage when trying to load non-existant dependency flags
Per Øyvind Karlsen
2011-04-24
1
-34
/
+38
*
fix provide flags not being loaded for headers read from rpm files
Per Øyvind Karlsen
2011-04-23
1
-5
/
+3
*
indent
Per Øyvind Karlsen
2011-04-23
1
-1
/
+1
*
fix a missing null terminator at end of @info@ string regression, causing ran...
Per Øyvind Karlsen
2011-04-23
1
-0
/
+1
*
check dep flag for rpmlib() rather than comparing string
Per Øyvind Karlsen
2011-04-23
1
-1
/
+1
*
fix appending of distepoch & disttag to @info@
Per Øyvind Karlsen
2011-04-22
1
-4
/
+14
*
add disttag & distepoch to @info@ in synthesis for easier parsing
Per Øyvind Karlsen
2011-04-08
1
-2
/
+7
*
fix regression in memleak fix as string returned by rpmdsEVR() would get free...
Per Øyvind Karlsen
2011-03-31
1
-57
/
+67
*
fix memleak in URPM::Pkg->evr()
Per Øyvind Karlsen
2011-03-31
1
-0
/
+1
*
drop URPM::DB::close() and teardown properly by calling rpmcliFini() at exit
Per Øyvind Karlsen
2011-03-31
1
-10
/
+0
[next]