summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* opkg: add some command line arguments to libopkg_testticktock352008-12-151-10/+116
* 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-152-2/+15
* opkg: improve opkg_install error reporting and include a check to verify repo...ticktock352008-12-155-33/+88
* opkg: add string versions of error codes to libopkg_testticktock352008-12-151-5/+16
* 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-157-25/+2
* opkg: strdup the command line arguments so we can free the struct properly laterticktock352008-12-151-2/+2
* opkg: (leak fixing, day 3) fixed final memory leaks fixed reported fromticktock352008-12-153-0/+6
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-1514-32/+82
* opkg: (leak fixing, day 1) lots and lots of memory leaks fixedticktock352008-12-157-9/+111
* opkg: set callbacks before opkg_conf_initticktock352008-12-151-3/+4
* opkg: remove verbose_wget optionticktock352008-12-154-15/+0
* opkg: re-read package lists after updateticktock352008-12-151-0/+3
* opkg: fix distcheckticktock352008-12-151-1/+1
* opkg: fix remaining accidental committicktock352008-12-151-1/+1
* opkg: revert unintended changes in src/Makefile.amticktock352008-12-151-3/+0
* opkg: add some error codes to libopkgticktock352008-12-153-11/+24
* opkg: * Add opkg-key utilityticktock352008-12-157-7/+105
* opkg: fix distcheck issuesticktock352008-12-153-5/+4
* opkg: remove per-target CFLAGSticktock352008-12-152-4/+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-154-35/+142
* opkg: add more attributes to opkg_package_tticktock352008-12-153-4/+10
* opkg: add extra data to libopkg progress callbacksticktock352008-12-154-50/+86
* opkg: add some extra error checks to opkg_verify_file()ticktock352008-12-151-0/+4
* opkg: implement opkg_list_upgradable_packages functionticktock352008-12-153-6/+66
* 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: set version number and distribute pkg-config fileticktock352008-12-152-1/+4
* opkg: Implement proper reordering of packages before configuring.ticktock352008-12-151-1/+107
* opkg: implement package listing in new libopkgticktock352008-12-153-0/+120
* opkg: Add upgrade and upgrade_all functions to libopkg_testticktock352008-12-151-6/+10
* 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: fix some initialisation and double free issues in libbbticktock352008-12-152-2/+5
* opkg: add some safety macrosticktock352008-12-151-26/+47
* opkg: fix problems in opkg_install_package and implement opkg_remove_packageticktock352008-12-153-4/+74
* 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-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