2
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add samples. More... over 14 years ago
Get rid of libxml++ in pkg-config files. More... over 14 years ago
New parser: add error-reporting into XmlBuilder. More... over 14 years ago
New parser: * Rename xml_utils.* to xml_builder.* * Do not include xml_builder.h into distro. More... over 14 years ago
Get rid of Utf-converter. More... over 14 years ago
New parser: get rid of libxml++ dependency. More... over 14 years ago
New parser: First draft implementation of XML builder using libxml2/xmlwriter. More... over 14 years ago
New parser: throw Parse_error for incorrect XML. More... over 14 years ago
Clean-up exceptions a little. More... over 14 years ago
New parser: remove old parser completely. More... over 14 years ago
New parser: add some exception safety into ValueBuilder. More... over 14 years ago
New parser: add datetime type support to new parser. More... over 14 years ago
New parser: * Responses are now parsed with new parser. * Add support for base64 into new parser. More... over 14 years ago
New parser: * Requests are now parsed with new parser. * Add support for <nil/> into new parser. 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. More... over 14 years ago
Add timing tests for dump/parse of method response. 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. More... over 14 years ago
Stability: Fix socket resource leak in case of error occured during connection process. More... over 14 years ago
Fixes build with openssl 1.0 (by Max Khon). More... over 14 years ago
Fix name of library contributor in NEWS. More... over 14 years ago
Version 0.9.0. 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. More... over 14 years ago
Refactoring: apply Pimpl idiom to Server class. More... over 14 years ago
Stability fix: Fix coredump in case if name of struct member contains XML tags. More... over 14 years ago
Fix out of bound array assignment. More... over 14 years ago
Add firewall.h into distribution. More... over 14 years ago
Stability enhancement: increase buffer size for hostname calculations. More... over 14 years ago
Remove Connection::handle_error because it is never called. 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. More... over 14 years ago
Remove unused test sources. More... over 14 years ago