libopkg: fix double-free crash on recursive package removal
[project/opkg-lede.git] / libopkg / opkg_remove.c
2017-02-10 Jo-Philipp Wichlibopkg: fix double-free crash on recursive package...
2010-11-24 graham.gower@gmail.comAbort package removal if the prerm script of a package...
2010-11-19 graham.gower@gmail.comFix formatting issues found with the last commit.
2010-08-19 graham.gowerEnsure Pre-Depended and Recommended packages can be...
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2010-06-21 graham.gowerFix --force-reinstall by removing special case code...
2010-06-08 graham.gowerCheck that a file belongs to the package before removing it
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-11-27 graham.gowerRemove enum opkg_error.
2009-11-27 graham.gowerProvide error checking for users of pkg_extract_* funct...
2009-11-26 graham.gowerRemove str_util.{c,h}
2009-11-25 graham.gowerPlug leaks found when using --force-removal-of-dependen...
2009-11-25 graham.gowerVarious cleanups in opkg_remove.{c,h}
2009-11-24 graham.gowerRemove the purge command. Undocumented and only duplica...
2009-11-20 graham.gowerIterate the whole depends array, in the unlikely event...
2009-11-20 graham.gowerClean up pkg_remove_orphan_dependent() and remove_autoi...
2009-11-19 graham.gowerPlug a leak.
2009-11-16 graham.gowerFix pkg_get_installed_files() to work with an offline_r...
2009-11-16 graham.gowerPass the correct file_name to pkg_get_conffile().
2009-11-10 graham.gowerRemove opkg_internal_use_only and fix associated assump...
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2009-11-04 graham.gowerRemove unused opkg_set_current_state bits.
2009-11-02 graham.gowerFree memory if we fail to remove a package due to it...
2009-03-26 ticktock35reduce a big memory leak
2008-12-18 ticktock35using list_head to handle the list
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: fix some memory leak and double free issues.
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: 's/itsy/opkg/'
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
2008-12-15 ticktock35libopkg: remove internal dependency on libopkg.h and...
2008-12-15 ticktock35opkg: remove some printfs and replace with opkg_message...
2008-12-15 ticktock35opkg: implement removal of auto-installed packages
2008-12-15 ticktock35opkg: add autoremove command line option
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories