summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2017-02-17build: expose LOCK_FILE optionJo-Philipp Wich
2017-02-17build: remove outdated filesJo-Philipp Wich
2017-02-17build: remove automake/autoconf build systemJo-Philipp Wich
2017-02-17.gitignore: ignore test executablesJo-Philipp Wich
2017-02-17.gitignore: ignore CMake artifactsJo-Philipp Wich
2017-02-17tests: fix build of opkg_extract_testJo-Philipp Wich
2017-02-17build: add cmake build systemJo-Philipp Wich
2017-02-16opkg-cl: stop preloading package feeds on installJo-Philipp Wich
2017-02-16libopkg: selectively load package feeds in opkg_info_status_cmd()Jo-Philipp Wich
2017-02-16libopkg: immediately free packages not marked for detail parsingJo-Philipp Wich
2017-02-16libopkg: avoid aggregating multiple identical providersJo-Philipp Wich
2017-02-16libopkg: implement pkg_hash_load_package_details() helperJo-Philipp Wich
2017-02-16libopkg: support passing default state flags in pkg_hash_load_feeds()Jo-Philipp Wich
2017-02-16libopkg: flag package with SF_NEED_DETAIL in pkg_init_from_file()Jo-Philipp Wich
2017-02-16libopkg: fix printing provides in pkg_formatted_field()Jo-Philipp Wich
2017-02-16libopkg: fix pkg_deinit() to properly free the resources in the blob bufferJo-Philipp Wich