summaryrefslogtreecommitdiff
path: root/rpmio/rpmdav.c
AgeCommit message (Expand)AuthorFilesLines
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épius1-1/+1
2007-07-24Expect neon headers to live in neon/ directory in include pathPanu Matilainen1-17/+11
2007-07-11Ifdef unused http timeout setting to future..Panu Matilainen1-0/+3
2007-07-11Cast assignment to destination type to fix warnings.Panu Matilainen1-2/+2
2007-07-03Fix segfault on errors if neon transport is used (rhbz#220392)Panu Matilainen1-0/+1
2007-02-16Allow build without the neon library.Paul Nasrat1-0/+12
2005-02-17- rework configure.ac et al to lose internal library baggage flexibly.jbj1-16/+34
2005-01-17Build on macosx.jbj1-0/+4
2005-01-09- build against external/internal neon.jbj1-3/+26
2005-01-04Splint fiddles.jbj1-4/+8
2004-11-29- detect and return errors from neon through Ferror.jbj1-45/+12
2004-11-28- add support for automagic pubkey retrieval using HKP.jbj1-7/+16
2004-11-19- remove noNeon runtime switch, http through neon only.jbj1-18/+11
2004-11-11Functional http remote globbing through WebDAV.jbj1-1/+12
2004-11-11Wire HTTP PUT through libneon.jbj1-88/+109
2004-11-08Stub in rpmrpc primitives.jbj1-28/+93
2004-11-08Splint fiddles.jbj1-13/+27
2004-11-08Splint clean.jbj1-16/+27
2004-11-08- use external libneon for http/https transport.jbj1-39/+35
2004-11-08Functional https:// with Keepalive on.jbj1-0/+5
2004-11-07Drill many neon hooks.jbj1-42/+261
2004-11-06Remove dead code.jbj1-97/+0
2004-11-06Add handlers for Content-Length: et al HTTP tags used by rpmio.jbj1-2/+45
2004-11-06Balance fd refcounts like http://. Much subtle hackery, sigh.jbj1-12/+14
2004-11-06Implement davReq/davResp instead.jbj1-132/+77
2004-11-05w00t! rpm -q -W https://wellfleet.jbj.org/rawhide/test milestone!jbj1-12/+296
2004-11-05Stub in libio routines.jbj1-0/+34
2004-11-05Store server capabilities and lockstore in urlinfo.jbj1-30/+67
2004-11-05Eliminate global session and neon uri parsing, use the urlcache instead.jbj1-53/+52
2004-11-05Implement davStat (and clone davLstat), sufficient for fts walk.jbj1-85/+226
2004-11-04Link librpmio with -lneon.jbj1-13/+617
2004-11-04Split out avOpendir/avReaddir/avClosedir to rpmdav.c.jbj1-0/+312