summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parameter from pkg_hash_fetch_best_installation_candidate().graham.gower2009-11-271-2/+4
* Remove enum opkg_error.graham.gower2009-11-261-25/+2
* Use the same tmp dir pattern as in opkg_update_cmd().graham.gower2009-11-161-4/+2
* atexit() isn't really appropriate for a library.graham.gower2009-11-151-0/+3
* Remove some bogus error checking and return void instead of int.graham.gower2009-11-051-7/+1
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-4/+4
* s/strndup/xstrndup/ - check memory allocations for failure.graham.gower2009-11-031-1/+1
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-18/+14
* Cleanup error_list stuff a bit more.graham.gower2009-11-011-2/+0
* Fix some memory leaks.graham.gower2009-10-301-1/+0
* Opkg support for smime (pkcs7) packages list signingticktock352009-10-271-1/+1
* Add sha256 ckecksums to okpgticktock352009-10-271-0/+2
* adding new flag flag_maintainerticktock352009-04-171-0/+1
* reduce a big memory leakticktock352009-03-261-0/+1
* adding check_signature configticktock352008-12-281-32/+34
* adding --enable-curl configuation to configure.acticktock352008-12-271-0/+6
* using list_head to handle the listticktock352008-12-181-12/+10
* opkg: rename opkg_clone to pkg_t_to_opkg_package_t.ticktock352008-12-151-10/+10
* opkg: using active list to list upgradeable pkgsticktock352008-12-151-14/+9
* opkg: trivial adding some commentsticktock352008-12-151-0/+6
* opkg: trivial rename old_pkg_to_new to pkg_clone as a more readable name.ticktock352008-12-151-10/+15
* adding list_upgradableticktock352008-12-151-32/+18
* opkg: adding the hash_table_remove API, not using yet.ticktock352008-12-151-5/+4
* opkg: adding cache supportticktock352008-12-151-0/+6
* [opkg] fixing typo & incompatible part to gcc 4.3.2ticktock352008-12-151-1/+1
* remove build error on gcc 3.4ticktock352008-12-151-0/+2
* opkg: remove a serious memory leakticktock352008-12-151-1/+8
* opkg: write the status change after actually updated.ticktock352008-12-151-0/+5
* 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