• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Jul-2006-

PLUGIN/H03-May-2022-2216

doc/H03-May-2022-6,6425,064

macros/H20-Jul-2006-2,1281,548

src/H07-May-2022-18,81511,761

test/H20-Jul-2006-12,4958,559

.versionH A D20-Jul-20067 21

AUTHORSH A D20-Jul-2006272 65

BUGSH A D20-Jul-20061.1 KiB2921

ChangeLogH A D20-Jul-200620.3 KiB694398

INSTALL.win32H A D20-Jul-20064 KiB13184

Makefile.inH A D20-Jul-20064.3 KiB161106

NEWSH A D20-Jul-200644.5 KiB933858

READMEH A D20-Jul-20062 KiB4637

THANKSH A D20-Jul-20061.7 KiB5349

TODOH A D20-Jul-20064.5 KiB11985

aclocal.m4H A D20-Jul-2006205.9 KiB5,9975,364

autogen.shH A D20-Jul-2006675 2518

config.guessH A D20-Jul-200643.2 KiB1,5011,289

config.h.inH A D20-Jul-20067.5 KiB290196

config.hwH A D20-Jul-20061.6 KiB6046

config.hw.inH A D20-Jul-20061.6 KiB6046

config.subH A D20-Jul-200631.7 KiB1,6091,465

configureH A D20-Jul-2006531.2 KiB18,49415,800

configure.inH A D20-Jul-20064.5 KiB168129

install-shH A D20-Jul-20065.5 KiB251152

ltmain.shH A D20-Jul-2006179.4 KiB6,4265,055

neon-config.inH A D20-Jul-20061.7 KiB10681

neon.makH A D20-Jul-20065.4 KiB201178

neon.pc.inH A D20-Jul-2006238 119

README

1
2neon is an HTTP and WebDAV client library, with a C language API.
3Bindings for other languages may also be available, see the web site
4for more details.
5
6Mailing list: neon@webdav.org     ||    Web site: http://www.webdav.org/neon/
7
8WARNING: THE NEON API IS NOT YET STABLE.
9
10Current features:
11
12 - High-level interface to HTTP and WebDAV methods.
13 - Low-level interface to HTTP request handling, to allow implementing
14   new methods easily.
15 - Persistent connection support (HTTP/1.1 and HTTP/1.0 aware)
16 - Basic and digest authentication (RFC2617) (including auth-int, md5-sess)
17 - Proxy support (including basic/digest authentication)
18 - SSL/TLS support using OpenSSL (including client certificate support)
19 - Generic WebDAV 207 XML response handling mechanism
20 - XML parsing using expat or libxml (1.x or 2.x) parser
21 - Easy generation of error messages from 207 error responses
22 - Basic HTTP/1.1 methods: GET, PUT, HEAD, OPTIONS, conditional PUT
23 - WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
24 - WebDAV metadata support: set and remove properties (PROPPATCH), query
25   any set of properties (PROPFIND).
26 - WebDAV locking support
27 - Autoconf macros supplied for easily embedding neon directly inside
28   an application source tree.
29
30Provides lower-level interfaces to directly implement new HTTP
31methods, and higher-level interfaces so that you don't have to worry
32about the lower-level stuff.
33
34neon is licensed under the GNU Library GPL; see src/COPYING.LIB for
35full details.  The manual is licensed under the terms of the GNU FDL;
36see doc/fdl.sgml or the generated documentation.  The autoconf macros
37in the "macros" directory are under a more liberal license, see each
38file for details.  The test suite is licensed under the GNU GPL; see
39test/COPYING for full details.
40
41neon is Copyright (C) 1999-2003 Joe Orton
42Portions are:
43Copyright (C) 1999-2000 Tommi Komulainen <Tommi.Komulainen@iki.fi>
44Copyright (C) 1999-2000, Peter Boos <pedib@colorfullife.com>
45Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
46