summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg.c
Commit message (Expand)AuthorAgeFilesLines
* add opkg_compare_versions functionpixdamix@gmail.com2012-11-221-0/+14
* Improve the opkg_{get,set}_option() C API.graham.gower@gmail.com2011-05-251-35/+32
* Add flag in opkg_download calls to reduce the severity of the 'failed downloa...javiplx@gmail.com2011-04-071-5/+5
* Fix opkg_re_read_config_files().graham.gower@gmail.com2011-02-211-14/+6
* Fix memory leak when !defined(HAVE_GPGME) and !defined(HAVE_OPENSSL).graham.gower@gmail.com2011-02-211-1/+1
* opkg_find_package() should not return garbage if it cannot find the package.graham.gower@gmail.com2010-11-151-1/+3
* Revert "Don't call opkg_conf_deinit() if opkg_conf_init() fails."graham.gower@gmail.com2010-09-201-6/+5
* Don't call opkg_conf_deinit() if opkg_conf_init() fails.graham.gower@gmail.com2010-09-201-5/+6
* - split the loading part of opkg_conf_init() out into opkg_conf_load()google@wwsnet.net2010-09-121-0/+3
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-2/+2
* Fix infinite loop in list_upgradable in libopkg.graham.gower2010-07-121-1/+1
* Write out status files and file lists in opkg_upgrade_all().graham.gower2009-12-211-0/+4
* Return negative error code from opkg_download(), not curl error codes.graham.gower2009-12-211-16/+5
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-201-1/+4
* Print \n where needed.graham.gower2009-12-171-0/+1
* Sort packages before listing them.graham.gower2009-12-141-0/+17
* Remove args_t and cleanup unused stuff.graham.gower2009-12-101-8/+1
* Move loading of feeds and status files out of opkg_conf_init().graham.gower2009-12-101-17/+31
* Print error messages instead of returning error codes.graham.gower2009-12-101-54/+60
* indent -kr -i8 -psl -hnl -l80 opkg.cgraham.gower2009-12-101-712/+673
* Get rid of opkg_package_t.graham.gower2009-12-091-83/+15
* Merge commit 'grg' into HEADgraham.gower2009-12-081-197/+92
* 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