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 10 hours
ago. based on code collected
about 10 hours
ago.
Dec 02, 2024 — Dec 02, 2025
Showing page 6 of 28
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add samples.
Anton Dedov
More...
over 14 years ago
Get rid of libxml++ in pkg-config files.
Anton Dedov
More...
over 14 years ago
New parser: add error-reporting into XmlBuilder.
Anton Dedov
More...
over 14 years ago
New parser: * Rename xml_utils.* to xml_builder.* * Do not include xml_builder.h into distro.
Anton Dedov
More...
over 14 years ago
Get rid of Utf-converter.
Anton Dedov
More...
over 14 years ago
New parser: get rid of libxml++ dependency.
Anton Dedov
More...
over 14 years ago
New parser: First draft implementation of XML builder using libxml2/xmlwriter.
Anton Dedov
More...
over 14 years ago
New parser: throw Parse_error for incorrect XML.
Anton Dedov
More...
over 14 years ago
Clean-up exceptions a little.
Anton Dedov
More...
over 14 years ago
New parser: remove old parser completely.
Anton Dedov
More...
over 14 years ago
New parser: add some exception safety into ValueBuilder.
Anton Dedov
More...
over 14 years ago
New parser: add datetime type support to new parser.
Anton Dedov
More...
over 14 years ago
New parser: * Responses are now parsed with new parser. * Add support for base64 into new parser.
Anton Dedov
More...
over 14 years ago
New parser: * Requests are now parsed with new parser. * Add support for <nil/> into new parser.
Anton Dedov
More...
over 14 years ago
Performance and stability: Initial commit for new alternative parser based on xmlTextReader and state-machine. This commit does not replace old parser with new one but adds new one aside for further development and test purposes.
Anton Dedov
More...
over 14 years ago
Add timing tests for dump/parse of method response.
Anton Dedov
More...
over 14 years ago
Do not limit line length for base64 encoded data. This fixes requests with authorization with big enough login/password pair.
Anton Dedov
More...
over 14 years ago
Stability: Fix socket resource leak in case of error occured during connection process.
Anton Dedov
More...
over 14 years ago
Fixes build with openssl 1.0 (by Max Khon).
Anton Dedov
More...
over 14 years ago
Fix name of library contributor in NEWS.
Anton Dedov
More...
over 14 years ago
Version 0.9.0.
Anton Dedov
More...
over 14 years ago
API enhancments: Server, Http_server and Https_server classes are now accept Inet_addr instead of port as a binding information. This should be compile-time backward compatible because Inet_addr has constructor that accepts int.
Anton Dedov
More...
over 14 years ago
Refactoring: apply Pimpl idiom to Server class.
Anton Dedov
More...
over 14 years ago
Stability fix: Fix coredump in case if name of struct member contains XML tags.
Anton Dedov
More...
over 14 years ago
Fix out of bound array assignment.
Anton Dedov
More...
over 14 years ago
Add firewall.h into distribution.
Anton Dedov
More...
over 14 years ago
Stability enhancement: increase buffer size for hostname calculations.
Anton Dedov
More...
over 14 years ago
Remove Connection::handle_error because it is never called.
Anton Dedov
More...
over 14 years ago
Stability bugfix: * Fix Socket::get_last_error (it seems it was not work at all). * Translate POLLERR and POLLHUP into internal OUT event, so subsequent send operation would fail gracefully.
Anton Dedov
More...
over 14 years ago
Remove unused test sources.
Anton Dedov
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
…
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