summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2017-02-18libopkg: remove GPG supportJo-Philipp Wich
2017-02-18libopkg: remove x509 supportJo-Philipp Wich
2017-02-18libopkg: drop custom md5 implementation, unconditionally enable sha256 supportJo-Philipp Wich
2017-02-18libopkg: fix pkg_set_int(), pkg_get_int()Jo-Philipp Wich
2017-02-18libopkg: properly fix parse_version()Jo-Philipp Wich
2017-02-18build: fix handling of string optionsJo-Philipp Wich
2017-02-17libopkg: do not modify original version string in parse_version()Jo-Philipp Wich
2017-02-17build: add install target for opkg-clJo-Philipp Wich
2017-02-17build: enable SHA256 supportJo-Philipp Wich
2017-02-17opkg-cl: remove config.h referenceJo-Philipp Wich
2017-02-17libopkg: remove config.h referencesJo-Philipp Wich
2017-02-17build: infer VERSION from Git historyJo-Philipp Wich
2017-02-17build: do not unconditionally link libpthreadJo-Philipp Wich
2017-02-17opkg-cl: add missing include to import FNM_CASEFOLDJo-Philipp Wich