summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-03-15opkg: compare-versions doesn't need any stateRoss Burton
2017-03-15opkg_cmd: fix segmentation fault in opkg_compare_versions_cmd()Jo-Philipp Wich
2017-03-15opkg_cmd: fix return of opkg compare-versionsRoss Burton
2017-03-15pkg_src_list_push: remove unused functionAlejandro del Castillo
2017-03-15pkg_src_list_pop: remove unused functionAlejandro del Castillo
2017-03-15str_list_push: remove unused functionAlejandro del Castillo
2017-03-15str_list_prev: remove unused functionAlejandro del Castillo
2017-03-15str_list_last: remove unused functionAlejandro del Castillo
2017-03-15conffile_list_pop: remove unused functionAlejandro del Castillo
2017-03-15pkg_dest_list_push: remove unused functionsAlejandro del Castillo
2017-03-15nv_pair_list_prev: remove unused functionAlejandro del Castillo
2017-03-15nv_pair_list_last: remove unused functionAlejandro del Castillo
2017-03-15conffile_list_pop: remove unused functionAlejandro del Castillo
2017-03-15conffile_list_push: remove unused functionAlejandro del Castillo
2017-03-15active_list_sort: remove unused functionAlejandro del Castillo
2017-03-15active_list_add_depend: remove unused functionAlejandro del Castillo
2017-03-15pkg_dependence_satisfied: remove unused functionAlejandro del Castillo
2017-03-15Fix typo in pkg_hash_fetch_best_installation_candidate.Michael Hansen
2017-03-15set_flags_from_control: remove functionAlejandro del Castillo
2017-03-15opkg_active_list_test: mark functions static, swap strcmp() with memcmp()Jo-Philipp Wich
2017-03-15libopkg_test: mark functions static, remove unused opkg_test()Jo-Philipp Wich
2017-03-15pkg_parse: fix bad message level for opkg_msg() callJo-Philipp Wich
2017-03-15pkg_parse: remove unused variable in pkg_parse_line()Jo-Philipp Wich
2017-03-15pkg_parse: remove const requirement from pkg_parse_line()Jo-Philipp Wich
2017-03-15pkg_hash: remove unused variable in pkg_hash_load_feeds()Jo-Philipp Wich
2017-03-15pkg_depends: add missing parse_replacelist() prototypeJo-Philipp Wich
2017-03-15opkg_utils: add missing headerJo-Philipp Wich
2017-03-15libopkg: remove unused progress parameters from opkg_download()Jo-Philipp Wich
2017-03-15libopkg: remove unused progress callbackJo-Philipp Wich
2017-03-15libopkg: remove unused variable from opkg_install_package()Jo-Philipp Wich
2017-03-15libbb: remove unused variablesJo-Philipp Wich
2017-03-15libbb: change gzip_read() buffer argument to void *Jo-Philipp Wich
2017-03-15libbb: fix gzip_thread() warningsJo-Philipp Wich
2017-03-15libopkg/opkg_cmd.c: more robust PATH handlingGlenn Strauss
2017-03-15libopkg: specify "/bin/sh" instead of "sh"Glenn Strauss
2017-02-28unarchive: fix possible segmentation fault in deb_extract()Jo-Philipp Wich
2017-02-28pkg: forward "provided_by_hand" flag in pkg_merge()Jo-Philipp Wich
2017-02-28pkg: mark bit fields in pkg_t unsignedJo-Philipp Wich
2017-02-27opkg_cmd: avoid null pointer dereference in opkg_what_depends_conflicts_cmd()Jo-Philipp Wich
2017-02-27opkg_cmd: fix endless loop in whatprovides/whatreplacesJo-Philipp Wich
2017-02-27pkg_depends: propagate virtual provided detail flag to providersJo-Philipp Wich
2017-02-23pkg_depends: fix unsatisfied dependency installation orderPieter Smith
2017-02-23libopkg: fix some overly aggressive line wrapping in pkg_depends.cJo-Philipp Wich
2017-02-23libopkg: remove stray printf()Jo-Philipp Wich
2017-02-22libopkg: switch to GPL2 SHA256 implementationJo-Philipp Wich
2017-02-22libopkg: initialize conffile list during status parsingJo-Philipp Wich
2017-02-20build: enable usign supportJo-Philipp Wich
2017-02-18build: allow to pass version via CMakeJo-Philipp Wich
2017-02-18libopkg: remove OpenSSL supportJo-Philipp Wich
2017-02-18libopkg: remove Curl supportJo-Philipp Wich