Free some strings as soon as they are parsed to save memory.
[oweals/opkg-lede.git] / libopkg / pkg_depends.c
2009-11-19 graham.gowerFree some strings as soon as they are parsed to save...
2009-11-17 graham.gowerFix depended_upon_by to only contain pre_depends and...
2009-11-12 graham.gowerCleanup the rest of pkg_parse.c. Give some functions...
2009-11-10 graham.gowerRemove opkg_internal_use_only and fix associated assump...
2009-11-06 graham.gowerRemove if (0 && ...) ... statements.
2009-11-06 graham.gowerRemove more unused code.
2009-11-06 graham.gowerRemove unused function.
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-10-30 graham.gowerThe compiler almost certainly knows better.
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: trivial, clean up obsolete code, and some typo
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: '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