openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
Libiqxmlrpc
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
about 8 hours
ago.
Nov 19, 2024 — Nov 19, 2025
Showing page 8 of 28
Search / Filter on:
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.
Anton Dedov
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).
Anton Dedov
More...
almost 18 years ago
Remove compilation dependency on libxml++/document.h from xml_utils.h.
Anton Dedov
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.
Anton Dedov
More...
almost 18 years ago
Test framework: proof-of-concept support for Boost.Test from boost-1.34.
Anton Dedov
More...
almost 18 years ago
Test framework: proof-of-concept support for Boost.Test from boost-1.34.
Anton Dedov
More...
about 18 years ago
Documentation: greatly extend "Writing Clients" guide's chapter.
Anton Dedov
More...
about 18 years ago
Documentation: New "Writing Clients" chapter. Quite incomplete, though.
Anton Dedov
More...
about 18 years ago
Documentation: fix inclusion of terms into index.
Anton Dedov
More...
about 18 years ago
Documentation: * Add beginings of library users' guide. * Get rid of obsolete doc/libiqxmlrpc.pages.
Anton Dedov
More...
about 18 years ago
Documentation: Add beginings of library users' guide. There is no integration with build system yet.
Anton Dedov
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.
Anton Dedov
More...
about 18 years ago
Version 0.8.6a
Anton Dedov
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.
Anton Dedov
More...
about 18 years ago
Cleanup: Change in Pool_executor_factory that makes it wake up only one thread when new executor object registered.
Anton Dedov
More...
about 18 years ago
Fix: initialize Pool_executor_factory::in_destructor member. Fixes accidental requests hangs.
Anton Dedov
More...
about 18 years ago
Version 0.8.6
Anton Dedov
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.
Anton Dedov
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.
Anton Dedov
More...
over 18 years ago
Allow server work again after it has been stopped by set_exit_flag.
Anton Dedov
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.
Anton Dedov
More...
over 18 years ago
Windows compilation fix: export Http_proxy_client_connection class.
Anton Dedov
More...
over 18 years ago
Version 0.8.5
Anton Dedov
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.
Anton Dedov
More...
over 18 years ago
Feature: Stopping Server
Anton Dedov
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.
Anton Dedov
More...
over 18 years ago
Style: remove trailing spaces
Anton Dedov
More...
over 18 years ago
Version 0.8.4a
Anton Dedov
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.
Anton Dedov
More...
over 18 years ago
Fix unresolved symbols appeared when user uses Client_base::set_proxy, not Client<>::set_proxy.
Anton Dedov
More...
over 18 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
27
28
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree