summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-15Add an enhanced argvSplitString() function for splitting strings to argv'sPanu Matilainen2-3/+25
2010-02-10Split elf dependency extraction out of librpmbuild to external helperPanu Matilainen1-1/+0
2010-02-03Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing themFlorian Festi1-4/+0
2010-01-07Revert "Always free locally defined macros when they go out of scope"Panu Matilainen1-2/+3
2010-01-05Move <stdio.h> includes out of system.h to the places that need itPanu Matilainen3-0/+3
2010-01-05Move <ctype.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen4-0/+4
2010-01-05Remove <string.h> include from system.h into the few places that still needPanu Matilainen2-0/+2
2010-01-05Include <stdlib.h> as necessary instead of system.hPanu Matilainen3-3/+3
2010-01-05fts.h requires <stdint.h>, include it there explicitlyPanu Matilainen1-0/+1
2010-01-05Unconditionally include <sys/wait.h> where neededPanu Matilainen2-0/+2
2010-01-05Move sys/mman.h include out of system.h to the places that carePanu Matilainen1-0/+4
2010-01-05Unconditionally include <netdb.h> where needed instead of system.hPanu Matilainen1-0/+1
2010-01-04Clean up poll() vs select() testsPanu Matilainen1-0/+6
2010-01-04Use MAP_FAILED instead of hardwired (void *)-1Panu Matilainen1-1/+1
2010-01-04Re-enable mmap test in configure & fix the code build againPanu Matilainen1-0/+1
2010-01-04Remove further replacement functions for POSIX 2001 required bitsPanu Matilainen1-16/+0
2010-01-04Remove unnecessary setenv() replacement functionPanu Matilainen1-4/+0
2010-01-04Remove largely unnecessary putenv() replacementPanu Matilainen1-4/+0
2010-01-04Eliminate myrealloc() replacement functionPanu Matilainen1-5/+0
2010-01-04Remove unneeded strdup() replacement in misc/Panu Matilainen1-4/+0
2010-01-04Always free locally defined macros when they go out of scopePanu Matilainen1-3/+2
2010-01-04Remove -98 vintage ifdef'ed dead codePanu Matilainen1-13/+0
2009-12-23Oops, update stubs.c too for the removed replacementsPanu Matilainen1-24/+0
2009-12-23Move getopt() portability fiddles out of system.hPanu Matilainen1-0/+6
2009-12-23Move malloc portability tweaks out of system.hPanu Matilainen1-0/+10