38675cccae
- update to 0.36.0: * Interface changes: - API and ABI backwards-compatible with 0.27.x and later * New interfaces and features: - ne_xml.h: add ne_xml_set_encoding() - ne_xmlreq.h: add ne_xml_dispatchif_request(); this and ne_xml_dispatch_request() both invoke ne_xml_set_encoding() with the charset= from the Content-Type, if present - ne_request.h: add ne_read_response_to_buffer() - ne_basic.h: add ne_getbuf() * Bug fixes: - fix ne_simple_request() failures on non-207 XML responses - invoke the notifier callback again at the end of a chunked response - fix a failure case where a proxy connection could get reused after SSL proxy tunnel setup failed at the proxy - fix ne_sock_* OpenSSL 3.4 error handling on Windows (#213) - ne_get_content_type() updated for RFC 7303: default charset for text/ media types is removed * Various documentation updates.
Dirk Mueller2025-12-28 23:00:25 +00:00
4920751d02
- update to 2.5.3: * Refactor copyfile() unit test and verify number of bytes copied * Add missing rsync() unit test to ensure proper function * rsync() does not copy single files correctly * copyfile() does not handle empty source files correctly (error) * copyfile() does not properly create destination dir
Dirk Mueller2023-04-27 22:27:11 +00:00
e598731ab3
- update to 2.5.2: * Add printf format attribute hint to all vararg functions. This will help users of these functions by telling CC what to look for * Fix fisdir() segfault on GNU/Hurd * Fix touch) on Debian/kFreeBSD, use creat() instad of mknod()Dirk Mueller2022-12-03 09:51:41 +00:00