summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2010-12-03Bump library sonamesPanu Matilainen1-1/+1
2010-11-23We're already considering <pthread.h> mandatory header elsewherePanu Matilainen1-13/+0
2010-11-23Axe the rpmsq debug code which was never getting built anywayPanu Matilainen2-61/+0
2010-11-23Lose all the stillborn code in rpmsq.[ch]Panu Matilainen2-178/+0
2010-11-15Basic protection against Lua os.exit() and posix.exec() (ticket #167)Panu Matilainen1-0/+1
2010-10-26Bury stripTrailingChar() inside the only remaining userPanu Matilainen2-16/+0
2010-10-26Bury StringBuf inside librpmbuild internalsPanu Matilainen2-113/+0
2010-10-22Eliminate use of pgpHashAlgo in rpmio interface argumentsPanu Matilainen6-21/+19
2010-10-05Tolerate NULL args in argvSplitString()Panu Matilainen1-1/+5
2010-09-27Handle non-terminated substrings centrally in expandMacro()Panu Matilainen1-41/+22
2010-09-27Dynamic expansion buffer reallocation for lua macros tooPanu Matilainen1-6/+12
2010-09-27Whoops, fix typo/thinko from commit dc258bac41e32e754b15a413d844160f34b6a12ePanu Matilainen1-1/+1
2010-09-27Eliminate the internal in-place-expansion buffer limitationPanu Matilainen1-30/+32
2010-09-27Simplify / sanitize expandU() a bitPanu Matilainen1-12/+7
2010-09-27Dynamically reallocate macro expansion buffer (ticket #45)Panu Matilainen1-14/+15
2010-09-27Let expandMacro() allocate its own bufferPanu Matilainen1-16/+17
2010-09-27Track current expansion point via distance to buffer startPanu Matilainen1-21/+23
2010-09-27Push the macro buffer size limit down by one levelPanu Matilainen1-24/+24
2010-09-27Eliminate unused spec field from macro expansion state structPanu Matilainen1-3/+0
2010-09-27Avoid calloc() in macro findEntry()Panu Matilainen1-5/+4
2010-09-27Avoid unnecessary round-trip through expandT() where possiblePanu Matilainen1-3/+3
2010-09-27Use function arguments to pass, duh, arguments into functions. Duh.Panu Matilainen1-20/+9
2010-09-22Remove double const in urlstring structPanu Matilainen1-1/+1
2010-09-22Make rpmsqAction compatible to sa_sigactionPanu Matilainen2-5/+4
2010-09-21Add "c++ protection" to (hopefully) all of our internal headersPanu Matilainen3-0/+24
2010-09-21Add "C++ protection" to the public rpmutil.h header, oops...Panu Matilainen1-0/+8
2010-09-21Return typed pointers from rpmluaFree() and rpmluavFree()Panu Matilainen2-4/+4
2010-09-21Adjust pgpMpiSet() dest type to match actual usePanu Matilainen1-2/+2
2010-09-21Error string is const char *, not void pointerPanu Matilainen2-3/+3
2010-09-21Adjust internal io read, write and digest update to take buf as void pointerPanu Matilainen1-22/+22
2010-09-21Avoid using void pointer when we have a real type for the memfail functionPanu Matilainen2-3/+3
2010-09-21Change fdstat functions to take fdOpx enum to fix int/enum mismatchesPanu Matilainen1-2/+2
2010-09-21Fix up silly int/enum and type vs variable name mixups in urlPath()Panu Matilainen1-4/+4
2010-09-21Stop abusing enum typedefs for bitfield typesPanu Matilainen2-4/+9
2010-09-13Eliminate all fooUnlink() functions out of the APIPanu Matilainen2-16/+5
2010-09-08Fix _USE_LIBIO testPanu Matilainen1-4/+4
2010-07-13Redirect macro stack backtrace printing to debug log.Jindrich Novy1-4/+4
2010-07-13Fix cryptic macro evaluation error message (RhBug:613010)Jindrich Novy1-2/+1
2010-06-29Tell rpm about SHA-224 existence (RhBug:608599)Jiri Kastner2-0/+2
2010-06-03Fix "empty reply from server" curl-syndrome with url retrieval (RhBug:598988)Panu Matilainen1-1/+1
2010-06-01Permit DOS line-endings in PGP armors (RhBug:532992)Panu Matilainen1-4/+7
2010-05-19Add public pgpValString() function + enum for the various typesPanu Matilainen2-8/+46
2010-05-19Bury struct pgpValTbl_s definition inside rpmpgp.cPanu Matilainen2-7/+5
2010-03-29Lose long since unused fdReadable() and fdWritable()Panu Matilainen2-106/+0
2010-03-29Lose long since unused url control structure and related functionsPanu Matilainen2-198/+0
2010-03-22Further rpmio NULL sanity checksPanu Matilainen1-20/+22
2010-03-22Lose FDSANE() macro, check in c2f() and callers insteadPanu Matilainen1-8/+3
2010-03-22Change most of the FDSANE() asserts into good old NULL-checksPanu Matilainen1-28/+22
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen2-43/+34
2010-03-19Bury FTS inside librpmbuild and eliminate from public ABIPanu Matilainen3-1358/+2