| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README | 2018-07-05 | 1.4 kB | |
| xmlrpcthd-r1.2.tgz | 2018-07-05 | 43.2 kB | |
| xmlrpcthd-r1.1.tgz | 2018-06-28 | 41.3 kB | |
| xmlrpcthd-r1.0.tgz | 2017-03-21 | 41.8 kB | |
| Totals: 4 Items | 127.7 kB | 0 |
The following changes have been done: - added multi-threading support - added support for windows compiling - extended class XmlRpcValue for automatic type recognition of some defined input formats - added binary protocol to minimize overhead 06/2018: - added security interface to use an external defined encryption method. ----------------------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2003 by Chris Morley // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // /* changed by ise GmbH 2018 */ -----------------------------------------------------------------------------------------