summaryrefslogtreecommitdiffstats
path: root/libopkg
Commit message (Expand)AuthorAgeFilesLines
* opkg: * Add opkg-key utilityticktock352008-12-151-3/+25
* opkg: fix distcheck issuesticktock352008-12-151-3/+2
* opkg: remove per-target CFLAGSticktock352008-12-151-2/+1
* opkg: add default message handlerticktock352008-12-151-3/+10
* opkg: download required packages before install and report progress to clientsticktock352008-12-151-14/+91
* opkg: add header guards to libopkg/opkg.hticktock352008-12-151-0/+6
* opkg: protect against NULL srcticktock352008-12-151-1/+2
* opkg: implement opkg_find_package()ticktock352008-12-152-30/+85
* opkg: add more attributes to opkg_package_tticktock352008-12-152-3/+9
* opkg: add extra data to libopkg progress callbacksticktock352008-12-152-47/+83
* opkg: add some extra error checks to opkg_verify_file()ticktock352008-12-151-0/+4
* opkg: implement opkg_list_upgradable_packages functionticktock352008-12-152-2/+53
* opkg: clean up libopkg Makefile.am a bitticktock352008-12-151-7/+6
* opkg: prevent segfault if option is not foundticktock352008-12-151-1/+8
* opkg: Implement proper reordering of packages before configuring.ticktock352008-12-151-1/+107
* opkg: implement package listing in new libopkgticktock352008-12-152-0/+101
* 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-154-40/+59
* 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: remove unused variableticktock352008-12-151-1/+0
* libopkg: remove default progress barticktock352008-12-151-23/+0
* opkg: add progress callbacks to libopkg apiticktock352008-12-152-15/+41
* libopkg: add some checks for NULL stringsticktock352008-12-151-6/+15
* libopkg: add opkg_read_config_files() functionticktock352008-12-152-0/+44
* opkg: fix header include path issuesticktock352008-12-152-2/+2
* opkg: fix option array handlingticktock352008-12-151-19/+24
* opkg: various white space cleanups and implement opkg_update_package_liststicktock352008-12-152-33/+174
* opkg: implement opkg_set_option() and opkg_get_option()ticktock352008-12-154-1/+81
* opkg: start new libopkg api in opkg.{c,h} and remove all other header filesticktock352008-12-153-24/+185
* libopkg: stop exporting random symbols into the wildticktock352008-12-151-0/+3
* opkg: 's/itsy/opkg/'ticktock352008-12-1556-56/+56
* opkg: Bug fix for Packages file with a Filename: tag with prepended path.ticktock352008-12-151-1/+7
* opkg: remove opkg.h in preperation for new APIticktock352008-12-1546-95/+63
* libopkg: remove internal dependency on libopkg.h and opkg_cmd.hticktock352008-12-1512-26/+27
* opkg: split out opkg.hticktock352008-12-154-34/+75
* opkg: remove old opkg.cticktock352008-12-152-82/+1
* opkg: remove some "#if 0" codeticktock352008-12-152-29/+0
* =?utf-8?q?opkg:=20Fix=20md5=20sum=20on=20big=20endian=20systems.ticktock352008-12-151-1/+1
* opkg: remove some printfs and replace with opkg_message where appropriateticktock352008-12-153-6/+12
* opkg: use opkg_message rather than printf in opkg_verify_file()ticktock352008-12-153-4/+4
* opkg: skip downloading Packages.sig if GPGME is not enabled at build timeticktock352008-12-151-1/+5
* opkg: print help and version messages to stdout rather than stderr. Based onticktock352008-12-151-71/+71
* opkg: update md5.{c,h} with latest version from gnulibticktock352008-12-152-543/+423
* opkg: enable -Werror in libopkg and fix resulting build failuresticktock352008-12-158-20/+19
* opkg: Remove unused CONFIG_CLEAR_SW_INSTALL_FLAG conditional codeticktock352008-12-151-27/+0
* opkg: remove unused CONFIG_OPKG_PROCESS_ACTIONS conditional codeticktock352008-12-151-248/+0
* opkg: remove redundant OPKG_LIB conditional codeticktock352008-12-149-102/+2
* opkg: output state change messages only at info verbosity levelticktock352008-12-145-9/+14