Vladislav Grigoryev d038e5b6d1 libopkg: support https_proxy il y a 3 ans
..
CMakeLists.txt 546bc72356 pkg: alternatives support il y a 7 ans
active_list.c 23d31fbb7c active_list_sort: remove unused function il y a 7 ans
active_list.h 23d31fbb7c active_list_sort: remove unused function il y a 7 ans
conffile.c 33f7b80aa3 libopkg: drop custom md5 implementation, unconditionally enable sha256 support il y a 7 ans
conffile.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
conffile_list.c f5082acbdd conffile_list_pop: remove unused function il y a 7 ans
conffile_list.h f5082acbdd conffile_list_pop: remove unused function il y a 7 ans
file_util.c 66f458decf libopkg: fix md5sum calculation il y a 3 ans
file_util.h 71c27cb3ae file_util: implement urldecode_path() il y a 6 ans
hash_table.c 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
hash_table.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
list.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
nv_pair.c 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
nv_pair.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
nv_pair_list.c 368bb629cb nv_pair_list_prev: remove unused function il y a 7 ans
nv_pair_list.h 368bb629cb nv_pair_list_prev: remove unused function il y a 7 ans
opkg.c efb26a35e4 libopkg: remove "extra_data" option il y a 3 ans
opkg.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
opkg_cmd.c 2edcfad1bb libopkg: set 'const' attribute for argv il y a 2 ans
opkg_cmd.h 2edcfad1bb libopkg: set 'const' attribute for argv il y a 2 ans
opkg_conf.c d038e5b6d1 libopkg: support https_proxy il y a 2 ans
opkg_conf.h d038e5b6d1 libopkg: support https_proxy il y a 2 ans
opkg_configure.c 546bc72356 pkg: alternatives support il y a 7 ans
opkg_configure.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
opkg_defines.h 360c2d6781 opkg: make .opk as the default opkg file extension il y a 15 ans
opkg_download.c d038e5b6d1 libopkg: support https_proxy il y a 2 ans
opkg_download.h 293b1cef8b libopkg: factor out checksum and size verification il y a 3 ans
opkg_install.c 61b3c62d1c opkg_verify_integrity: better logging and error conditions il y a 3 ans
opkg_install.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
opkg_message.c 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
opkg_message.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
opkg_remove.c 9c44557a77 opkg_remove: avoid remove pkg repeatly with option --force-removal-of-dependent-packages il y a 2 ans
opkg_remove.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
opkg_upgrade.c f9baf914f8 libopkg: remove stray printf() il y a 7 ans
opkg_upgrade.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
opkg_utils.c f0c0a80a79 opkg_utils: add missing header il y a 7 ans
opkg_utils.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
parse_util.c 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
parse_util.h 1654bcc09d pkg_parse: remove const requirement from pkg_parse_line() il y a 7 ans
pkg.c d71856a4f1 pkg: pass-through ABIVersion to status file il y a 3 ans
pkg.h d71856a4f1 pkg: pass-through ABIVersion to status file il y a 3 ans
pkg_alternatives.c dcbc142e51 alternatives: remove duplicate 'const' specifier il y a 5 ans
pkg_alternatives.h 546bc72356 pkg: alternatives support il y a 7 ans
pkg_depends.c da9746aaa2 libopkg: clean up handling of unresolved dependencies il y a 3 ans
pkg_depends.h da9746aaa2 libopkg: clean up handling of unresolved dependencies il y a 3 ans
pkg_dest.c 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
pkg_dest.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
pkg_dest_list.c 48142a3154 conffile_list_pop: remove unused function il y a 7 ans
pkg_dest_list.h 48142a3154 conffile_list_pop: remove unused function il y a 7 ans
pkg_extract.c 2035cbf3a4 pkg: use a blob buffer in pkg_t to store variable fields il y a 7 ans
pkg_extract.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
pkg_hash.c db7fb64d9c libopkg: pkg_hash: prefer to-be-installed packages il y a 2 ans
pkg_hash.h 1d67ab7d70 libopkg: remove support for "dist" config il y a 3 ans
pkg_parse.c d71856a4f1 pkg: pass-through ABIVersion to status file il y a 3 ans
pkg_parse.h d71856a4f1 pkg: pass-through ABIVersion to status file il y a 3 ans
pkg_src.c efb26a35e4 libopkg: remove "extra_data" option il y a 3 ans
pkg_src.h efb26a35e4 libopkg: remove "extra_data" option il y a 3 ans
pkg_src_list.c efb26a35e4 libopkg: remove "extra_data" option il y a 3 ans
pkg_src_list.h efb26a35e4 libopkg: remove "extra_data" option il y a 3 ans
pkg_vec.c 34571bad20 libopkg: consider provided packages in pkg_vec_mark_if_matches() il y a 5 ans
pkg_vec.h 816d3304f7 Fix typo in pkg_hash_fetch_best_installation_candidate. il y a 7 ans
sha256.c 2a6607952a libopkg: switch to GPL2 SHA256 implementation il y a 7 ans
sha256.h 2a6607952a libopkg: switch to GPL2 SHA256 implementation il y a 7 ans
sprintf_alloc.c 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
sprintf_alloc.h 7e8e45766b Rewrite sprintf_alloc. il y a 14 ans
str_list.c 980cfb2e93 str_list_push: remove unused function il y a 7 ans
str_list.h 980cfb2e93 str_list_push: remove unused function il y a 7 ans
void_list.c 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
void_list.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
xregex.c 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
xregex.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
xsystem.c 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans
xsystem.h 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style il y a 7 ans