summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Use ordered list when configuring packages.pixdamix2010-02-101-2/+2
* Propagate errors up the call stack. Patch by Jens Erdmann <j.erdmann@road.de>.graham.gower2010-01-271-9/+16
* Include config.h to pull in HAVE_* macros where needed.graham.gower2009-12-201-0/+2
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-201-2/+3
* Running a script does not change the state, modifying the state flags does.graham.gower2009-12-171-0/+1
* Move libopkg.c out into the src dir. It shouldn't be part of the library.graham.gower2009-12-171-1/+0
* Be slightly less verbose at INFO message level.graham.gower2009-12-171-3/+3
* Move loading of feeds and status files out of opkg_conf_init().graham.gower2009-12-101-8/+1
* Merge commit 'grg' into HEADgraham.gower2009-12-081-309/+276
* Remove unused parameter from pkg_hash_fetch_best_installation_candidate().graham.gower2009-11-271-2/+4
* Remove enum opkg_error.graham.gower2009-11-261-4/+2
* Be slightly less verbose by default.graham.gower2009-11-261-1/+1
* Provide error checking for users of pkg_extract_* functions.graham.gower2009-11-261-2/+2
* Remove str_util.{c,h}graham.gower2009-11-251-1/+0
* Clean up opkg_depends_cmd() and opkg_what_depends_conflicts_cmd().graham.gower2009-11-241-132/+132
* Provide a more useful comment.graham.gower2009-11-241-2/+6
* Remove the purge command. Undocumented and only duplicates remove functionality.graham.gower2009-11-231-33/+0
* Remove list_pending command. Undocumented and the pending_dir was unpopulated.graham.gower2009-11-231-41/+0
* Remove dead code in opkg_remove_cmd().graham.gower2009-11-231-73/+33
* Remove useless memory allocation and strcpy.graham.gower2009-11-231-5/+1
* Clean up the help output.graham.gower2009-11-231-0/+3
* Fix output of whatdepends, whatsuggests and whatrecommends commands.graham.gower2009-11-171-14/+15
* Fix depends output.graham.gower2009-11-171-5/+5
* 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