Age | Commit message (Expand) | Author | Files | Lines |
2007-09-22 | Take out __FILE__, __LINE__ from DBGREFS. | Ralf Corsépius | 1 | -6/+5 |
2007-09-21 | Add fdLink, fdFree, fdNew functions. | Ralf Corsépius | 1 | -1/+28 |
2007-09-21 | Add fdClose, fdOpen, fdRead, fdWrite functions. | Ralf Corsépius | 1 | -0/+36 |
2007-09-21 | Eliminate fdClose/__fdClose preprocessor games. | Ralf Corsépius | 1 | -8/+6 |
2007-09-21 | Eliminate fdWrite/__fdWrite preprocessor games. | Ralf Corsépius | 1 | -7/+5 |
2007-09-21 | Eliminate fdRead/__fdRead preprocessor games. | Ralf Corsépius | 1 | -8/+6 |
2007-09-21 | Eliminate fdOpen/__fdOpen preprocessor games. | Ralf Corsépius | 1 | -9/+7 |
2007-09-21 | Add another HAVE_ZLIB_H conditional. | Ralf Corsépius | 1 | -1/+3 |
2007-09-20 | Move _free() into system.h for now | Panu Matilainen | 1 | -12/+0 |
2007-09-20 | Conditionalize zlib conditional pieces of code on HAVE_ZLIB_H. | Ralf Corsépius | 1 | -0/+6 |
2007-09-20 | Remove splint remnants. | Ralf Corsépius | 1 | -5/+0 |
2007-09-17 | Oops, unbreak file opens.. | Panu Matilainen | 1 | -1/+1 |
2007-09-17 | Remove unneeded socket/inet includes | Panu Matilainen | 1 | -29/+0 |
2007-09-17 | Remove url/transport items from rpmio file handle structs and uses | Panu Matilainen | 1 | -9/+1 |
2007-09-17 | Remove transport-related items from urlinfo and uses | Panu Matilainen | 1 | -7/+1 |
2007-09-12 | Rip out internal http and ftp transports. | Panu Matilainen | 1 | -1175/+5 |
2007-09-12 | Use configurable helper application to deal with urls. | Panu Matilainen | 1 | -50/+57 |
2007-09-12 | Remove NEON and related hacks | Panu Matilainen | 1 | -61/+3 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -6/+0 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -451/+111 |
2007-09-03 | Remove __LCLINT__-ifdef'ed blocks. | Ralf Corsépius | 1 | -1/+1 |
2007-07-12 | rpmioSlurp() related cleanups. | Panu Matilainen | 1 | -1/+1 |
2007-07-12 | Fread() and Fwrite() can return negative values, change type to reflect that | Panu Matilainen | 1 | -2/+2 |
2007-07-11 | Turn rpmioSlurp() length argument to unsigned size_t, fix up uses. | Panu Matilainen | 1 | -1/+1 |
2007-07-11 | Shut up fdUpdateDigest() differing signedness compiler warnings. | Panu Matilainen | 1 | -6/+6 |
2007-07-10 | Bunch of variable initializations to avoid compiler warnings. | Panu Matilainen | 1 | -1/+1 |
2007-07-10 | Remove const type-qualifiers from function return types everywhere. | Panu Matilainen | 1 | -1/+1 |
2007-07-10 | Use correct size type for getpeername() | Panu Matilainen | 1 | -1/+1 |
2007-06-25 | IPv4/6 and EPSV support by Arkadiusz Miskiewicz | Panu Matilainen | 1 | -9/+162 |
2007-04-16 | Return an error if Fileno is called with NULL instead of segfaulting. | Paul Nasrat | 1 | -0/+1 |
2007-02-16 | Allow build without the neon library. | Paul Nasrat | 1 | -4/+74 |
2005-01-23 | - blueprint rpm-4_4 and HEAD to minimize diff spew. | jbj | 1 | -2/+2 |
2004-11-29 | - detect and return errors from neon through Ferror. | jbj | 1 | -14/+26 |
2004-11-28 | - add support for automagic pubkey retrieval using HKP. | jbj | 1 | -2/+9 |
2004-11-25 | - fix: chunked davRead returns 0 is EOF. | jbj | 1 | -2/+5 |
2004-11-19 | - remove noNeon runtime switch, http through neon only. | jbj | 1 | -139/+0 |
2004-11-11 | Wire HTTP PUT through libneon. | jbj | 1 | -17/+61 |
2004-11-08 | Splint clean. | jbj | 1 | -2/+10 |
2004-11-08 | - use external libneon for http/https transport. | jbj | 1 | -11/+15 |
2004-11-08 | Functional https:// with Keepalive on. | jbj | 1 | -21/+34 |
2004-11-08 | Rebalance refcounts with keepalive. | jbj | 1 | -3/+2 |
2004-11-07 | Drill many neon hooks. | jbj | 1 | -5/+19 |
2004-11-06 | Remove dead code. | jbj | 1 | -8/+2 |
2004-11-06 | Add handlers for Content-Length: et al HTTP tags used by rpmio. | jbj | 1 | -1/+7 |
2004-11-06 | Balance fd refcounts like http://. Much subtle hackery, sigh. | jbj | 1 | -4/+5 |
2004-11-06 | Implement davReq/davResp instead. | jbj | 1 | -2/+3 |
2004-11-05 | w00t! rpm -q -W https://wellfleet.jbj.org/rawhide/test milestone! | jbj | 1 | -1/+36 |
2004-11-05 | Store server capabilities and lockstore in urlinfo. | jbj | 1 | -1/+1 |
2004-11-04 | Stub in URL_IS_HTTPS everywhere. | jbj | 1 | -5/+26 |
2004-10-20 | Doxygen fiddles. | jbj | 1 | -1/+1 |