summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* opkg_download: decode file:/ URLslede-17.01Jo-Philipp Wich2017-12-081-1/+2
* file_util: implement urldecode_path()Jo-Philipp Wich2017-12-082-0/+21
* file_util: consolidate hex/unhex routinesJo-Philipp Wich2017-12-081-37/+26
* opkg: encode archive filenames while constructing download URLsJo-Philipp Wich2017-12-082-4/+8
* file_util: implement urlencode_path() helperJo-Philipp Wich2017-12-082-0/+62
* libopkg: fix SHA256 calculation for big endian systemJonas Gorski2017-12-081-0/+8
* pkg_parse: fix segfault when parsing descriptions with leading newlinesJo-Philipp Wich2017-10-231-11/+9
* opkg: add --no-check-certificate argumentAlexandru Ardelean2017-10-234-1/+13
* libbb: xreadlink: fix memory leak on failure caseYousong Zhou2017-05-021-0/+1
* pkg_run_script: use pkg->dest in half installed caseAlejandro del Castillo2017-04-091-1/+2
* check_data_file_clashes_change: remove duplicated offline root in pathsAlejandro del Castillo2017-03-151-12/+1
* buildReplaces: do not add duplicated replaceesAlejandro del Castillo2017-03-151-2/+4
* opkg: compare-versions doesn't need any stateRoss Burton2017-03-152-7/+5
* opkg_cmd: fix segmentation fault in opkg_compare_versions_cmd()Jo-Philipp Wich2017-03-151-4/+13
* opkg_cmd: fix return of opkg compare-versionsRoss Burton2017-03-151-1/+1
* pkg_src_list_push: remove unused functionAlejandro del Castillo2017-03-152-6/+0
* pkg_src_list_pop: remove unused functionAlejandro del Castillo2017-03-152-6/+0
* str_list_push: remove unused functionAlejandro del Castillo2017-03-152-6/+0
* str_list_prev: remove unused functionAlejandro del Castillo2017-03-152-7/+0
* str_list_last: remove unused functionAlejandro del Castillo2017-03-152-6/+0
* conffile_list_pop: remove unused functionAlejandro del Castillo2017-03-152-6/+0
* pkg_dest_list_push: remove unused functionsAlejandro del Castillo2017-03-152-6/+0
* nv_pair_list_prev: remove unused functionAlejandro del Castillo2017-03-152-9/+0
* nv_pair_list_last: remove unused functionAlejandro del Castillo2017-03-152-6/+0
* conffile_list_pop: remove unused functionAlejandro del Castillo2017-03-152-7/+0
* conffile_list_push: remove unused functionAlejandro del Castillo2017-03-152-6/+0
* active_list_sort: remove unused functionAlejandro del Castillo2017-03-153-57/+0
* active_list_add_depend: remove unused functionAlejandro del Castillo2017-03-153-24/+0
* pkg_dependence_satisfied: remove unused functionAlejandro del Castillo2017-03-152-29/+0
* Fix typo in pkg_hash_fetch_best_installation_candidate.Michael Hansen2017-03-153-3/+3
* set_flags_from_control: remove functionAlejandro del Castillo2017-03-153-37/+0
* opkg_active_list_test: mark functions static, swap strcmp() with memcmp()Jo-Philipp Wich2017-03-151-8/+9
* libopkg_test: mark functions static, remove unused opkg_test()Jo-Philipp Wich2017-03-151-52/+5
* pkg_parse: fix bad message level for opkg_msg() callJo-Philipp Wich2017-03-151-1/+1
* pkg_parse: remove unused variable in pkg_parse_line()Jo-Philipp Wich2017-03-151-1/+0
* pkg_parse: remove const requirement from pkg_parse_line()Jo-Philipp Wich2017-03-153-4/+4
* pkg_hash: remove unused variable in pkg_hash_load_feeds()Jo-Philipp Wich2017-03-151-1/+1
* pkg_depends: add missing parse_replacelist() prototypeJo-Philipp Wich2017-03-151-0/+1
* opkg_utils: add missing headerJo-Philipp Wich2017-03-151-0/+1
* libopkg: remove unused progress parameters from opkg_download()Jo-Philipp Wich2017-03-154-18/+13
* libopkg: remove unused progress callbackJo-Philipp Wich2017-03-151-44/+1
* libopkg: remove unused variable from opkg_install_package()Jo-Philipp Wich2017-03-151-3/+2
* libbb: remove unused variablesJo-Philipp Wich2017-03-151-4/+0
* libbb: change gzip_read() buffer argument to void *Jo-Philipp Wich2017-03-152-2/+2
* libbb: fix gzip_thread() warningsJo-Philipp Wich2017-03-151-2/+4
* libopkg/opkg_cmd.c: more robust PATH handlingGlenn Strauss2017-03-151-5/+16
* libopkg: specify "/bin/sh" instead of "sh"Glenn Strauss2017-03-153-2/+4
* unarchive: fix possible segmentation fault in deb_extract()Jo-Philipp Wich2017-02-281-3/+1
* pkg: forward "provided_by_hand" flag in pkg_merge()Jo-Philipp Wich2017-02-281-0/+3
* pkg: mark bit fields in pkg_t unsignedJo-Philipp Wich2017-02-281-5/+5