pkg: coalesce soem flag members into a packed bit field
[oweals/opkg-lede.git] / libopkg / pkg_depends.c
2017-02-10 Jo-Philipp Wichtreewrite: use Lindent to reformat to kernel coding...
2010-08-19 graham.gowerAdd Recommended packages to the depended_upon_by field.
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2010-01-12 graham.gowers/dependences/dependencies/ Pointed out by klemmster...
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-12-03 graham.gowerFree memory when there are unresolved dependencies.
2009-11-27 graham.gowerRemove unused parameter from pkg_hash_fetch_best_instal...
2009-11-24 graham.gowerDo the right thing if we have a version but no constraint.
2009-11-24 graham.gowerRemove remaining uses of pkg->*_str arrays and free...
2009-11-24 graham.gowerFix pkg_depend_str() to not use pkg->depends_str.
2009-11-20 graham.gowerRename loop iterater, so that it doesn't clash with...
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