summaryrefslogtreecommitdiff
path: root/rpmio
Commit message (Expand)AuthorAgeFilesLines
* Basic protection against Lua os.exit() and posix.exec() (ticket #167)Panu Matilainen2010-11-151-0/+1
* Bury stripTrailingChar() inside the only remaining userPanu Matilainen2010-10-262-16/+0
* Bury StringBuf inside librpmbuild internalsPanu Matilainen2010-10-262-113/+0
* Eliminate use of pgpHashAlgo in rpmio interface argumentsPanu Matilainen2010-10-226-21/+19
* Tolerate NULL args in argvSplitString()Panu Matilainen2010-10-051-1/+5
* Handle non-terminated substrings centrally in expandMacro()Panu Matilainen2010-09-271-41/+22
* Dynamic expansion buffer reallocation for lua macros tooPanu Matilainen2010-09-271-6/+12
* Whoops, fix typo/thinko from commit dc258bac41e32e754b15a413d844160f34b6a12ePanu Matilainen2010-09-271-1/+1
* Eliminate the internal in-place-expansion buffer limitationPanu Matilainen2010-09-271-30/+32
* Simplify / sanitize expandU() a bitPanu Matilainen2010-09-271-12/+7
* Dynamically reallocate macro expansion buffer (ticket #45)Panu Matilainen2010-09-271-14/+15
* Let expandMacro() allocate its own bufferPanu Matilainen2010-09-271-16/+17
* Track current expansion point via distance to buffer startPanu Matilainen2010-09-271-21/+23
* Push the macro buffer size limit down by one levelPanu Matilainen2010-09-271-24/+24
* Eliminate unused spec field from macro expansion state structPanu Matilainen2010-09-271-3/+0
* Avoid calloc() in macro findEntry()Panu Matilainen2010-09-271-5/+4
* Avoid unnecessary round-trip through expandT() where possiblePanu Matilainen2010-09-271-3/+3
* Use function arguments to pass, duh, arguments into functions. Duh.Panu Matilainen2010-09-271-20/+9
* Remove double const in urlstring structPanu Matilainen2010-09-221-1/+1
* Make rpmsqAction compatible to sa_sigactionPanu Matilainen2010-09-222-5/+4
* Add "c++ protection" to (hopefully) all of our internal headersPanu Matilainen2010-09-213-0/+24
* Add "C++ protection" to the public rpmutil.h header, oops...Panu Matilainen2010-09-211-0/+8
* Return typed pointers from rpmluaFree() and rpmluavFree()Panu Matilainen2010-09-212-4/+4
* Adjust pgpMpiSet() dest type to match actual usePanu Matilainen2010-09-211-2/+2
* Error string is const char *, not void pointerPanu Matilainen2010-09-212-3/+3
* Adjust internal io read, write and digest update to take buf as void pointerPanu Matilainen2010-09-211-22/+22
* Avoid using void pointer when we have a real type for the memfail functionPanu Matilainen2010-09-212-3/+3
* Change fdstat functions to take fdOpx enum to fix int/enum mismatchesPanu Matilainen2010-09-211-2/+2
* Fix up silly int/enum and type vs variable name mixups in urlPath()Panu Matilainen2010-09-211-4/+4
* Stop abusing enum typedefs for bitfield typesPanu Matilainen2010-09-212-4/+9
* Eliminate all fooUnlink() functions out of the APIPanu Matilainen2010-09-132-16/+5
* Fix _USE_LIBIO testPanu Matilainen2010-09-081-4/+4
* Redirect macro stack backtrace printing to debug log.Jindrich Novy2010-07-131-4/+4
* Fix cryptic macro evaluation error message (RhBug:613010)Jindrich Novy2010-07-131-2/+1
* Tell rpm about SHA-224 existence (RhBug:608599)Jiri Kastner2010-06-292-0/+2
* Fix "empty reply from server" curl-syndrome with url retrieval (RhBug:598988)Panu Matilainen2010-06-031-1/+1
* Permit DOS line-endings in PGP armors (RhBug:532992)Panu Matilainen2010-06-011-4/+7
* Add public pgpValString() function + enum for the various typesPanu Matilainen2010-05-192-8/+46
* Bury struct pgpValTbl_s definition inside rpmpgp.cPanu Matilainen2010-05-192-7/+5
* Lose long since unused fdReadable() and fdWritable()Panu Matilainen2010-03-292-106/+0
* Lose long since unused url control structure and related functionsPanu Matilainen2010-03-292-198/+0
* Further rpmio NULL sanity checksPanu Matilainen2010-03-221-20/+22
* Lose FDSANE() macro, check in c2f() and callers insteadPanu Matilainen2010-03-221-8/+3
* Change most of the FDSANE() asserts into good old NULL-checksPanu Matilainen2010-03-221-28/+22
* Lose the useless rpmio refcounting debug junkPanu Matilainen2010-03-222-43/+34
* Bury FTS inside librpmbuild and eliminate from public ABIPanu Matilainen2010-03-193-1358/+2
* Add an enhanced argvSplitString() function for splitting strings to argv'sPanu Matilainen2010-03-152-3/+25
* Split elf dependency extraction out of librpmbuild to external helperPanu Matilainen2010-02-101-1/+0
* Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing themFlorian Festi2010-02-031-4/+0
* Revert "Always free locally defined macros when they go out of scope"Panu Matilainen2010-01-071-2/+3