opkg: rename opkg_clone to pkg_t_to_opkg_package_t.
[oweals/opkg-lede.git] / libopkg / opkg.c
2008-12-15 ticktock35opkg: rename opkg_clone to pkg_t_to_opkg_package_t.
2008-12-15 ticktock35opkg: using active list to list upgradeable pkgs
2008-12-15 ticktock35opkg: trivial adding some comments
2008-12-15 ticktock35opkg: trivial rename old_pkg_to_new to pkg_clone as...
2008-12-15 ticktock35adding list_upgradable
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: adding cache support
2008-12-15 ticktock35[opkg] fixing typo & incompatible part to gcc 4.3.2
2008-12-15 ticktock35remove build error on gcc 3.4
2008-12-15 ticktock35opkg: remove a serious memory leak
2008-12-15 ticktock35opkg: write the status change after actually updated.
2008-12-15 ticktock35opkg: adding repository check function
2008-12-15 ticktock35opkg: Consolidate error reporting from opkg_conf_init...
2008-12-15 ticktock35opkg: consolidate error enums and add an error for...
2008-12-15 ticktock35opkg.c moving the sig_file_name into the section of...
2008-12-15 ticktock35opkg: run pre-install check before listing upgradable...
2008-12-15 ticktock35opkg: update error handling for opkg_update_pkg in...
2008-12-15 ticktock35opkg: improve opkg_install error reporting and include...
2008-12-15 ticktock35opkg: report errors from opkg_remove_pkg
2008-12-15 ticktock35opkg: fix typos
2008-12-15 ticktock35opkg: improve error reporting
2008-12-15 ticktock35opkg: remove redundant multiple_providers option and...
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: re-read package lists after update
2008-12-15 ticktock35opkg: add some error codes to libopkg
2008-12-15 ticktock35opkg: download required packages before install and...
2008-12-15 ticktock35opkg: protect against NULL src
2008-12-15 ticktock35opkg: implement opkg_find_package()
2008-12-15 ticktock35opkg: add more attributes to opkg_package_t
2008-12-15 ticktock35opkg: add extra data to libopkg progress callbacks
2008-12-15 ticktock35opkg: implement opkg_list_upgradable_packages function
2008-12-15 ticktock35opkg: prevent segfault if option is not found
2008-12-15 ticktock35opkg: implement package listing in new libopkg
2008-12-15 ticktock35opkg: minor white space and indent fixes
2008-12-15 ticktock35opkg: implement new opkg_upgrade_package and opkg_upgra...
2008-12-15 ticktock35opkg: improve download callback handling and integrate...
2008-12-15 ticktock35opkg: add some safety macros
2008-12-15 ticktock35opkg: fix problems in opkg_install_package and implemen...
2008-12-15 ticktock35opkg: add progress callbacks to libopkg api
2008-12-15 ticktock35libopkg: add some checks for NULL strings
2008-12-15 ticktock35libopkg: add opkg_read_config_files() function
2008-12-15 ticktock35opkg: fix header include path issues
2008-12-15 ticktock35opkg: fix option array handling
2008-12-15 ticktock35opkg: various white space cleanups and implement opkg_u...
2008-12-15 ticktock35opkg: implement opkg_set_option() and opkg_get_option()
2008-12-15 ticktock35opkg: start new libopkg api in opkg.{c,h} and remove...
2008-12-15 ticktock35opkg: remove old opkg.c
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories