summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg.c
Commit message (Expand)AuthorAgeFilesLines
...
* opkg: adding repository check functionticktock352008-12-151-0/+65
* opkg: Consolidate error reporting from opkg_conf_init and ensure return value isticktock352008-12-151-2/+17
* opkg: consolidate error enums and add an error for when no package matchesticktock352008-12-151-16/+17
* opkg.c moving the sig_file_name into the section of HAVE_GPGMEticktock352008-12-151-1/+2
* opkg: run pre-install check before listing upgradable packages to ensure allticktock352008-12-151-0/+3
* opkg: update error handling for opkg_update_pkg in opkg.c and bump version nu...ticktock352008-12-151-1/+14
* opkg: improve opkg_install error reporting and include a check to verify repo...ticktock352008-12-151-13/+25
* opkg: report errors from opkg_remove_pkgticktock352008-12-151-5/+3
* opkg: fix typosticktock352008-12-151-2/+3
* opkg: improve error reportingticktock352008-12-151-4/+21
* opkg: remove redundant multiple_providers option and also remove redundant fa...ticktock352008-12-151-1/+0
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-7/+8
* opkg: re-read package lists after updateticktock352008-12-151-0/+3
* opkg: add some error codes to libopkgticktock352008-12-151-10/+11
* opkg: download required packages before install and report progress to clientsticktock352008-12-151-14/+91
* opkg: protect against NULL srcticktock352008-12-151-1/+2
* opkg: implement opkg_find_package()ticktock352008-12-151-29/+84
* opkg: add more attributes to opkg_package_tticktock352008-12-151-2/+6
* opkg: add extra data to libopkg progress callbacksticktock352008-12-151-46/+68
* opkg: implement opkg_list_upgradable_packages functionticktock352008-12-151-1/+51
* opkg: prevent segfault if option is not foundticktock352008-12-151-1/+8
* opkg: implement package listing in new libopkgticktock352008-12-151-0/+80
* opkg: minor white space and indent fixesticktock352008-12-151-10/+10
* opkg: implement new opkg_upgrade_package and opkg_upgrade_all functionsticktock352008-12-151-2/+69
* opkg: improve download callback handling and integrate into opkg_update_packa...ticktock352008-12-151-3/+44
* opkg: add some safety macrosticktock352008-12-151-26/+47
* opkg: fix problems in opkg_install_package and implement opkg_remove_packageticktock352008-12-151-3/+69
* opkg: add progress callbacks to libopkg apiticktock352008-12-151-10/+35
* libopkg: add some checks for NULL stringsticktock352008-12-151-6/+15
* libopkg: add opkg_read_config_files() functionticktock352008-12-151-0/+43
* opkg: fix header include path issuesticktock352008-12-151-1/+1
* opkg: fix option array handlingticktock352008-12-151-19/+24
* opkg: various white space cleanups and implement opkg_update_package_liststicktock352008-12-151-32/+173
* opkg: implement opkg_set_option() and opkg_get_option()ticktock352008-12-151-0/+75
* opkg: start new libopkg api in opkg.{c,h} and remove all other header filesticktock352008-12-151-0/+156
* opkg: remove old opkg.cticktock352008-12-151-81/+0
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+81