Remove str_dup_safe() in favour of xstrdup() from libbb.
[oweals/opkg-lede.git] / libopkg / pkg.c
2009-11-04 graham.gowerRemove str_dup_safe() in favour of xstrdup() from libbb.
2009-11-03 graham.gowerStop my eyes from bleeding.
2009-11-02 graham.gowerFree memory used when parsing a control file.
2009-10-27 ticktock35Add sha256 ckecksums to okpg
2009-03-26 ticktock35reduce a big memory leak
2009-03-09 ticktock35because of the file_hash_set_file_owner may break the...
2009-02-03 ticktock35reduce a meory leak
2009-01-19 ticktock35fix a buffer overflow bug that cause
2008-12-18 ticktock35using list_head to handle the list
2008-12-17 ticktock35move pkg_compare_name to pkg_vec and remove qsort in...
2008-12-17 ticktock35introduce the active_list for searching.
2008-12-15 ticktock35opkg: introduce active list into pkg_t
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: mark the pkg SF as !SF_FILELIST_CHANGED after...
2008-12-15 ticktock35opkg: trivial, clean up obsolete code, and some typo
2008-12-15 ticktock35opkg: add a simple way to pass a path environment for...
2008-12-15 ticktock35[opkg] fixing typo & incompatible part to gcc 4.3.2
2008-12-15 ticktock35opkg: fix the crashing issue.
2008-12-15 ticktock35opkg: mark one line that cause crash.
2008-12-15 ticktock35opkg: make .opk as the default opkg file extension
2008-12-15 ticktock35opkg: balance the installed_files reference count
2008-12-15 ticktock35opkg: consolidate error enums and add an error for...
2008-12-15 ticktock35opkg: remove redundant multiple_providers option and...
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: enable -Werror in libopkg and fix resulting build...
2008-12-15 ticktock35opkg: add support for Tags attribute
2008-12-15 ticktock35opkg: Enable Debian style revision field by default...
2008-12-15 ticktock35opkg: Update the version comparision to a more recent...
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories