summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Really retag 0.25.1.0.25.1Joe Orton2005-06-2110-25/+119
* * src/ne_openssl.c (ne__negotiate_ssl): Replace the cached sessionJoe Orton2005-06-011-2/+9
* * src/ne_basic.c (ne_get_content_type): Ensure that ->charset is NULLJoe Orton2005-06-012-3/+6
* * src/ne_xml.c (start_element): Use NE_DBG_XML debug constant.Joe Orton2005-05-201-10/+10
* * src/ne_xml.c (char_data): Tidy up debug message.Joe Orton2005-05-201-2/+3
* Updates.Joe Orton2005-05-191-25/+6
* * src/ne_request.h (ne_hook_post_send): Clarify when the post_sendJoe Orton2005-05-191-1/+3
* Credit Vladimir.Joe Orton2005-05-142-2/+3
* * src/ne_auth.c: Fix Windows SSPI build.Joe Orton2005-05-141-1/+1
* * INSTALL.win32: Update to reference 0.9.7g from confirmation fromJoe Orton2005-05-121-4/+4
* * src/ne_string.c (b64_alphabet): Use constant array; eliminate lastJoe Orton2005-05-111-1/+1
* * src/ne_dates.c (rfc1123_weekdays, short_months): Mark pointers asJoe Orton2005-05-111-3/+3
* * src/ne_request.h: Fix nonsensical API requirement.Joe Orton2005-05-091-1/+1
* Fix the feature name, thanks to the report on the eveningJoe Orton2005-05-061-1/+1
* * macros/neon.m4 (NE_REQUIRE_VERSIONS): New macro, replacingJoe Orton2005-04-241-18/+23
* * neon-config.in: Remove idna support flag.Joe Orton2005-04-241-2/+1
* Synch with 0.25.x branch.Joe Orton2005-04-241-7/+16
* * test/stubs.c [!NE_HAVE_ZLIB] (sd_reader): Fix to match prototype.Joe Orton2005-04-241-2/+3
* * test/request.c (send_bad_offset): Use an empty file and a negativeJoe Orton2005-04-241-6/+11
* * macros/neon.m4 (NEON_WARNINGS): Tweak gcc warnings.Joe Orton2005-04-241-1/+1
* * src/Makefile.in (c++.c): Fix to exclude ne_privssl.h too.Joe Orton2005-04-241-1/+1
* * Makefile.in (DIST_HEADERS): Do install ne_xmlreq.h.Joe Orton2005-04-171-1/+1
* * src/ne_stubssl.c (ne_ssl_clicert_name): Match new prototype.Joe Orton2005-04-171-2/+2
* Merge r576 from 0.25.x branch:Joe Orton2005-04-172-6/+6
* * src/ne_openssl.c (check_identity): Fix typo.Joe Orton2005-04-171-1/+1
* * src/ne_alloc.c (ne_realloc_ml): Fix realloc tracking.Joe Orton2005-04-161-3/+10
* Fix further memory leak found by --enable-memleak:Joe Orton2005-04-151-1/+4
* Fix memory leaks found by --enable-memleak:Joe Orton2005-04-152-0/+2
* * src/ne_request.c (body_fd_send): Set session error string if seekJoe Orton2005-04-152-2/+50
* * src/ne_request.h: Improve general comments.Joe Orton2005-04-151-19/+18
* * neon-config.in: Fix syntax error.Joe Orton2005-04-141-2/+2
* * Makefile.in (DIST_HEADERS): Don't try to install non-existantJoe Orton2005-04-141-2/+2
* * test/util-tests.c (versioning): Update for new macros, correctJoe Orton2005-04-141-12/+16
* * src/ne_ssl.h (ne_ssl_clicert_name): Take const clicert argument.Joe Orton2005-04-113-5/+5
* * configure.in: Use NE_VERSIONS_BUNDLED.Joe Orton2005-04-063-4/+6
* * macros/neon.m4 (NE_DEFINE_VERSIONS): New macro.Joe Orton2005-04-051-21/+29
* * src/Makefile.in: Add deps for ne_xmlreq.c.Joe Orton2005-04-051-0/+2
* Update.Joe Orton2005-04-051-9/+10
* * src/ne_request.h: Improve comment wording.Joe Orton2005-04-051-4/+4
* Fix typo.Joe Orton2005-04-041-1/+1
* Updates.Joe Orton2005-04-042-14/+6
* * test/uri-tests.c (leak_authinfo): Remove test; API now clarifiedJoe Orton2005-04-041-8/+0
* * src/ne_uri.h (ne_uri_free, ne_uri_parse): Clarify API.Joe Orton2005-04-041-6/+7
* * src/ne_alloc.c, src/ne_alloc.h (ne_oom_callback): Use a typedef forJoe Orton2005-04-042-5/+7
* * src/ne_request.c (add_fixed_headers): Send "close" token inJoe Orton2005-04-041-11/+13
* * test/xmlreq.c: New file.Joe Orton2005-04-043-2/+102
* * src/ne_xmlreq.h (ne_xml_parse_response, ne_xml_dispatch_request):Joe Orton2005-04-042-11/+33
* * src/ne_socket.c (ne_service_lookup): Remove function.Joe Orton2005-04-042-15/+1
* * test/request.c: Remove idna_hostname; missed in previous commit.Joe Orton2005-03-191-1/+0
* Avoid use of "read" and "write" since POSIX owns these names andJoe Orton2005-03-191-8/+8