opkg: improve error reporting
[oweals/opkg-lede.git] / libopkg / opkg.c
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