Print error messages instead of returning error codes.
[oweals/opkg-lede.git] / libopkg / opkg.h
2009-12-10 graham.gowerPrint error messages instead of returning error codes.
2009-12-10 graham.gowerRemove struct _opkg_package_t.
2009-12-09 graham.gowerGet rid of opkg_package_t.
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-10-27 ticktock35Add sha256 ckecksums to okpg
2008-12-15 ticktock35opkg: adding repository check function
2008-12-15 ticktock35opkg: improve opkg_install error reporting and include...
2008-12-15 ticktock35opkg: add some error codes to libopkg
2008-12-15 ticktock35opkg: add header guards to libopkg/opkg.h
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: implement package listing in new libopkg
2008-12-15 ticktock35opkg: add progress callbacks to libopkg api
2008-12-15 ticktock35libopkg: add opkg_read_config_files() function
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 opkg.h in preperation for new API
2008-12-15 ticktock35opkg: split out opkg.h
2008-12-15 ticktock35opkg: remove some "#if 0" code
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories