index
:
users/pehjota/opkg.git
feature/multiarch-coinstallation
feature/multiarch-coinstallation-v0.1
opkg-0.2.x
opkg
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libopkg
/
opkg_remove.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a possible double-free of pkg vectors in opkg_remove_dependent_pkgs(), re...
google@wwsnet.net
2011-10-14
1
-3/+1
*
Fix issue-79: Opkg can remove a package even if another still depends on it.
pixdamix@gmail.com
2011-07-13
1
-1/+1
*
Abort package removal if the prerm script of a package returns non zero.
graham.gower@gmail.com
2010-11-23
1
-8/+22
*
Fix formatting issues found with the last commit.
graham.gower@gmail.com
2010-11-19
1
-1/+1
*
Ensure Pre-Depended and Recommended packages can be autoremoved.
graham.gower
2010-08-18
1
-1/+3
*
Remove trailing whitespace. Sorry if this breaks your patches.
graham.gower
2010-08-17
1
-12/+12
*
Fix --force-reinstall by removing special case code. Just remove the pkg first.
graham.gower
2010-06-21
1
-0/+1
*
Check that a file belongs to the package before removing it
graham.gower
2010-06-07
1
-0/+5
*
Initial stab at untangling the #include maze. Probably needs a second pass.
graham.gower
2009-12-20
1
-4/+3
*
Merge commit 'grg' into HEAD
graham.gower
2009-12-08
1
-52/+52
*
Remove enum opkg_error.
graham.gower
2009-11-26
1
-2/+2
*
Provide error checking for users of pkg_extract_* functions.
graham.gower
2009-11-26
1
-1/+7
*
Remove str_util.{c,h}
graham.gower
2009-11-25
1
-1/+0
*
Plug leaks found when using --force-removal-of-dependent-packages.
graham.gower
2009-11-25
1
-3/+5
*
Various cleanups in opkg_remove.{c,h}
graham.gower
2009-11-25
1
-77/+43
*
Remove the purge command. Undocumented and only duplicates remove functionality.
graham.gower
2009-11-23
1
-6/+0
*
Iterate the whole depends array, in the unlikely event that pre_depends_count!=0
graham.gower
2009-11-19
1
-1/+6
*
Clean up pkg_remove_orphan_dependent() and remove_autoinstalled().
graham.gower
2009-11-19
1
-50/+50
*
Plug a leak.
graham.gower
2009-11-19
1
-0/+2
*
Fix pkg_get_installed_files() to work with an offline_root + dest.
graham.gower
2009-11-16
1
-3/+4
*
Pass the correct file_name to pkg_get_conffile().
graham.gower
2009-11-15
1
-1/+5
*
Remove opkg_internal_use_only and fix associated assumptions RE pkg->provides.
graham.gower
2009-11-10
1
-2/+2
*
s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
graham.gower
2009-11-04
1
-13/+4
*
Remove unused opkg_set_current_state bits.
graham.gower
2009-11-03
1
-1/+1
*
Free memory if we fail to remove a package due to it having dependents.
graham.gower
2009-11-01
1
-0/+1
*
reduce a big memory leak
ticktock35
2009-03-26
1
-1/+1
*
using list_head to handle the list
ticktock35
2008-12-18
1
-9/+10
*
opkg: adding the hash_table_remove API, not using yet.
ticktock35
2008-12-15
1
-2/+2
*
opkg: fix some memory leak and double free issues.
ticktock35
2008-12-15
1
-8/+16
*
opkg: (leak fixing, day 2) lots and lots of memory leaks fixed
ticktock35
2008-12-15
1
-0/+2
*
opkg: 's/itsy/opkg/'
ticktock35
2008-12-15
1
-1/+1
*
opkg: remove opkg.h in preperation for new API
ticktock35
2008-12-15
1
-1/+3
*
libopkg: remove internal dependency on libopkg.h and opkg_cmd.h
ticktock35
2008-12-15
1
-2/+0
*
opkg: remove some printfs and replace with opkg_message where appropriate
ticktock35
2008-12-15
1
-4/+8
*
opkg: implement removal of auto-installed packages
ticktock35
2008-12-14
1
-3/+62
*
opkg: add autoremove command line option
ticktock35
2008-12-14
1
-1/+4
*
opkg: re-arrange source code into sub-directories
ticktock35
2008-12-14
1
-0/+383