aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_download_curl.c
AgeCommit message (Expand)Author
2021-08-25deprecate OpenSSL signature verificationAlex Stewart
2021-08-25deprecate pathfinder x509 checkingAlex Stewart
2021-07-15opkg_download_curl: relocate return code declarationAlex Stewart
2021-07-12libopkg: cleanup memmove size calculationAlex Stewart
2021-07-12libopkg: use memmove for substring operationsAlex Stewart
2021-07-12libopkg: fix malloc buffer size for replaced stringAlex Stewart
2020-09-15libopkg: clear curl properties on download error to prevent polluting next callAndrei Zene
2019-10-25add SPDX License identifierYann CARDAILLAC
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2016-02-16opkg_download_curl.c: make functions staticAlejandro del Castillo
2014-12-21opkg_download_curl: Fix segfaultPaul Barker
2014-12-18opkg_utils: Define str_starts_with oncePaul Barker
2014-12-18opkg_download_curl: Improve logic in opkg_validate_cached_filePaul Barker
2014-12-18opkg_download_curl: Improve logic in check_file_stampPaul Barker
2014-12-18opkg_download_curl: Check for error after freadPaul Barker
2014-12-15libopkg: Avoid functions with side effects in if statementsPaul Barker
2014-12-15libopkg: Reformat multi-line if statmentsPaul Barker
2014-12-15opkg_download_curl: Refactor calls to curl_easy_setoptPaul Barker
2014-12-15libopkg: Tidy up reformatted C filesPaul Barker
2014-12-15Initial reformat with 'indent'Paul Barker
2014-06-11opkg_defines.h: Remove, move definitions to opkg_conf.hPaul Barker
2014-05-30opkg_download_curl: Fix warningsPaul Barker
2014-05-30opkg_download: Split backends into separate filesPaul Barker