2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Default firewall now sends 403 Forbidden to rejected client. User may customize a message or revert this to old silent connection shutdown by overriding Firewall_base::message method. More... almost 15 years ago
Windows compiation fix. Thanks to James Adkison. More... almost 15 years ago
Version 0.8.10 More... almost 15 years ago
Fix standard conformance: "If the procedure call has parameters, the <methodCall> must contain a <params> sub-item". So if there is no parameters it should be correct to not specify <params> at all. More... almost 15 years ago
Client connection procedure now supports timeouts. More... over 15 years ago
Style fix: remove wasteful include. More... over 15 years ago
Merge with mine adjustments: 622. By james <james@jnb> on 2010-06-04 Refactore includes to fix Windows compile errors. lp:~kawninzx6/libiqxmlrpc/windowsBuild More... over 15 years ago
Use different versions of strerror_r for POSIX and GNU environments. More... over 16 years ago
Version 0.8.9 More... over 16 years ago
Style fix Get rid of gcc 4.3.3 complaints. More... over 16 years ago
Fix some HTTP 1.1 conformance: * do not validate "connection" header option at all. * check if "connection" option contain keep-alive token, not equals to it. More... over 16 years ago
Documentation: add missing point into 0.8.8 NEWS. More... over 16 years ago
Version 0.8.8 More... over 16 years ago
Compilation fix: update Release VCPROJ too. More... over 16 years ago
Compilation fix: Use WIN32_LEAN_AND_MEAN instead of WINSOCKAPI More... over 16 years ago
Thread-safety fix: use boost date_time instead of calling gmtime. More... over 16 years ago
Thread-safety fix: use boost::posix_time primitives instead of localtime, gmtime functions. More... over 16 years ago
Compilation fix: Fix inet_addr.cc compilation under Windows. More... over 16 years ago
Style fix: comment out unused variables. More... over 16 years ago
Do not format XML for client-server communication. More... over 16 years ago
Bugfixes: * Replace gethostbyname with gethostbyname_r * Enchance network_error exception (use WSAGetLastError in case of Windows). More... over 16 years ago
Remove users guide. It is hosted by libiqxmlrpc.wikidot.com now. More... almost 17 years ago
Documentation: get rid of serif.css, which causes very small representation of verbatim text. More... over 17 years ago
Documentation: correct methods names. More... over 17 years ago
Version 0.8.7 More... almost 18 years ago
Windows compilation: eliminate/fix most warnings. More... almost 18 years ago
Add support for visibility "hidden" with GCC. More... almost 18 years ago
Windows compilation: add export information for Scalar. More... almost 18 years ago
Windows compilation: add xml_utils.* into MSVC solution. More... almost 18 years ago
Maintainability fix: Move implementation details (dynamic casts) from value.h into C++ source file. More... almost 18 years ago