Download List

Project Description

Libiqxmlrpc is an object-oriented library that
represents an XML-RPC solution for both client and server. It supports HTTP and HTTPS, both single-threaded and multi-threaded computation models on the server side, method interceptors, and other features.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-07-09 07:39
0.10.0

A new XML parser and XML serializer based on libxml2 xmlreader/xmlwriter technology that dramatically decreases the memory usage of XML parse/dump tasks for large datasets and significantly improves XML parse/dump performance (20-30%). The libxml++ dependency has been removed. This release has switched to the BSD 2-clause license.

2011-03-20 22:49
0.9.0

This realease is binary incompatible with previous ones. The firewall now sends HTTP 403 Forbidden as a default reject action. The buffer size for hostname calculations was increased. A hang in the client during connection to a server that rejects connections on a specific port was fixed. A coredump that occurred if the name of a struct member contained XML tags was fixed. The API was enhanced so that Http_server and Https_server allow binding to a specific IP address, not only a port.
Tags: fixes

2010-12-08 06:49
0.8.10

The client now supports timeout on the connection process. Enhanced XML-RPC standards conformance: allows requests without the <params> tag. Minor bug and warning fixes.
Tags: fixes

2009-06-14 22:39
0.8.9

Incompatibility with the Perl XML-RPC "connection" header option has been fixed.
Tags: Minor bugfixes, Compatibility

2009-05-12 18:01
0.8.8

This release increased thread-safety of some library classes, turned off XML formatting, and removed the user guide from sources in favor of the online wiki.

Project Resources