index
:
delta/rpm.git
caret
gh-pages
ignatenko/patch-1
ignatenkobrain-patch-1
master
pavlinas_p122
pavlinas_p123
plus
rpm-4.10.x
rpm-4.11.x
rpm-4.12.x
rpm-4.13.x
rpm-4.14.x
rpm-4.15.x
rpm-4.16.x
rpm-4.17.x
rpm-4.18.x
rpm-4.4.x
rpm-4.6.x
rpm-4.7.x
rpm-4.8.x
rpm-4.9.x
github.com: rpm-software-management/rpm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpmio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Basic protection against Lua os.exit() and posix.exec() (ticket #167)
Panu Matilainen
2010-11-15
1
-0
/
+1
*
Bury stripTrailingChar() inside the only remaining user
Panu Matilainen
2010-10-26
2
-16
/
+0
*
Bury StringBuf inside librpmbuild internals
Panu Matilainen
2010-10-26
2
-113
/
+0
*
Eliminate use of pgpHashAlgo in rpmio interface arguments
Panu Matilainen
2010-10-22
6
-21
/
+19
*
Tolerate NULL args in argvSplitString()
Panu Matilainen
2010-10-05
1
-1
/
+5
*
Handle non-terminated substrings centrally in expandMacro()
Panu Matilainen
2010-09-27
1
-41
/
+22
*
Dynamic expansion buffer reallocation for lua macros too
Panu Matilainen
2010-09-27
1
-6
/
+12
*
Whoops, fix typo/thinko from commit dc258bac41e32e754b15a413d844160f34b6a12e
Panu Matilainen
2010-09-27
1
-1
/
+1
*
Eliminate the internal in-place-expansion buffer limitation
Panu Matilainen
2010-09-27
1
-30
/
+32
*
Simplify / sanitize expandU() a bit
Panu Matilainen
2010-09-27
1
-12
/
+7
*
Dynamically reallocate macro expansion buffer (ticket #45)
Panu Matilainen
2010-09-27
1
-14
/
+15
*
Let expandMacro() allocate its own buffer
Panu Matilainen
2010-09-27
1
-16
/
+17
*
Track current expansion point via distance to buffer start
Panu Matilainen
2010-09-27
1
-21
/
+23
*
Push the macro buffer size limit down by one level
Panu Matilainen
2010-09-27
1
-24
/
+24
*
Eliminate unused spec field from macro expansion state struct
Panu Matilainen
2010-09-27
1
-3
/
+0
*
Avoid calloc() in macro findEntry()
Panu Matilainen
2010-09-27
1
-5
/
+4
*
Avoid unnecessary round-trip through expandT() where possible
Panu Matilainen
2010-09-27
1
-3
/
+3
*
Use function arguments to pass, duh, arguments into functions. Duh.
Panu Matilainen
2010-09-27
1
-20
/
+9
*
Remove double const in urlstring struct
Panu Matilainen
2010-09-22
1
-1
/
+1
*
Make rpmsqAction compatible to sa_sigaction
Panu Matilainen
2010-09-22
2
-5
/
+4
*
Add "c++ protection" to (hopefully) all of our internal headers
Panu Matilainen
2010-09-21
3
-0
/
+24
*
Add "C++ protection" to the public rpmutil.h header, oops...
Panu Matilainen
2010-09-21
1
-0
/
+8
*
Return typed pointers from rpmluaFree() and rpmluavFree()
Panu Matilainen
2010-09-21
2
-4
/
+4
*
Adjust pgpMpiSet() dest type to match actual use
Panu Matilainen
2010-09-21
1
-2
/
+2
*
Error string is const char *, not void pointer
Panu Matilainen
2010-09-21
2
-3
/
+3
*
Adjust internal io read, write and digest update to take buf as void pointer
Panu Matilainen
2010-09-21
1
-22
/
+22
*
Avoid using void pointer when we have a real type for the memfail function
Panu Matilainen
2010-09-21
2
-3
/
+3
*
Change fdstat functions to take fdOpx enum to fix int/enum mismatches
Panu Matilainen
2010-09-21
1
-2
/
+2
*
Fix up silly int/enum and type vs variable name mixups in urlPath()
Panu Matilainen
2010-09-21
1
-4
/
+4
*
Stop abusing enum typedefs for bitfield types
Panu Matilainen
2010-09-21
2
-4
/
+9
*
Eliminate all fooUnlink() functions out of the API
Panu Matilainen
2010-09-13
2
-16
/
+5
*
Fix _USE_LIBIO test
Panu Matilainen
2010-09-08
1
-4
/
+4
*
Redirect macro stack backtrace printing to debug log.
Jindrich Novy
2010-07-13
1
-4
/
+4
*
Fix cryptic macro evaluation error message (RhBug:613010)
Jindrich Novy
2010-07-13
1
-2
/
+1
*
Tell rpm about SHA-224 existence (RhBug:608599)
Jiri Kastner
2010-06-29
2
-0
/
+2
*
Fix "empty reply from server" curl-syndrome with url retrieval (RhBug:598988)
Panu Matilainen
2010-06-03
1
-1
/
+1
*
Permit DOS line-endings in PGP armors (RhBug:532992)
Panu Matilainen
2010-06-01
1
-4
/
+7
*
Add public pgpValString() function + enum for the various types
Panu Matilainen
2010-05-19
2
-8
/
+46
*
Bury struct pgpValTbl_s definition inside rpmpgp.c
Panu Matilainen
2010-05-19
2
-7
/
+5
*
Lose long since unused fdReadable() and fdWritable()
Panu Matilainen
2010-03-29
2
-106
/
+0
*
Lose long since unused url control structure and related functions
Panu Matilainen
2010-03-29
2
-198
/
+0
*
Further rpmio NULL sanity checks
Panu Matilainen
2010-03-22
1
-20
/
+22
*
Lose FDSANE() macro, check in c2f() and callers instead
Panu Matilainen
2010-03-22
1
-8
/
+3
*
Change most of the FDSANE() asserts into good old NULL-checks
Panu Matilainen
2010-03-22
1
-28
/
+22
*
Lose the useless rpmio refcounting debug junk
Panu Matilainen
2010-03-22
2
-43
/
+34
*
Bury FTS inside librpmbuild and eliminate from public ABI
Panu Matilainen
2010-03-19
3
-1358
/
+2
*
Add an enhanced argvSplitString() function for splitting strings to argv's
Panu Matilainen
2010-03-15
2
-3
/
+25
*
Split elf dependency extraction out of librpmbuild to external helper
Panu Matilainen
2010-02-10
1
-1
/
+0
*
Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing them
Florian Festi
2010-02-03
1
-4
/
+0
*
Revert "Always free locally defined macros when they go out of scope"
Panu Matilainen
2010-01-07
1
-2
/
+3
[next]