summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* opkg: add progress callbacks to libopkg apiticktock352008-12-153-16/+54
* opkg: add opkg_read_config_files() to libopkg_testticktock352008-12-151-0/+2
* libopkg: add some checks for NULL stringsticktock352008-12-151-6/+15
* libopkg: add opkg_read_config_files() functionticktock352008-12-152-0/+44
* opkg: add update packages lists call to libopkg_testticktock352008-12-151-1/+5
* opkg: fix header include path issuesticktock352008-12-152-2/+2
* opkg: fix option array handlingticktock352008-12-151-19/+24
* opkg: add libopkg test applicationticktock352008-12-152-7/+27
* 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
* opkg: remove redundant opkg.h.inticktock352008-12-152-69/+1
* 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-1548-96/+65
* 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: add README content, including website and mailing list detailsticktock352008-12-151-0/+7
* opkg: fix configure check for big-endian systemsticktock352008-12-151-1/+1
* opkg: remove some "#if 0" codeticktock352008-12-152-29/+0
* =?utf-8?q?opkg:=20Fix=20md5=20sum=20on=20big=20endian=20systems.ticktock352008-12-152-1/+5
* 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-1410-103/+3
* opkg/libbb: Patch from Esben Haabendal <esbenhaabendal gmail com>ticktock352008-12-141-6/+14
* opkg: output state change messages only at info verbosity levelticktock352008-12-145-9/+14
* opkg: use a single temporary directory for entire update transaction and removeticktock352008-12-141-20/+16
* opkg: restore original ipkg ChangeLogticktock352008-12-141-332/+332
* opkg: catch up with removals and fix include statement in opkg-frontend.cticktock352008-12-144-8/+7
* opkg:ticktock352008-12-1416-12827/+1766
* opkg: add support for Tags attributeticktock352008-12-143-0/+27
* opkg: Enable Debian style revision field by default and remove "familiar" spe...ticktock352008-12-142-37/+2
* opkg: Update the version comparision to a more recent one from dpkg. Thisticktock352008-12-141-37/+31
* opkg: implement removal of auto-installed packagesticktock352008-12-141-3/+62
* opkg: use strdup() to prevent memory corruptionticktock352008-12-141-2/+1
* opkg: add autoremove command line optionticktock352008-12-146-2/+19
* opkg: distcheck fixesticktock352008-12-146-10/+10
* opkg: remove redundant etc directoryticktock352008-12-143-4/+1
* opkg: move tests into a separate directoryticktock352008-12-146-13/+14
* opkg: re-arrange source code into sub-directoriesticktock352008-12-1482-93/+103
* opkg: correct the name of the state changed callback and run it when appropriateticktock352008-12-141-1/+7
* opkg: include opkg_state.h in libopkg_include_HEADERSticktock352008-12-141-0/+1