summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2007-09-21Add another HAVE_ZLIB_H conditional.Ralf Corsépius1-1/+3
2007-09-20Rename MacroContext and -Entry to rpmMacro* for namespacingPanu Matilainen2-59/+59
2007-09-20Move _free() into system.h for nowPanu Matilainen7-85/+0
2007-09-20Conditionalize zlib conditional pieces of code on HAVE_ZLIB_H.Ralf Corsépius1-0/+6
2007-09-20Remove splint remnants.Ralf Corsépius3-7/+0
2007-09-20Add dependency on libbz2.Ralf Corsépius1-0/+1
2007-09-19Adjust pktlen to pgpReadPkt's expectations.Ralf Corsépius1-1/+1
2007-09-18Change main() to using char *argv[].Ralf Corsépius7-7/+7
2007-09-17Make fts.h a private headerPanu Matilainen1-2/+2
2007-09-17ugid.h is private header reallyPanu Matilainen1-2/+2
2007-09-17Oops, unbreak file opens..Panu Matilainen1-1/+1
2007-09-17Remove unneeded socket/inet includesPanu Matilainen1-29/+0
2007-09-17Remove url caching, don't need it...Panu Matilainen7-180/+10
2007-09-17Remove url/transport items from rpmio file handle structs and usesPanu Matilainen2-13/+1
2007-09-17Remove transport-related items from urlinfo and usesPanu Matilainen3-59/+1
2007-09-14Kick unused defines.Ralf Corsépius1-7/+0
2007-09-12Rip out internal http and ftp transports.Panu Matilainen11-1290/+5
2007-09-12Use configurable helper application to deal with urls.Panu Matilainen1-50/+57
2007-09-12Remove NEON and related hacksPanu Matilainen14-844/+5
2007-09-12Remove now unused DAV RPC code.Panu Matilainen2-970/+0
2007-09-12Remove now unused FTP RPC code.Panu Matilainen1-929/+0
2007-09-12Only deal with local files in "rpc"Panu Matilainen1-125/+42
2007-09-11Remove splint tags.Ralf Corsépius9-53/+9
2007-09-11Remove splint tags.Ralf Corsépius42-2769/+821
2007-09-11Use _LDADD instead of _LDFLAGS.Ralf Corsépius1-11/+3
2007-09-04#include <popt.h> instead of "popt.h".Ralf Corsépius3-3/+3
2007-09-04Fix build and a few compiler warnings with --with-neonPanu Matilainen1-5/+7
2007-09-04Add httpTimeoutSecs for WITH_NEON.Ralf Corsépius1-1/+1
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius9-142/+5
2007-09-03Remove lint-support.Ralf Corsépius1-15/+0
2007-08-31Eliminate clean-local:Ralf Corsépius1-3/+0
2007-08-31Add RPMCONFIGDIR to CPPFLAGS.Ralf Corsépius1-0/+1
2007-08-30Don't read *.rpmnew etc macro filesPanu Matilainen1-0/+5
2007-08-27Use check_PROGRAMS instead of EXTRA_PROGRAMS for t*programs.Ralf Corsépius1-15/+13
2007-08-27Comment out Glob_error.Ralf Corsépius1-0/+2
2007-08-27Adjust paths to beecrypt headers.Ralf Corsépius1-2/+2
2007-08-27Adjust paths to beecrypt headers.Ralf Corsépius1-4/+4
2007-08-27Eliminate noinst_HEADERS.Ralf Corsépius1-11/+12
2007-08-27Fix monday morning thinkos wrt macro buffer changes.Panu Matilainen1-10/+16
2007-08-27Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpmPanu Matilainen2-228/+0
2007-08-27Fix potential buffer overflow in macro primitive executionPanu Matilainen1-2/+3
2007-08-27Fix potential buffer overflow in macro findEntry()Panu Matilainen1-1/+3
2007-08-27Fix potential buffer overflow by using dynamic buffer size.Panu Matilainen1-1/+4
2007-08-27Fix buffer overflow in macro shell escaping (#253971)Panu Matilainen1-1/+4
2007-08-27Remove tdigest.Ralf Corsépius1-4/+0
2007-08-27Remove (Unused junk).Ralf Corsépius1-224/+0
2007-08-22Remove INCPATH.Ralf Corsépius1-2/+1
2007-08-20Remove LDFLAGS from librpmio_la_LDFLAGS.Ralf Corsépius1-1/+1
2007-08-19Remove RPM_BUILD_ROOT.Ralf Corsépius1-2/+0
2007-08-13Use size_t for pktlen to reflect pgpReadPkts() parameters.Ralf Corsépius1-1/+1