index
:
users/pehjota/opkg.git
feature/multiarch-coinstallation
feature/multiarch-coinstallation-v0.1
opkg-0.2.x
opkg
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libopkg
/
pkg_depends.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: RRECOMMENDS and RDEPENDS being basically the same
pixdamix@gmail.com
2012-11-22
1
-2/+1
*
pkg_depends: fix version_constraints_satisfied
pixdamix@gmail.com
2012-11-22
1
-1/+2
*
pkg_depends: fix version constraints
pixdamix@gmail.com
2012-11-22
1
-31/+42
*
detect circular dependencies
pixdamix@gmail.com
2012-11-22
1
-2/+1
*
Fix dependency issues for preinst scripts
pixdamix@gmail.com
2012-11-22
1
-0/+82
*
Add Recommended packages to the depended_upon_by field.
graham.gower
2010-08-18
1
-32/+38
*
Remove trailing whitespace. Sorry if this breaks your patches.
graham.gower
2010-08-17
1
-41/+41
*
s/dependences/dependencies/ Pointed out by klemmster in Issue 40.
graham.gower
2010-01-11
1
-1/+1
*
Initial stab at untangling the #include maze. Probably needs a second pass.
graham.gower
2009-12-20
1
-3/+2
*
Merge commit 'grg' into HEAD
graham.gower
2009-12-08
1
-61/+65
*
Free memory when there are unresolved dependencies.
graham.gower
2009-12-02
1
-0/+2
*
Remove unused parameter from pkg_hash_fetch_best_installation_candidate().
graham.gower
2009-11-27
1
-2/+2
*
Do the right thing if we have a version but no constraint.
graham.gower
2009-11-24
1
-2/+2
*
Remove remaining uses of pkg->*_str arrays and free() them after parsing.
graham.gower
2009-11-23
1
-0/+12
*
Fix pkg_depend_str() to not use pkg->depends_str.
graham.gower
2009-11-23
1
-26/+67
*
Rename loop iterater, so that it doesn't clash with a variable of greater scope.
graham.gower
2009-11-19
1
-3/+3
*
Free some strings as soon as they are parsed to save memory.
graham.gower
2009-11-18
1
-0/+10
*
Fix depended_upon_by to only contain pre_depends and depends.
graham.gower
2009-11-17
1
-9/+14
*
Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too.
graham.gower
2009-11-12
1
-3/+3
*
Remove opkg_internal_use_only and fix associated assumptions RE pkg->provides.
graham.gower
2009-11-10
1
-54/+8
*
Remove if (0 && ...) ... statements.
graham.gower
2009-11-05
1
-5/+0
*
Remove more unused code.
graham.gower
2009-11-05
1
-61/+12
*
Remove unused function.
graham.gower
2009-11-05
1
-26/+0
*
s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
graham.gower
2009-11-04
1
-51/+15
*
s/strdup/xstrdup/ - check memory allocations for failure.
graham.gower
2009-11-03
1
-1/+2
*
The compiler almost certainly knows better.
graham.gower
2009-10-30
1
-12/+12
*
opkg: adding the hash_table_remove API, not using yet.
ticktock35
2008-12-15
1
-7/+6
*
opkg: trivial, clean up obsolete code, and some typo
ticktock35
2008-12-15
1
-22/+0
*
opkg: consolidate error enums and add an error for when no package matches
ticktock35
2008-12-15
1
-2/+2
*
opkg: (leak fixing, day 3) fixed final memory leaks fixed reported from
ticktock35
2008-12-15
1
-0/+3
*
opkg: 's/itsy/opkg/'
ticktock35
2008-12-15
1
-1/+1
*
opkg: remove opkg.h in preperation for new API
ticktock35
2008-12-15
1
-1/+1
*
opkg: re-arrange source code into sub-directories
ticktock35
2008-12-14
1
-0/+1033