summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_remove.c
Commit message (Expand)AuthorAgeFilesLines
* opkg_remove: Differentiate between dirs and symlinks to dirsPaul Barker2014-03-181-1/+1
* Fix a possible double-free of pkg vectors in opkg_remove_dependent_pkgs(), re...google@wwsnet.net2011-10-141-3/+1
* Fix issue-79: Opkg can remove a package even if another still depends on it.pixdamix@gmail.com2011-07-131-1/+1
* Abort package removal if the prerm script of a package returns non zero.graham.gower@gmail.com2010-11-231-8/+22
* Fix formatting issues found with the last commit.graham.gower@gmail.com2010-11-191-1/+1
* Ensure Pre-Depended and Recommended packages can be autoremoved.graham.gower2010-08-181-1/+3
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-12/+12
* Fix --force-reinstall by removing special case code. Just remove the pkg first.graham.gower2010-06-211-0/+1
* Check that a file belongs to the package before removing itgraham.gower2010-06-071-0/+5
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-201-4/+3
* Merge commit 'grg' into HEADgraham.gower2009-12-081-52/+52
* Remove enum opkg_error.graham.gower2009-11-261-2/+2
* Provide error checking for users of pkg_extract_* functions.graham.gower2009-11-261-1/+7
* Remove str_util.{c,h}graham.gower2009-11-251-1/+0
* Plug leaks found when using --force-removal-of-dependent-packages.graham.gower2009-11-251-3/+5
* Various cleanups in opkg_remove.{c,h}graham.gower2009-11-251-77/+43
* Remove the purge command. Undocumented and only duplicates remove functionality.graham.gower2009-11-231-6/+0
* Iterate the whole depends array, in the unlikely event that pre_depends_count!=0graham.gower2009-11-191-1/+6
* Clean up pkg_remove_orphan_dependent() and remove_autoinstalled().graham.gower2009-11-191-50/+50
* Plug a leak.graham.gower2009-11-191-0/+2
* Fix pkg_get_installed_files() to work with an offline_root + dest.graham.gower2009-11-161-3/+4
* Pass the correct file_name to pkg_get_conffile().graham.gower2009-11-151-1/+5
* Remove opkg_internal_use_only and fix associated assumptions RE pkg->provides.graham.gower2009-11-101-2/+2
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-13/+4
* Remove unused opkg_set_current_state bits.graham.gower2009-11-031-1/+1
* Free memory if we fail to remove a package due to it having dependents.graham.gower2009-11-011-0/+1
* reduce a big memory leakticktock352009-03-261-1/+1
* using list_head to handle the listticktock352008-12-181-9/+10
* opkg: adding the hash_table_remove API, not using yet.ticktock352008-12-151-2/+2
* opkg: fix some memory leak and double free issues.ticktock352008-12-151-8/+16
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-0/+2
* opkg: 's/itsy/opkg/'ticktock352008-12-151-1/+1
* opkg: remove opkg.h in preperation for new APIticktock352008-12-151-1/+3
* libopkg: remove internal dependency on libopkg.h and opkg_cmd.hticktock352008-12-151-2/+0
* opkg: remove some printfs and replace with opkg_message where appropriateticktock352008-12-151-4/+8
* opkg: implement removal of auto-installed packagesticktock352008-12-141-3/+62
* opkg: add autoremove command line optionticktock352008-12-141-1/+4
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+383