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
/
rpmio
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-04
Make check-programs build again, assorted type-fiddlings..
Panu Matilainen
1
-1
/
+1
2008-02-04
Add rpm_off_t type for file size types, use where spotted
Panu Matilainen
3
-5
/
+5
2008-02-01
Avoid silly fixed size buffer in urlhelper
Panu Matilainen
1
-1
/
+3
2008-02-01
Allocate macro buffers dynamically
Panu Matilainen
1
-45
/
+67
2008-02-01
Allocate various macro buffers from heap not stack
Panu Matilainen
1
-14
/
+19
2008-02-01
Define + use MACROBUFSIZ for macro expansion buffer size
Panu Matilainen
1
-8
/
+10
2008-02-01
Macro shell expansion fixes (rhbz#431009)
Panu Matilainen
1
-2
/
+5
2008-01-30
Include spring-cleaning
Panu Matilainen
18
-34
/
+48
2008-01-30
Move FD_t to rpmtypes.h, used all over ..
Panu Matilainen
1
-4
/
+1
2008-01-28
More missing system includes for size_t & friends
Panu Matilainen
5
-1
/
+9
2008-01-28
Add missing system includes to rpmmacro.h
Panu Matilainen
1
-0
/
+3
2008-01-27
Rename isCompressed() -> rpmFileIsCompressed() for namespacing
Panu Matilainen
3
-11
/
+10
2008-01-27
Couple of missing doxygen groupings
Panu Matilainen
1
-2
/
+2
2008-01-27
Detect lzma magic if it exists, otherwise dumb check for .lzma filename
Panu Matilainen
1
-6
/
+7
2008-01-27
Helper function for checking given suffix on path
Panu Matilainen
2
-0
/
+16
2008-01-23
Make uncompress macros match reality (_ vs __ prefix)
Panu Matilainen
1
-5
/
+5
2008-01-10
pgpHexStr() returns pointer to static buffer, return const char *
Panu Matilainen
1
-1
/
+1
2008-01-09
Handle spaces in file path arguments correctly (#217258)
Panu Matilainen
2
-0
/
+30
2008-01-09
Last 8 bytes of RSA modulus is keyid for V3 pubkeys (#205080)
Panu Matilainen
1
-22
/
+34
2008-01-03
Lose unused pgpMpiHex()
Panu Matilainen
1
-11
/
+0
2008-01-02
Gah, nss doesn't use size_t for lengths...
Panu Matilainen
1
-1
/
+1
2008-01-02
More assorted int -> size_t uses
Panu Matilainen
2
-8
/
+8
2007-12-19
Fix some const issues in macros
Panu Matilainen
1
-5
/
+5
2007-12-19
Hum, NSS needs to be shut down too
Panu Matilainen
2
-0
/
+17
2007-12-18
Remove bogus const from rpmGlob argv return type
Panu Matilainen
3
-5
/
+4
2007-12-17
Use constfree for cleaning up pgp digest contents
Panu Matilainen
1
-6
/
+6
2007-12-16
pgpReadPkts returns malloced memory, unconstify
Panu Matilainen
2
-4
/
+3
2007-12-16
Unconstify macro contents, fully contained within macro module
Panu Matilainen
1
-3
/
+3
2007-12-16
More const removals
Panu Matilainen
1
-1
/
+1
2007-12-16
Remove const from rpmMkTempFile file name parameter
Panu Matilainen
2
-2
/
+2
2007-12-15
Further bogus const removals...
Panu Matilainen
1
-9
/
+9
2007-12-15
Fix incorrect rpmCleanPath() retval comment
Panu Matilainen
1
-1
/
+1
2007-12-15
Use _constfree() for freeing urlinfo contents
Panu Matilainen
1
-8
/
+8
2007-12-15
Remove bogus const from rpmGenPath() temporary targets
Panu Matilainen
2
-2
/
+2
2007-12-15
Remove bogus const from rpmGetPath() temporary targets
Panu Matilainen
1
-1
/
+1
2007-12-15
Remove bogus const from rpmGenPath and rpmGetPath return type
Panu Matilainen
2
-7
/
+4
2007-12-14
Remove bogus consts..
Panu Matilainen
2
-3
/
+3
2007-12-14
Bunch of const char* corrections
Panu Matilainen
2
-4
/
+4
2007-12-14
Bunch of silly ssize_t casts
Panu Matilainen
1
-4
/
+4
2007-12-14
Yet more type-pedantry...
Panu Matilainen
1
-2
/
+2
2007-12-14
More size_t type pedantry
Panu Matilainen
2
-2
/
+2
2007-12-14
More misc size_t issues
Panu Matilainen
4
-6
/
+6
2007-12-14
Couple of more size_t uses + related format string fixes
Panu Matilainen
1
-4
/
+4
2007-12-13
Big bunch of int -> size_t corrections for various signature items
Panu Matilainen
3
-45
/
+44
2007-12-11
OS X Leopard fixes from Giulio Eulisse
Panu Matilainen
2
-3
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
30
-59
/
+59
2007-12-07
Add getter methods for rpmlogRec items (message + level)
Panu Matilainen
2
-0
/
+27
2007-12-07
Rename RPMLOG_CONT to RPMLOG_DEFAULT to make purpose clearer (hopefully ;)
Panu Matilainen
2
-5
/
+6
2007-12-07
Logging enhancements
Panu Matilainen
2
-35
/
+83
2007-12-07
Make rpmLogRec opaque
Panu Matilainen
2
-4
/
+6
[next]