summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_hash.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parameter from pkg_hash_fetch_best_installation_candidate().graham.gower2009-11-271-6/+3
* Finding a provider which is has an incompatible arch should not preventgraham.gower2009-11-271-5/+14
* Remove enum opkg_error.graham.gower2009-11-261-1/+1
* Various clean ups.graham.gower2009-11-251-277/+253
* Make a couple of functions static, and return void since they cannot fail.graham.gower2009-11-241-1/+0
* Fix pkg_get_installed_files() to work with an offline_root + dest.graham.gower2009-11-161-1/+1
* Raise the required verbosity level for this message.graham.gower2009-11-151-2/+2
* Compare verbosity to a message_level_t.graham.gower2009-11-121-1/+1
* Cleanup parsing of packages.graham.gower2009-11-101-34/+46
* More dead code removal.graham.gower2009-11-051-2/+0
* Remove more unused code.graham.gower2009-11-051-17/+8
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-2/+1
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-2/+3
* Fix some memory leaks.graham.gower2009-10-301-4/+5
* The compiler almost certainly knows better.graham.gower2009-10-301-3/+3
* Improve install candidate selectionticktock352009-10-051-9/+20
* using list_head to handle the listticktock352008-12-181-5/+2
* only add pkg_vec_sort when neededticktock352008-12-161-2/+0
* move pkg_compare_name to pkg_vec and remove qsort in hash_getticktock352008-12-161-14/+2
* remove some unnecessary code from pkg_vec_insertticktock352008-12-161-0/+1
* introduce the active_list for searching.ticktock352008-12-161-1/+0
* opkg: fix the crashing issue.ticktock352008-12-151-0/+3
* opkg: Convert "multiple packages" message to NOTICE rather than ERRORticktock352008-12-151-1/+1
* opkg: update error messageticktock352008-12-151-2/+1
* opkg: consolidate error enums and add an error for when no package matchesticktock352008-12-151-5/+19
* opkg: (leak fixing, day 3) fixed final memory leaks fixed reported fromticktock352008-12-151-0/+1
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-0/+2
* opkg: (leak fixing, day 1) lots and lots of memory leaks fixedticktock352008-12-151-0/+26
* 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/+617