summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_depends.c
Commit message (Expand)AuthorAgeFilesLines
* Free some strings as soon as they are parsed to save memory.graham.gower2009-11-181-0/+10
* Fix depended_upon_by to only contain pre_depends and depends.graham.gower2009-11-171-9/+14
* Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too.graham.gower2009-11-121-3/+3
* Remove opkg_internal_use_only and fix associated assumptions RE pkg->provides.graham.gower2009-11-101-54/+8
* Remove if (0 && ...) ... statements.graham.gower2009-11-051-5/+0
* Remove more unused code.graham.gower2009-11-051-61/+12
* Remove unused function.graham.gower2009-11-051-26/+0
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-51/+15
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-1/+2
* The compiler almost certainly knows better.graham.gower2009-10-301-12/+12
* opkg: adding the hash_table_remove API, not using yet.ticktock352008-12-151-7/+6
* opkg: trivial, clean up obsolete code, and some typoticktock352008-12-151-22/+0
* opkg: consolidate error enums and add an error for when no package matchesticktock352008-12-151-2/+2
* opkg: (leak fixing, day 3) fixed final memory leaks fixed reported fromticktock352008-12-151-0/+3
* opkg: 's/itsy/opkg/'ticktock352008-12-151-1/+1
* opkg: remove opkg.h in preperation for new APIticktock352008-12-151-1/+1
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+1033