s/strdup/xstrdup/ - check memory allocations for failure.
[oweals/opkg-lede.git] / libopkg / pkg_hash.c
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-10-30 graham.gowerFix some memory leaks.
2009-10-30 graham.gowerThe compiler almost certainly knows better.
2009-10-06 ticktock35Improve install candidate selection
2008-12-18 ticktock35using list_head to handle the list
2008-12-17 ticktock35only add pkg_vec_sort when needed
2008-12-17 ticktock35move pkg_compare_name to pkg_vec and remove qsort in...
2008-12-17 ticktock35remove some unnecessary code from pkg_vec_insert
2008-12-17 ticktock35introduce the active_list for searching.
2008-12-15 ticktock35opkg: fix the crashing issue.
2008-12-15 ticktock35opkg: Convert "multiple packages" message to NOTICE...
2008-12-15 ticktock35opkg: update error message
2008-12-15 ticktock35opkg: consolidate error enums and add an error for...
2008-12-15 ticktock35opkg: (leak fixing, day 3) fixed final memory leaks...
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: (leak fixing, day 1) 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 ticktock35opkg: re-arrange source code into sub-directories