Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-04 | activation: Add sanity checks for input parameters of API | 1 | -15/+66 | ||
2017-07-04 | activation: Make sure response content is 0-terminated | 1 | -1/+2 | ||
2017-07-04 | Make sure to only globally init/deinit libcurl upon library load/unload | 1 | -4/+73 | ||
Up until now libcurl was initialized/deinitialized every time a request was sent. However curl_global_cleanup() also affects other libraries' code so that e.g. OpenSSL-related functions could fail. | |||||
2016-07-01 | activation: Fix logical not vs. value comparison, silencing compiler warning | 1 | -2/+2 | ||
2015-01-29 | Move pkg-config file into src directory | 2 | -0/+14 | ||
2014-11-30 | Prevent output of a few error messages that are actually not critical | 1 | -34/+59 | ||
2014-10-03 | Avoid exporting non-public symbols | 1 | -26/+36 | ||
2014-06-30 | Initial commit for version 0.9.00.9.0 | 2 | -0/+1086 | ||