2
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stability: Fix crash on parsing requests/responses with empty root <value> parameter. Thanks to Dontsov Evgeny. More... almost 10 years ago
Version 0.13.4 More... over 10 years ago
Fix compilation on Windows when OpenSSL 1.0.2 is used. More... over 10 years ago
Version 0.13.3 More... over 10 years ago
Remove reduntant socket close in client connection. More... over 10 years ago
Version 0.13.2 More... over 10 years ago
Compatibility: Ignore XML namespaces in tagnames to allow some weird clients. More... over 10 years ago
Version 0.13.1 More... over 10 years ago
Stability: fix socket leakage in client when connection process is timed out. More... over 10 years ago
Version 0.13 More... almost 11 years ago
Cleanup: Replace char* with std::vector<char> for all read buffers. More... almost 11 years ago
Cleanup: Remove internal classes from http(s)_server.h More... almost 11 years ago
Reimplement "clog" and "dist" build targets using git. More... almost 11 years ago
Security: validate that hostname passed into Inet_addr ctor does not contain CR LF characters. More... almost 11 years ago
Doc: useful comment. More... almost 11 years ago
Stability: Get rid of redundant buffer. It may cause leaks in server when SSL client connection refuses to read response from server. More... almost 11 years ago
Stability: Get rid of redundant buffer. It may cause leaks in server when SSL client connection refuses to read response from server. More... almost 11 years ago
Delete .bzrignore More... almost 11 years ago
Fix XML builder work during stack unwinding due to exception. E.g. if someoen calls XML-RPC methods in destructor. More... almost 11 years ago
Make Inet_addr resolve hosts lazily. This facilitates use case when client lives behind proxy without ability to resolve target host. More... almost 11 years ago
Version 0.12.12 More... about 11 years ago
Stability: fix thread safety issue related to non-reenterability of setlocale() Thanks to Eugeny Babich. More... about 11 years ago
Version 0.12.11 More... over 11 years ago
Stability: implement error handling for select() implementatin similar to poll(). I.e. treat error events as output ones. This fixes hangs of Client on Windows during connection outages. Thanks to Anton Elfimov. More... over 11 years ago
Version 0.12.10 More... over 11 years ago
Compilation: Do not use XML_HUGE_PARSE for libxml2 < 2.7.3; Big values will still work. More... over 11 years ago
Version 0.12.9 More... over 11 years ago
Compilaiton: remove unused variable. More... over 11 years ago
Value::omit_string_tags_in_responses: ability to omit <string> tag names from server responses (form some broken) clients. More... over 11 years ago
Version 0.12.8 More... over 11 years ago