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
Windows compilation fix: Add auth_plugin.* and client_conn.* into VC project. More... over 18 years ago
Version 0.8.4 More... over 18 years ago
Distribution: Exclude 'files' file from distribution. More... over 18 years ago
Distribution: Use 'bzr log' instead of 'cvs2cl' for clog target. More... over 18 years ago
Distribution: add new header files into distribution More... over 18 years ago
Distribution: remove regression.sh from Makefile.am More... over 18 years ago
Feature: HTTP Proxy Support HTTPS proxy support added (via Https_proxy_client_connection). More... over 18 years ago
Fix comment. More... over 18 years ago
Windows compilation fix. Author: Max Khon The following types of warnings (at least for PEM build) are fixed: * warning C4251: 'iqxmlrpc::Server::acceptor' : class 'std::auto_ptr<_Ty>' needs to have dll-interface to be used by clients of class 'iqxmlrpc::Server' * warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'iqxmlrpc::Exception' More... over 18 years ago
Cleanup: Get rid of compile warning (comparison of signed and unsigned ints). More... over 18 years ago
Feature: HTTP Authorization * Add authorization on client-side (via Client_base::set_authinfo()) * Fix invalid behaviour during parsing of "Authorization" header option in http.cc module. Now empty passwords and passwords with colon characters are treated OK. More... over 18 years ago
Fix: Send correct HTTP failure response on http::Error_response exception instead of XML-RPC failure response. More... over 18 years ago
Fix: Get rid of leading \n character in encoded base64. More... over 18 years ago
Style: move comment. More... over 18 years ago
Refactoring: Balancing responsibilities of Client_base and Client classes. Now Client class template is responsible for connection establishment only. Many implementation details has been removed from client.h; some code duplication eliminated. More... over 18 years ago
Style: Correct message for Client_timeout exception. More... over 18 years ago
Feature: HTTP Proxy Support Support for HTTP proxy on client side (Client<T>::set_proxy method). Works for HTTP only, for awhile. More... over 18 years ago
Merge with 'main' More... over 18 years ago
Feature: HTTP Authorization Add support for HTTP authorization. This time server-side only. More... over 18 years ago
Style: move getters definition near appropriate setters in Server class. More... over 18 years ago
Style: change year in copyright notice; vim options More... over 18 years ago
Cleanup: Move Packet_reader::read_packet template member out of http.h More... over 18 years ago
Cleanup: Move http::Error_response children classes to http_errors.h More... over 18 years ago
Merge with 'main' More... over 18 years ago
Remove old regression tests batch script. More... over 18 years ago
Cleanup: replace plain pointer with boost::smart_ptr More... over 18 years ago
Remove unused file More... over 18 years ago
Make Array::const_iterator suitable for using in STL algorithms. More... over 18 years ago
Remove directory that actually removed a long time ago. More... over 18 years ago
[project @ 2007-02-28 15:40:49 by adedov] Add extra tests for Struct usage
Anton Dedov
as adedov
More... over 18 years ago