summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2004-12-01Deal with \r\n after "-----END PGP PBLIC KEY BLOCK-----" from hkp://sks.keyse...jbj2-10/+37
2004-11-29- detect and return errors from neon through Ferror.jbj3-70/+59
2004-11-28- add support for automagic pubkey retrieval using HKP.jbj12-47/+198
2004-11-25- fix: chunked davRead returns 0 is EOF.jbj1-2/+5
2004-11-19- bump soname into libfoo-4.4.so everywhere.jbj1-1/+1
2004-11-19- remove noNeon runtime switch, http through neon only.jbj6-198/+36
2004-11-11Functional http remote globbing through WebDAV.jbj4-11/+35
2004-11-11Create.jbj1-0/+150
2004-11-11Wire HTTP PUT through libneon.jbj2-105/+170
2004-11-10Sanity.jbj2-8/+23
2004-11-08Stub in rpmrpc primitives.jbj3-47/+155
2004-11-08Splint fiddles.jbj1-13/+27
2004-11-08Splint clean.jbj5-26/+48
2004-11-08- use external libneon for http/https transport.jbj4-66/+80
2004-11-08Functional https:// with Keepalive on.jbj3-21/+47
2004-11-08Rebalance refcounts with keepalive.jbj2-3/+5
2004-11-07Drill many neon hooks.jbj9-65/+331
2004-11-06Orphan.jbj1-0/+85
2004-11-06Remove dead code.jbj2-105/+2
2004-11-06Add handlers for Content-Length: et al HTTP tags used by rpmio.jbj2-3/+52
2004-11-06Balance fd refcounts like http://. Much subtle hackery, sigh.jbj2-16/+19
2004-11-06Implement davReq/davResp instead.jbj2-134/+80
2004-11-05w00t! rpm -q -W https://wellfleet.jbj.org/rawhide/test milestone!jbj5-17/+354
2004-11-05Stub in libio routines.jbj2-0/+71
2004-11-05Store server capabilities and lockstore in urlinfo.jbj6-60/+102
2004-11-05Eliminate global session and neon uri parsing, use the urlcache instead.jbj4-54/+59
2004-11-05Implement davStat (and clone davLstat), sufficient for fts walk.jbj4-98/+271
2004-11-04Link librpmio with -lneon.jbj5-15/+650
2004-11-04Typos.jbj1-2/+2
2004-11-04Split out avOpendir/avReaddir/avClosedir to rpmdav.c.jbj4-228/+409
2004-11-04Stub in URL_IS_HTTPS everywhere.jbj8-84/+305
2004-10-21- port to internal file-4.10 libmagic rather than libfmagic.jbj1-1/+1
2004-10-20Doxygen fiddles.jbj4-35/+34
2004-10-14- fix: don't set handler if SIG_IGN is already set (#134474).jbj1-5/+11
2004-10-10Typo.jbj1-1/+1
2004-10-09More changes from rpm-4_3 branch.jbj1-1/+3
2004-10-09Splint fiddles.jbj1-2/+0
2004-10-09Splint fiddles.jbj16-80/+216
2004-08-31- ia64: auto-relocate entire, not partial, directory contents (#126905).jbj1-1/+12
2004-07-31Add support for beecrypt-4.0.0.jbj1-0/+5
2004-06-01- fix: "/path/foo.../bar" was losing a dot (#123844).jbj1-1/+1
2004-05-29- use poll(2) if available, avoid borked aurora/sparc select (#124574).jbj1-12/+32
2004-05-28More cleanup, remove compile warnings.jbj2-21/+22
2004-05-28Code cleanup.jbj4-570/+608
2004-05-28Sanity clean-up.jbj2-16/+13
2004-05-28Make sexpOutputStream entirely opaque.jbj4-47/+65
2004-05-28Make input stream entirely opaque.jbj3-73/+110
2004-05-28Make sexpString and sexpList opaque and abstract.jbj4-84/+113
2004-05-28Make sexpSimpleString and sexpObject opaque and abstract.jbj5-132/+145
2004-05-28Continue making structures abstarct and opaque.jbj4-349/+360