summaryrefslogtreecommitdiff
path: root/rpmio/rpmio.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-21Eliminate fdRead/__fdRead preprocessor games.Ralf Corsépius1-8/+6
2007-09-21Eliminate fdOpen/__fdOpen preprocessor games.Ralf Corsépius1-9/+7
2007-09-21Add another HAVE_ZLIB_H conditional.Ralf Corsépius1-1/+3
2007-09-20Move _free() into system.h for nowPanu Matilainen1-12/+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épius1-5/+0
2007-09-17Oops, unbreak file opens..Panu Matilainen1-1/+1
2007-09-17Remove unneeded socket/inet includesPanu Matilainen1-29/+0
2007-09-17Remove url/transport items from rpmio file handle structs and usesPanu Matilainen1-9/+1
2007-09-17Remove transport-related items from urlinfo and usesPanu Matilainen1-7/+1
2007-09-12Rip out internal http and ftp transports.Panu Matilainen1-1175/+5
2007-09-12Use configurable helper application to deal with urls.Panu Matilainen1-50/+57
2007-09-12Remove NEON and related hacksPanu Matilainen1-61/+3
2007-09-11Remove splint tags.Ralf Corsépius1-6/+0
2007-09-11Remove splint tags.Ralf Corsépius1-451/+111
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius1-1/+1
2007-07-12rpmioSlurp() related cleanups.Panu Matilainen1-1/+1
2007-07-12Fread() and Fwrite() can return negative values, change type to reflect thatPanu Matilainen1-2/+2
2007-07-11Turn rpmioSlurp() length argument to unsigned size_t, fix up uses.Panu Matilainen1-1/+1
2007-07-11Shut up fdUpdateDigest() differing signedness compiler warnings.Panu Matilainen1-6/+6
2007-07-10Bunch of variable initializations to avoid compiler warnings.Panu Matilainen1-1/+1
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-1/+1
2007-07-10Use correct size type for getpeername()Panu Matilainen1-1/+1
2007-06-25IPv4/6 and EPSV support by Arkadiusz MiskiewiczPanu Matilainen1-9/+162
2007-04-16Return an error if Fileno is called with NULL instead of segfaulting.Paul Nasrat1-0/+1
2007-02-16Allow build without the neon library.Paul Nasrat1-4/+74
2005-01-23- blueprint rpm-4_4 and HEAD to minimize diff spew.jbj1-2/+2
2004-11-29- detect and return errors from neon through Ferror.jbj1-14/+26
2004-11-28- add support for automagic pubkey retrieval using HKP.jbj1-2/+9
2004-11-25- fix: chunked davRead returns 0 is EOF.jbj1-2/+5
2004-11-19- remove noNeon runtime switch, http through neon only.jbj1-139/+0
2004-11-11Wire HTTP PUT through libneon.jbj1-17/+61
2004-11-08Splint clean.jbj1-2/+10
2004-11-08- use external libneon for http/https transport.jbj1-11/+15
2004-11-08Functional https:// with Keepalive on.jbj1-21/+34
2004-11-08Rebalance refcounts with keepalive.jbj1-3/+2
2004-11-07Drill many neon hooks.jbj1-5/+19
2004-11-06Remove dead code.jbj1-8/+2
2004-11-06Add handlers for Content-Length: et al HTTP tags used by rpmio.jbj1-1/+7
2004-11-06Balance fd refcounts like http://. Much subtle hackery, sigh.jbj1-4/+5
2004-11-06Implement davReq/davResp instead.jbj1-2/+3
2004-11-05w00t! rpm -q -W https://wellfleet.jbj.org/rawhide/test milestone!jbj1-1/+36
2004-11-05Store server capabilities and lockstore in urlinfo.jbj1-1/+1
2004-11-04Stub in URL_IS_HTTPS everywhere.jbj1-5/+26
2004-10-20Doxygen fiddles.jbj1-1/+1
2004-10-09Splint fiddles.jbj1-3/+3
2004-05-29- use poll(2) if available, avoid borked aurora/sparc select (#124574).jbj1-12/+32
2003-05-30Consolidate external beecrypt changes.jbj1-1/+1
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-139/+55
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-3/+1