summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_depends.c
Commit message (Expand)AuthorAgeFilesLines
* Fix: RRECOMMENDS and RDEPENDS being basically the samepixdamix@gmail.com2012-11-221-2/+1
* pkg_depends: fix version_constraints_satisfiedpixdamix@gmail.com2012-11-221-1/+2
* pkg_depends: fix version constraintspixdamix@gmail.com2012-11-221-31/+42
* detect circular dependenciespixdamix@gmail.com2012-11-221-2/+1
* Fix dependency issues for preinst scriptspixdamix@gmail.com2012-11-221-0/+82
* Add Recommended packages to the depended_upon_by field.graham.gower2010-08-181-32/+38
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-41/+41
* s/dependences/dependencies/ Pointed out by klemmster in Issue 40.graham.gower2010-01-111-1/+1
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-201-3/+2
* Merge commit 'grg' into HEADgraham.gower2009-12-081-61/+65
* Free memory when there are unresolved dependencies.graham.gower2009-12-021-0/+2
* Remove unused parameter from pkg_hash_fetch_best_installation_candidate().graham.gower2009-11-271-2/+2
* Do the right thing if we have a version but no constraint.graham.gower2009-11-241-2/+2
* Remove remaining uses of pkg->*_str arrays and free() them after parsing.graham.gower2009-11-231-0/+12
* Fix pkg_depend_str() to not use pkg->depends_str.graham.gower2009-11-231-26/+67
* Rename loop iterater, so that it doesn't clash with a variable of greater scope.graham.gower2009-11-191-3/+3
* 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