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
*
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