summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag release 0.26.0.0.26.0joe2006-03-110-0/+0
* * po/: make update-po.joe2006-03-118-144/+144
* * macros/neon.m4: Bump to 0.26.0.joe2006-03-112-3/+7
* * README, AUTHORS: Update copyright info.joe2006-03-112-12/+11
* * doc/manual.xml: s/GFDL/GPL/ for Debian policy compliance.joe2006-03-112-479/+22
* * test/lock.c (fail_lockauth): Use many_serve_string.joe2006-03-101-9/+8
* * doc/ref/neon.xml: Fix typo.joe2006-03-101-1/+1
* * src/ne_auth.c (ah_post_send): Remove strdup which is nowjoe2006-03-081-3/+1
* * src/ne_auth.c (negotiate_challenge): Renamed from gssapi_challenge.joe2006-03-081-4/+4
* * src/ne_private.h (struct ne_session_s): Remove use of bitfields.joe2006-03-073-9/+9
* * src/ne_basic.c (ne_put) [NE_LFS]: Use ne_set_request_body_fd64,joe2006-03-071-2/+14
* * src/ne_basic.h (ne_get_range64): Add prototype.joe2006-03-072-14/+53
* * src/ne_request.c (read_status_line): Update comment.joe2006-03-071-2/+1
* * src/ne_utils.h (NE_FEATURE_I18N): Add macro.joe2006-03-073-1/+12
* * src/ne_session.h: Fix typo.joe2006-03-071-1/+1
* * src/ne_basic.c (dispatch_to_fd): Fix ne_get() regression.joe2006-03-012-1/+26
* * src/ne_basic.c (dispatch_to_fd): Fix content-range parsing.joe2006-03-012-6/+8
* * src/ne_uri.c (URI_ESCAPE): Do path-escape "%".joe2006-03-012-14/+26
* * Makefile.in (update-po): Send output to /dev/null when checkingjoe2006-03-011-2/+2
* * po/: make update-po.joe2006-03-018-631/+967
* Clarify remaining GnuTLS issues.joe2006-03-011-1/+2
* * macros/neon.m4 (NEON_USE_EXTERNAL): Check for TS_SSL feature.joe2006-03-011-0/+2
* * src/ne_session.c (ne_ssl_cert_validity): Handlejoe2006-03-011-7/+17
* Document changes for 0.26.0.joe2006-03-011-0/+74
* Move to opaque MD5 context, avoiding exposure of md5_uint32 type:joe2006-03-016-199/+189
* * src/ne_md5.h: Remove support for non-C89 prototypes.joe2006-02-281-15/+8
* Formalize the date formatting by ne_ssl_cert_validity and addjoe2006-02-287-32/+88
* Avoid most issues with misaligned md5 result buffers:joe2006-02-283-22/+27
* * doc/manual.xml: Include the ne_i18n_init refentry.joe2006-02-271-0/+2
* * doc/ref/i18n.xml: New file.joe2006-02-273-3/+93
* * src/ne_props.c (ne_propfind_create): Use ne_buffer_czappend.joe2006-02-271-3/+3
* * doc/ref/feat.xml: Fix id, use an xref, improve text, add see also.joe2006-02-271-4/+10
* * doc/ref/reqbody.xml: Document ne_set_request_body_fd*.joe2006-02-271-6/+31
* Add destructor callback to PROPFIND interface to guarantee cleanup ofjoe2006-02-275-40/+127
* * macros/neon.m4 (NEON_SSL): Don't define HAVE_PTHREADS.joe2006-02-273-7/+7
* * src/ne_openssl.c (thread_id_neon): Revert previous change (which isjoe2006-02-271-12/+13
* * src/ne_openssl.c (thread_id_neon): Work regardless of whetherjoe2006-02-271-3/+11
* * src/ne_session.c (ne__ssl_set_verify_err): Make array static const.joe2006-02-271-1/+1
* * src/ne_session.c (ne__ssl_set_verify_err): Moved here...joe2006-02-274-29/+32
* * doc/ref/init.xml, doc/ref/neon.xml: Document thread-safe SSLjoe2006-02-262-8/+76
* * macros/neon.m4 (NEON_SSL): Define a feature macro for thread-safejoe2006-02-265-10/+26
* * doc/manual.xml: Add ne_has_support refentry.joe2006-02-262-0/+91
* * test/request.c (hooks): Use many_serve_string to serve the threejoe2006-02-261-4/+5
* * test/Makefile.in: Add some missing dependencies on the "randomjoe2006-02-251-2/+2
* * src/ne_basic.c (ne_post): Flag POST request as non-idempotent.joe2006-02-252-0/+5
* Interfaces to allow correct handling of non-idempotentjoe2006-02-251-5/+0
* Add per-request flags interface, and correct retry handling ofjoe2006-02-253-14/+52
* * src/ne_openssl.c (ne_ssl_context_set_flag): Fix to actually respectjoe2006-02-251-1/+1
* Forward-port ICY protocol support from 0.25.x branch, conditional onjoe2006-02-254-2/+36
* * src/ne_ssl.h (NE_SSL_CTX_SSLv2): New constant.joe2006-02-257-3/+42