index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-12
Fixup paths and Makefiles for rpmdb/ elimination
Panu Matilainen
23
-37
/
+174
2008-05-12
Start (re-)joining librpmdb and librpm
Panu Matilainen
20
-0
/
+13104
2008-05-12
Rip old, bit-rotten librpm test programs
Panu Matilainen
7
-672
/
+0
2008-05-08
Caught pants down with strlcpy() vs strncpy() semantics
Panu Matilainen
1
-2
/
+2
2008-05-08
Check for transaction root sanity in rpmtsSetRootDir()
Panu Matilainen
2
-10
/
+12
2008-05-08
Set ts rootdir to /, not empty if rootDir arg is NULL
Panu Matilainen
1
-9
/
+1
2008-05-08
Only append trailing slash to ts rootdir if rootdir != "/"
Panu Matilainen
1
-1
/
+3
2008-05-08
Check rpmAddSignature() return codes (rhbz#442761)
Panu Matilainen
2
-8
/
+21
2008-05-07
Oops, don't access variable after freeing
Panu Matilainen
1
-1
/
+2
2008-05-05
Use fprintf() for writing PGP passphrase (like we do for GPG)
Panu Matilainen
1
-4
/
+6
2008-05-05
Check for pipe() returns on GPG and PGP signature creation
Panu Matilainen
1
-2
/
+8
2008-05-03
Add missing include
Panu Matilainen
1
-0
/
+1
2008-05-03
Initialize nb before use
Panu Matilainen
1
-1
/
+1
2008-05-03
Create signature target rpm in same directory as original
Panu Matilainen
1
-1
/
+2
2008-05-03
Temp file handling tweaks
Panu Matilainen
4
-6
/
+6
2008-05-03
rpmReSign() doesn't return rpmRC codes, make it more obvious
Panu Matilainen
1
-5
/
+3
2008-05-03
Eliminate static sized string buffer frpm rpmReSign()
Panu Matilainen
1
-15
/
+12
2008-05-02
Check for arch compatibility on multilib too
Panu Matilainen
1
-1
/
+1
2008-04-30
Rewrite xmlFormat() and remove useless xmlstrlen() and xmlstrcpy()
Jindrich Novy
1
-65
/
+37
2008-04-30
Lazily copy basenames in relocation if needed
Panu Matilainen
1
-19
/
+34
2008-04-30
Simplify relocation directory name manipulation
Panu Matilainen
1
-9
/
+3
2008-04-30
Don't use alloca in rpmal.c
Jindrich Novy
1
-2
/
+4
2008-04-30
Allocate relocation dirnames on heap, not stack
Panu Matilainen
1
-5
/
+13
2008-04-30
Don't use alloca() in fpsCompare()
Jindrich Novy
1
-13
/
+17
2008-04-30
Begin untangling relocation alloca()'s
Panu Matilainen
1
-2
/
+6
2008-04-29
Calm down compiler warnings due to fsm->patch being const
Jindrich Novy
1
-5
/
+6
2008-04-29
Merge branch 'master' of ssh://login.linux.duke.edu/home/groups/rpm/git/rpm
Jindrich Novy
1
-8
/
+8
2008-04-29
Avoid general ETXBSY and allow it for HP-UX exclusively
Jindrich Novy
1
-6
/
+6
2008-04-29
Remove useless alloca_strdup()
Jindrich Novy
1
-11
/
+7
2008-04-29
Remove unused alloca_strdup() define
Panu Matilainen
1
-2
/
+0
2008-04-29
Allocate directory names on heap in compressFilelist()
Panu Matilainen
1
-6
/
+8
2008-04-29
Oops, one more alloca() in rpmtsOrder()
Panu Matilainen
1
-1
/
+2
2008-04-29
Remove alloca() from rpmtsOrder()
Panu Matilainen
1
-4
/
+10
2008-04-29
Dead code elimination
Panu Matilainen
1
-3
/
+0
2008-04-29
Remove alloca() from rpmvercmp()
Panu Matilainen
1
-4
/
+2
2008-04-29
Eliminate remaining alloca() in rpmAddSignature()
Panu Matilainen
1
-1
/
+1
2008-04-29
Plug memleaks in signature generation
Panu Matilainen
1
-4
/
+6
2008-04-29
Avoid alloca() in rpmtsSetRootDir()
Panu Matilainen
1
-12
/
+5
2008-04-29
Avoid alloca() in rpmDetectPGPVersion()
Panu Matilainen
1
-3
/
+3
2008-04-29
Avoid alloca() in makeGPGSignature()
Panu Matilainen
1
-9
/
+12
2008-04-29
Avoid unchecked stpcpy() to static sized buf from alloca()
Panu Matilainen
1
-7
/
+11
2008-04-29
Avoid alloca() in rpmtsInitIterator()
Panu Matilainen
1
-8
/
+13
2008-04-29
Read "canonvendor" macros by default again
Panu Matilainen
1
-0
/
+1
2008-04-29
Avoid alloca() in legacyRetrofit()
Panu Matilainen
1
-1
/
+2
2008-04-29
Use rpmioSlurp() for reading in rpmrc's
Panu Matilainen
1
-73
/
+43
2008-04-29
Use rpmGlob() for expanding rcfiles globs
Panu Matilainen
1
-50
/
+23
2008-04-28
Remove unused alloca_strdup() macro
Panu Matilainen
1
-2
/
+0
2008-04-28
Remove alloca() from strntoul() helper in cpio
Panu Matilainen
1
-5
/
+2
2008-04-28
Avoid alloca() in rpmGetFilesystemUsage()
Panu Matilainen
1
-12
/
+14
2008-04-28
Avoid alloca() in getFilesystemList()
Panu Matilainen
1
-6
/
+11
[next]