summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Use vfork()/execvp() instead of system().graham.gower2009-11-161-1/+2
* Fix pkg_get_installed_files() to work with an offline_root + dest.graham.gower2009-11-161-2/+2
* Add a function for recursive directory removal and use that instead of xsystem.graham.gower2009-11-151-5/+1
* Compare verbosity to a message_level_t.graham.gower2009-11-121-6/+4
* Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too.graham.gower2009-11-121-2/+2
* Use xsystem() to be consistent. Some minor cleanup too.graham.gower2009-11-101-13/+10
* Put update temp directory in with the others. Also, don't confuse returninggraham.gower2009-11-061-6/+4
* Use mkdtemp() to create a unique directory instead of a goto loop.graham.gower2009-11-061-23/+19
* Removed a bunch of if(0) and dead codepixdamix2009-11-051-6/+0
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-2/+2
* Remove code path which cannot be executed.graham.gower2009-11-041-2/+0
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-9/+2
* Remove some strdup abuse.graham.gower2009-11-031-1/+3
* Stop my eyes from bleeding.graham.gower2009-11-021-7/+1
* Clean up some _cmd functions, in particular remove use of print callbacks.graham.gower2009-11-021-121/+34
* opkg: fix nullpointer dereferencepixdamix2009-11-021-1/+1
* Cleanup error_list stuff a bit more.graham.gower2009-11-011-25/+2
* Avoid reading past the end of the array.graham.gower2009-11-011-1/+1
* free() temporary string.graham.gower2009-11-011-0/+1
* Fix problems in error listpixdamix2009-10-291-6/+11
* Opkg support for smime (pkcs7) packages list signingticktock352009-10-271-4/+5
* reduce a memory leak of closing dirticktock352009-03-261-0/+1
* Thanks to: Per Hansen <spamhans@yahoo.de>ticktock352009-01-241-1/+1
* fix a buffer overflow bug that causeticktock352009-01-191-1/+2
* adding check_signature configticktock352008-12-281-28/+30
* when configure with --disable-gpg, no message complain about the signature st...ticktock352008-12-261-2/+1
* using list_head to handle the listticktock352008-12-181-11/+9
* only add pkg_vec_sort when neededticktock352008-12-161-3/+2
* move pkg_compare_name to pkg_vec and remove qsort in hash_getticktock352008-12-161-0/+1
* opkg: using active list to list upgradeable pkgsticktock352008-12-151-5/+5
* opkg: fixing some trivial defects while reviewing codeticktock352008-12-151-1/+1
* adding list_upgradableticktock352008-12-151-0/+22
* opkg: remove the free_error_list wrong usage bugticktock352008-12-151-1/+1
* opkg: adding the hash_table_remove API, not using yet.ticktock352008-12-151-3/+3
* [opkg] fixing typo & incompatible part to gcc 4.3.2ticktock352008-12-151-2/+2
* [opkg] fix opkg crashes if PATH is unsetticktock352008-12-151-3/+14
* opkg: fix some memory leak and double free issues.ticktock352008-12-151-1/+1
* opkg: remove unused codeticktock352008-12-151-35/+6
* opkg: Consolidate error reporting from opkg_conf_init and ensure return value isticktock352008-12-151-13/+18
* opkg: consolidate error enums and add an error for when no package matchesticktock352008-12-151-6/+5
* opkg: remove redundant multiple_providers option and also remove redundant fa...ticktock352008-12-151-5/+1
* opkg: Implement proper reordering of packages before configuring.ticktock352008-12-151-1/+107
* opkg: improve download callback handling and integrate into opkg_update_packa...ticktock352008-12-151-3/+3
* opkg: 's/itsy/opkg/'ticktock352008-12-151-1/+1
* opkg: remove opkg.h in preperation for new APIticktock352008-12-151-9/+4
* opkg: use opkg_message rather than printf in opkg_verify_file()ticktock352008-12-151-1/+1
* opkg: skip downloading Packages.sig if GPGME is not enabled at build timeticktock352008-12-151-1/+5
* opkg: Remove unused CONFIG_CLEAR_SW_INSTALL_FLAG conditional codeticktock352008-12-151-27/+0
* opkg: remove redundant OPKG_LIB conditional codeticktock352008-12-141-42/+0
* opkg: use a single temporary directory for entire update transaction and removeticktock352008-12-141-20/+16