2
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Nov 19, 2024 — Nov 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enhancment: Add public function iqxmlrpc::parse_response that builds Response object from text/xml string. More... almost 18 years ago
Error handling fix: http::Error_response exception class now has response_header method that provides access to HTTP response header (in order to get HTTP code, for example). More... almost 18 years ago
Remove compilation dependency on libxml++/document.h from xml_utils.h. More... almost 18 years ago
Cleanups/Enhancements: * Make Request and Response support dump_xml operation that dumps object of these classes into text/xml representation. * Hide Request's and Response's to_xml operation into private section. More... almost 18 years ago
Test framework: proof-of-concept support for Boost.Test from boost-1.34. More... almost 18 years ago
Test framework: proof-of-concept support for Boost.Test from boost-1.34. More... about 18 years ago
Documentation: greatly extend "Writing Clients" guide's chapter. More... about 18 years ago
Documentation: New "Writing Clients" chapter. Quite incomplete, though. More... about 18 years ago
Documentation: fix inclusion of terms into index. More... about 18 years ago
Documentation: * Add beginings of library users' guide. * Get rid of obsolete doc/libiqxmlrpc.pages. More... about 18 years ago
Documentation: Add beginings of library users' guide. There is no integration with build system yet. More... about 18 years ago
Documentation: Get rid of obsolete doc/libiqxmlrpc.pages. From now doxygen will generate documents based on code only, no extra texts. More... about 18 years ago
Version 0.8.6a More... about 18 years ago
Fix: * Fix UB in http module built with MSVC 8 because of strftime incompatibility. * Fix HTTP/1.0 incompatibility -- always fill Date field with GMT time. More... about 18 years ago
Cleanup: Change in Pool_executor_factory that makes it wake up only one thread when new executor object registered. More... about 18 years ago
Fix: initialize Pool_executor_factory::in_destructor member. Fixes accidental requests hangs. More... about 18 years ago
Version 0.8.6 More... over 18 years ago
Make server start/stop test more like stability test. It starts/stops server now for about 50 times checking for thread-leaks. More... over 18 years ago
Fix thread-leaking during stopping of MT server. Now destructor of Pool_executor_factory signals for shutdown and waits for all its threads to exit. More... over 18 years ago
Allow server work again after it has been stopped by set_exit_flag. More... over 18 years ago
Get rid of soft exit process in server because it may cause security problems. Now server does not wait until all useful connections close during exit. More... over 18 years ago
Windows compilation fix: export Http_proxy_client_connection class. More... over 18 years ago
Version 0.8.5 More... over 18 years ago
Feature: HTTP Authorization An interface of Auth_Plugin_base has been changed. Now one must implement do_authenticate_anonymous instead of transfering flag to Auth_Plugin_base constructor. More... over 18 years ago
Feature: Stopping Server More... over 18 years ago
Test: Stopping Server Check-in test that fail if one attempts stop server not from within any method. Just from another thread. More... over 18 years ago
Style: remove trailing spaces More... over 18 years ago
Version 0.8.4a More... over 18 years ago
Feature: HTTP Proxy Support Fix compatibility with some proxies. Write full URI in POST request line if client has been configured to work via HTTP proxy. More... over 18 years ago
Fix unresolved symbols appeared when user uses Client_base::set_proxy, not Client<>::set_proxy. More... over 18 years ago