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-06-11
Enable rpmDoDigest() to pass large file sizes
Panu Matilainen
2
-4
/
+4
2008-06-10
fwrite() returns size_t, use correct type
Panu Matilainen
1
-2
/
+3
2008-06-10
Use correct type for strlen()
Panu Matilainen
1
-1
/
+1
2008-06-10
Silly signedness mismatch in pgpMpiSet()
Panu Matilainen
1
-1
/
+1
2008-06-09
FD_t contentLength field is useless for us too...
Panu Matilainen
2
-15
/
+3
2008-06-09
Lose bunch of unused fields from FD_t
Panu Matilainen
2
-11
/
+0
2008-06-09
Use 64bit type for fdSet/GetCpioPos() in rpmio
Panu Matilainen
1
-3
/
+3
2008-06-03
Unexport rpmsqCaught now that nothing needs it
Panu Matilainen
2
-3
/
+1
2008-06-03
Add rpmsqIsCaught() for testing if a signal has been caught
Panu Matilainen
2
-0
/
+13
2008-06-03
Unexpose signal queue and direct manipulation functions
Panu Matilainen
2
-20
/
+14
2008-06-02
Remove bogus comment on rpmDoDigest() ignoring algorithm
Panu Matilainen
1
-1
/
+1
2008-06-02
Document rpmDigestLength() error behavior
Panu Matilainen
1
-1
/
+1
2008-05-22
Remove some leftover doxygen @todo markers
Panu Matilainen
2
-2
/
+1
2008-05-21
Include stdlib.h for free()
Panu Matilainen
1
-0
/
+1
2008-05-12
Rip old, bit-rotten librpmio test programs
Panu Matilainen
13
-1215
/
+0
2008-05-06
Eliminate static buffer in lua findkey()
Panu Matilainen
1
-2
/
+12
2008-05-03
Temp file handling tweaks
Panu Matilainen
3
-12
/
+29
2008-04-30
Kill of alloca() from tufdio tests
Panu Matilainen
1
-4
/
+2
2008-04-29
Plug a memleak in lzclose()
Panu Matilainen
1
-2
/
+3
2008-04-29
Plug memleak in macro doFoo()
Panu Matilainen
1
-0
/
+1
2008-04-29
Don't use alloca in rpmGenPath()
Jindrich Novy
1
-2
/
+3
2008-04-29
Rewrite rpmioMkpath()
Jindrich Novy
1
-28
/
+19
2008-04-28
Remove alloca() from argv.c
Jindrich Novy
1
-1
/
+2
2008-04-28
Remove unused variable
Panu Matilainen
1
-1
/
+0
2008-04-24
Remove meaningless extern on function declarations in headers
Panu Matilainen
1
-3
/
+3
2008-04-22
Main lzma rpmio part based on SuSE patches, thanks for them!
Jindrich Novy
1
-1
/
+334
2008-04-22
Check for lzma library in configure.ac and reference it in Makefile.am
Jindrich Novy
1
-0
/
+1
2008-04-21
Rip i386-specific RDTSC support from rpmsw, use gettimeofday() everywhere
Panu Matilainen
1
-135
/
+3
2008-04-19
Change rpmGlob() argvPtr type to ARGV_t to make it obvious what it is
Panu Matilainen
2
-3
/
+4
2008-04-19
Further simplify rpmInitMacros()
Panu Matilainen
1
-27
/
+14
2008-04-19
Use argvFree() to free, well, an argv, instead of manual freeing
Panu Matilainen
1
-6
/
+3
2008-04-19
Simplify rpmGlob() a bit
Panu Matilainen
1
-23
/
+7
2008-04-19
Dynamically allocate buffers in rpmGetPath()
Panu Matilainen
1
-14
/
+8
2008-04-18
Avoid entirely silly rpmio FD_t use
Panu Matilainen
1
-6
/
+5
2008-04-18
Remove unnecessary xstrdup() of dynamically allocated buffer
Panu Matilainen
1
-3
/
+2
2008-04-18
Cosmetics: group operations more logically...
Panu Matilainen
1
-2
/
+3
2008-04-18
Simplify macro option + argument processing
Panu Matilainen
1
-102
/
+69
2008-04-18
Add argvJoin() for combining an argv array into a string
Panu Matilainen
2
-0
/
+20
2008-04-17
Eliminate splitString() and freeSplitString()
Panu Matilainen
2
-58
/
+0
2008-04-17
Add rstrlcpy() string helper function
Panu Matilainen
2
-0
/
+40
2008-04-17
More accurate filtering of .rpmnew etc when reading macros
Panu Matilainen
1
-3
/
+3
2008-04-17
Have gcc check for NULL terminated arglist in rstrscat
Panu Matilainen
1
-1
/
+1
2008-04-17
Use sizeof() instead of direct element count in rpmluaGetVar()
Jindrich Novy
1
-1
/
+1
2008-04-17
Introduce rstrscat()
Jindrich Novy
2
-2
/
+59
2008-04-16
Convert to Lua 5.1 library loading style
Panu Matilainen
1
-15
/
+10
2008-04-16
Start phasing out internal copy of Lua
Panu Matilainen
1
-0
/
+2
2008-04-15
Doxygen parameter name mismatch
Panu Matilainen
1
-1
/
+1
2008-04-15
Plug a memleak in pgpArmorWrap()
Panu Matilainen
1
-0
/
+1
2008-04-15
Introduce rstrcat()
Jindrich Novy
2
-0
/
+40
2008-04-14
Add argvAddNum() for adding integers to ARGV_t arrays
Panu Matilainen
2
-0
/
+19
[next]