Download List

Projeto Descrição

xmlrpc-c is a programming library for writing an
XML-RPC server or client in C or C++. XML-RPC is a
standard network protocol to allow a client
program to make a simple remote procedure call
(RPC) type request of a server. It's like SOAP or
CORBA, but much simpler. This library speaks the
same XML-RPC as similar libraries for lots of
other programming languages, with most of the
popular extensions. The client library uses either
w3c libwww or Curl for HTTP. The server library
contains a complete lightweight HTTP (Web) server
and also facilities for running with CGI under any
Web server.

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.

2010-10-30 16:08
1.06.41

Inúmeras alterações foram feitas.
Tags: Stable
Numerous changes were made.

2001-02-15 22:28
0.9.7

Esta versão corrige um bug que permitia a negação de serviço ou de ataques de estouro de pilha contra os servidores xmlrpc-C, Win32 adiciona suporte básico e corrige vários bugs menores.
Tags: Minor security fixes
This release fixes a bug which allowed denial-of-service or stack-overflow attacks against xmlrpc-c servers, adds basic Win32 support, and fixes several minor bugs.

2001-01-30 15:14
0.9.5

Esta versão inclui suporte para CGI-Based servidores XML-RPC, um novo HOWTO com exemplos em Perl, Python, C, C + +, Java e PHP, e uma correção de bugs no código CGI.
This release includes support for CGI-based XML-RPC servers, a new HOWTO with examples in Perl, Python, C, C++, Java, and PHP, and a bugfix in the CGI code.

2001-01-30 15:14
0.9.3

Tipo de introspecção, mensagens de erro melhorou, e suporte para a versão do libwww-w3c que acompanha a maioria das distribuições Linux.
Type introspection, improved error messages, and support for the version of w3c-libwww that ships with most Linux distributions.

2001-01-30 15:14
0.9.1

Esta versão oferece uma melhoria de desempenho em massa, C + + limpezas, e documentação melhorada.
This release provides a massive performance improvement, C++ cleanups, and improved documentation.

Project Resources