index
:
platform/upstream/rpm
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_base
accepted/tizen_3.0_base
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
accepted/tizen_6.0_base_tool_hotfix
accepted/tizen_6.5_base
accepted/tizen_6.5_base_tool
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_riscv
accepted/tizen_base_tool
accepted/tizen_base_tool_dev
accepted/tizen_base_toolchain
accepted/tizen_base_x
accepted/tizen_base_x_asan
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_genivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel_strip
origin/tizen
sandbox/akazmin/hwasan_build
sandbox/chanleebf/compression_change
sandbox/chanleebf/test
sandbox/denis13/LTO
sandbox/denis13/NoLTO
sandbox/denis13/esan
sandbox/denis13/lib64
sandbox/denis13/test_lib64
sandbox/dkson95/build
sandbox/dkson95/buildinfo
sandbox/dkson95/devel
sandbox/dkson95/gcc-14
sandbox/dkson95/llvm
sandbox/dkson95/lto
sandbox/dkson95/merge
sandbox/dkson95/strip
sandbox/dkson95/warning
sandbox/dnxowls/rpm_4.14.1_upgrade
sandbox/dnxowls/rpm_upgrade
sandbox/hglee/asan
sandbox/jaehun77/hardfp
sandbox/leemgs/chromium-efl
sandbox/leemgs/pbzip2
sandbox/mkashkarov/annobin
sandbox/mkashkarov/armv7hl
sandbox/mkashkarov/armv7hl_rpm
sandbox/mkashkarov/armv7hl_support
sandbox/mkashkarov/debug
sandbox/mkashkarov/ttc_14
sandbox/mro/isan
sandbox/mzx/bootstraping
sandbox/mzx/fix
sandbox/mzx/upstream
sandbox/nmerinov/llvm
sandbox/pavelkopyl/gcov
sandbox/soong9/remove_nss
sandbox/soong9/rpm_4.14.1
sandbox/test/rpm_upgrade
sandbox/tizentools/rpm_upgrade
sandbox/toolchain/sanitizer
sandbox/vbarinov/arch
sandbox/vbarinov/asan
sandbox/vbarinov/clang-build
sandbox/vbarinov/lib64
sandbox/vbarinov/mips
sandbox/vbarinov/riscbuild
sandbox/vbarinov/strip
sandbox/vbarinov/tizen
sandbox/wangbiao/py3_version_6_6
sandbox/wangbiao/py3_version_bak
sandbox/wangbiao/rpm_py3
sandbox/xuwc/rpm_erase
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2_base
tizen_3.0_base
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_base_dev
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: SCM / Build;
park <sk7.park@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpmio
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-05
Tolerate NULL args in argvSplitString()
Panu Matilainen
1
-1
/
+5
2010-09-27
Handle non-terminated substrings centrally in expandMacro()
Panu Matilainen
1
-41
/
+22
2010-09-27
Dynamic expansion buffer reallocation for lua macros too
Panu Matilainen
1
-6
/
+12
2010-09-27
Whoops, fix typo/thinko from commit dc258bac41e32e754b15a413d844160f34b6a12e
Panu Matilainen
1
-1
/
+1
2010-09-27
Eliminate the internal in-place-expansion buffer limitation
Panu Matilainen
1
-30
/
+32
2010-09-27
Simplify / sanitize expandU() a bit
Panu Matilainen
1
-12
/
+7
2010-09-27
Dynamically reallocate macro expansion buffer (ticket #45)
Panu Matilainen
1
-14
/
+15
2010-09-27
Let expandMacro() allocate its own buffer
Panu Matilainen
1
-16
/
+17
2010-09-27
Track current expansion point via distance to buffer start
Panu Matilainen
1
-21
/
+23
2010-09-27
Push the macro buffer size limit down by one level
Panu Matilainen
1
-24
/
+24
2010-09-27
Eliminate unused spec field from macro expansion state struct
Panu Matilainen
1
-3
/
+0
2010-09-27
Avoid calloc() in macro findEntry()
Panu Matilainen
1
-5
/
+4
2010-09-27
Avoid unnecessary round-trip through expandT() where possible
Panu Matilainen
1
-3
/
+3
2010-09-27
Use function arguments to pass, duh, arguments into functions. Duh.
Panu Matilainen
1
-20
/
+9
2010-09-22
Remove double const in urlstring struct
Panu Matilainen
1
-1
/
+1
2010-09-22
Make rpmsqAction compatible to sa_sigaction
Panu Matilainen
2
-5
/
+4
2010-09-21
Add "c++ protection" to (hopefully) all of our internal headers
Panu Matilainen
3
-0
/
+24
2010-09-21
Add "C++ protection" to the public rpmutil.h header, oops...
Panu Matilainen
1
-0
/
+8
2010-09-21
Return typed pointers from rpmluaFree() and rpmluavFree()
Panu Matilainen
2
-4
/
+4
2010-09-21
Adjust pgpMpiSet() dest type to match actual use
Panu Matilainen
1
-2
/
+2
2010-09-21
Error string is const char *, not void pointer
Panu Matilainen
2
-3
/
+3
2010-09-21
Adjust internal io read, write and digest update to take buf as void pointer
Panu Matilainen
1
-22
/
+22
2010-09-21
Avoid using void pointer when we have a real type for the memfail function
Panu Matilainen
2
-3
/
+3
2010-09-21
Change fdstat functions to take fdOpx enum to fix int/enum mismatches
Panu Matilainen
1
-2
/
+2
2010-09-21
Fix up silly int/enum and type vs variable name mixups in urlPath()
Panu Matilainen
1
-4
/
+4
2010-09-21
Stop abusing enum typedefs for bitfield types
Panu Matilainen
2
-4
/
+9
2010-09-13
Eliminate all fooUnlink() functions out of the API
Panu Matilainen
2
-16
/
+5
2010-09-08
Fix _USE_LIBIO test
Panu Matilainen
1
-4
/
+4
2010-07-13
Redirect macro stack backtrace printing to debug log.
Jindrich Novy
1
-4
/
+4
2010-07-13
Fix cryptic macro evaluation error message (RhBug:613010)
Jindrich Novy
1
-2
/
+1
2010-06-29
Tell rpm about SHA-224 existence (RhBug:608599)
Jiri Kastner
2
-0
/
+2
2010-06-03
Fix "empty reply from server" curl-syndrome with url retrieval (RhBug:598988)
Panu Matilainen
1
-1
/
+1
2010-06-01
Permit DOS line-endings in PGP armors (RhBug:532992)
Panu Matilainen
1
-4
/
+7
2010-05-19
Add public pgpValString() function + enum for the various types
Panu Matilainen
2
-8
/
+46
2010-05-19
Bury struct pgpValTbl_s definition inside rpmpgp.c
Panu Matilainen
2
-7
/
+5
2010-03-29
Lose long since unused fdReadable() and fdWritable()
Panu Matilainen
2
-106
/
+0
2010-03-29
Lose long since unused url control structure and related functions
Panu Matilainen
2
-198
/
+0
2010-03-22
Further rpmio NULL sanity checks
Panu Matilainen
1
-20
/
+22
2010-03-22
Lose FDSANE() macro, check in c2f() and callers instead
Panu Matilainen
1
-8
/
+3
2010-03-22
Change most of the FDSANE() asserts into good old NULL-checks
Panu Matilainen
1
-28
/
+22
2010-03-22
Lose the useless rpmio refcounting debug junk
Panu Matilainen
2
-43
/
+34
2010-03-19
Bury FTS inside librpmbuild and eliminate from public ABI
Panu Matilainen
3
-1358
/
+2
2010-03-15
Add an enhanced argvSplitString() function for splitting strings to argv's
Panu Matilainen
2
-3
/
+25
2010-02-10
Split elf dependency extraction out of librpmbuild to external helper
Panu Matilainen
1
-1
/
+0
2010-02-03
Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing them
Florian Festi
1
-4
/
+0
2010-01-07
Revert "Always free locally defined macros when they go out of scope"
Panu Matilainen
1
-2
/
+3
2010-01-05
Move <stdio.h> includes out of system.h to the places that need it
Panu Matilainen
3
-0
/
+3
2010-01-05
Move <ctype.h> include out of system.h to the places that need it
Panu Matilainen
1
-0
/
+1
2010-01-05
Move <errno.h> include out of system.h to the places that need it
Panu Matilainen
4
-0
/
+4
2010-01-05
Remove <string.h> include from system.h into the few places that still need
Panu Matilainen
2
-0
/
+2
[next]