Imported Upstream version 0.30.0 upstream upstream/0.30.0
authorPatrick Ohly <patrick.ohly@intel.com>
Sat, 24 May 2014 18:53:04 +0000 (20:53 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Sat, 24 May 2014 18:53:04 +0000 (20:53 +0200)
commit953a66759a64c77e53f930d5842a81c156660031
treea43c820a4804d4e82788aa8b1ef6fd60da6b7378
parent82d16c9d43e05da07e79e107cad549b9dcf05790
Imported Upstream version 0.30.0
229 files changed:
.version
ChangeLog
NEWS
aclocal.m4
config.guess
config.h.in
config.hw
config.hw.in
config.sub
configure
configure.in
doc/date.xml
doc/html/api.html
doc/html/biblio.html
doc/html/compliance.html
doc/html/features.html
doc/html/index.html
doc/html/intro.html
doc/html/manual.proc [new file with mode: 0644]
doc/html/ref.html
doc/html/refalloc.html
doc/html/refauth.html
doc/html/refbuf.html
doc/html/refbufapp.html
doc/html/refbufcr.html
doc/html/refbufdest.html
doc/html/refbufutil.html
doc/html/refcert.html
doc/html/refclicert.html
doc/html/refconfig.html
doc/html/referr.html
doc/html/reffeat.html
doc/html/refgetst.html
doc/html/refi18n.html
doc/html/refiaddr.html
doc/html/refneon.html
doc/html/refopts.html
doc/html/refproxy.html [new file with mode: 0644]
doc/html/refreq.html
doc/html/refreqbody.html
doc/html/refreqflags.html
doc/html/refreqhdr.html
doc/html/refresolve.html
doc/html/refresphdr.html
doc/html/refsess.html
doc/html/refsessflags.html
doc/html/refshave.html
doc/html/refsockinit.html
doc/html/refsslca.html
doc/html/refsslcert2.html
doc/html/refsslcertio.html
doc/html/refssldname.html
doc/html/refsslvfy.html
doc/html/refstatus.html
doc/html/reftok.html
doc/html/refvers.html
doc/html/refxml.html
doc/html/security.html
doc/html/using.html
doc/html/xml.html
doc/man/ne_add_request_header.3
doc/man/ne_addr_destroy.3
doc/man/ne_addr_error.3
doc/man/ne_addr_first.3
doc/man/ne_addr_next.3
doc/man/ne_addr_resolve.3
doc/man/ne_addr_result.3
doc/man/ne_buffer.3
doc/man/ne_buffer_altered.3
doc/man/ne_buffer_append.3
doc/man/ne_buffer_clear.3
doc/man/ne_buffer_concat.3
doc/man/ne_buffer_create.3
doc/man/ne_buffer_destroy.3
doc/man/ne_buffer_finish.3
doc/man/ne_buffer_grow.3
doc/man/ne_buffer_ncreate.3
doc/man/ne_buffer_zappend.3
doc/man/ne_calloc.3
doc/man/ne_close_connection.3
doc/man/ne_forget_auth.3
doc/man/ne_get_error.3
doc/man/ne_get_request_flag.3
doc/man/ne_get_response_header.3
doc/man/ne_get_scheme.3
doc/man/ne_get_server_hostport.3
doc/man/ne_get_session_flag.3
doc/man/ne_get_status.3
doc/man/ne_has_support.3
doc/man/ne_i18n_init.3
doc/man/ne_iaddr_cmp.3
doc/man/ne_iaddr_free.3
doc/man/ne_iaddr_make.3
doc/man/ne_iaddr_parse.3
doc/man/ne_iaddr_print.3
doc/man/ne_iaddr_raw.3
doc/man/ne_iaddr_reverse.3
doc/man/ne_iaddr_typeof.3
doc/man/ne_malloc.3
doc/man/ne_oom_callback.3
doc/man/ne_print_request_header.3
doc/man/ne_qtoken.3
doc/man/ne_realloc.3
doc/man/ne_request_create.3
doc/man/ne_request_destroy.3
doc/man/ne_request_dispatch.3
doc/man/ne_response_header_iterate.3
doc/man/ne_session_create.3
doc/man/ne_session_destroy.3
doc/man/ne_session_proxy.3
doc/man/ne_session_socks_proxy.3 [new file with mode: 0644]
doc/man/ne_session_system_proxy.3 [new file with mode: 0644]
doc/man/ne_set_addrlist.3 [new file with mode: 0644]
doc/man/ne_set_connect_timeout.3
doc/man/ne_set_error.3
doc/man/ne_set_proxy_auth.3
doc/man/ne_set_read_timeout.3
doc/man/ne_set_request_body_buffer.3
doc/man/ne_set_request_body_fd.3
doc/man/ne_set_request_body_fd64.3
doc/man/ne_set_request_flag.3
doc/man/ne_set_server_auth.3
doc/man/ne_set_session_flag.3
doc/man/ne_set_useragent.3
doc/man/ne_shave.3
doc/man/ne_sock_exit.3
doc/man/ne_sock_init.3
doc/man/ne_ssl_cert_cmp.3
doc/man/ne_ssl_cert_export.3
doc/man/ne_ssl_cert_free.3
doc/man/ne_ssl_cert_identity.3
doc/man/ne_ssl_cert_import.3
doc/man/ne_ssl_cert_issuer.3
doc/man/ne_ssl_cert_read.3
doc/man/ne_ssl_cert_signedby.3
doc/man/ne_ssl_cert_subject.3
doc/man/ne_ssl_cert_write.3
doc/man/ne_ssl_clicert_decrypt.3
doc/man/ne_ssl_clicert_encrypted.3
doc/man/ne_ssl_clicert_free.3
doc/man/ne_ssl_clicert_name.3
doc/man/ne_ssl_clicert_owner.3
doc/man/ne_ssl_clicert_read.3
doc/man/ne_ssl_dname_cmp.3
doc/man/ne_ssl_readable_dname.3
doc/man/ne_ssl_set_verify.3
doc/man/ne_ssl_trust_cert.3
doc/man/ne_ssl_trust_default_ca.3
doc/man/ne_status.3
doc/man/ne_strdup.3
doc/man/ne_strndup.3
doc/man/ne_token.3
doc/man/ne_version_match.3
doc/man/ne_version_string.3
doc/man/ne_xml_create.3
doc/man/ne_xml_destroy.3
doc/man/neon-config.1
doc/man/neon.3
doc/manual.xml
doc/ref/proxy.xml [new file with mode: 0644]
doc/ref/req.xml
doc/ref/sess.xml
doc/version.xml
install-sh
ltmain.sh [changed mode: 0755->0644]
macros/ld-version-script.m4
macros/neon-test.m4
macros/neon.m4
po/cs.gmo
po/cs.po
po/de.gmo
po/de.po
po/fr.gmo
po/fr.po
po/ja.gmo
po/ja.po
po/neon.pot
po/nn.gmo
po/nn.po
po/pl.gmo
po/pl.po
po/ru.gmo
po/ru.po
po/tr.gmo
po/tr.po
po/zh_CN.gmo
po/zh_CN.po
src/Makefile.in
src/ne_auth.c
src/ne_auth.h
src/ne_basic.c
src/ne_basic.h
src/ne_defs.h
src/ne_gnutls.c
src/ne_md5.c
src/ne_openssl.c
src/ne_privssl.h
src/ne_request.c
src/ne_request.h
src/ne_session.c
src/ne_session.h
src/ne_socket.c
src/ne_socket.h
src/ne_ssl.h
src/ne_sspi.c
src/ne_uri.c
src/ne_utils.c
src/ne_utils.h
src/neon.vers
test/.gdbinit [new file with mode: 0644]
test/auth.c
test/basic.c
test/common/child.c
test/common/child.h
test/common/tests.c
test/compress.c
test/lock.c
test/makekeys.sh
test/props.c
test/redirect.c
test/request.c
test/run-tests.sh
test/session.c
test/socket.c
test/ssl.c
test/stubs.c
test/uri-tests.c
test/utils.c
test/utils.h