Remove trailing whitespace. Sorry if this breaks your patches.
[oweals/opkg-lede.git] / libopkg / pkg_hash.c
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2010-06-21 graham.gowerFix --force-reinstall by removing special case code...
2010-06-11 graham.gowerString the offline root path from the file_name in...
2010-03-04 graham.gowerDowngrade message from ERROR to NOTICE.
2009-12-21 graham.gowerSet the arch_priority when parsing the Architecture.
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-11 graham.gowerMove loading of feeds and status files out of opkg_conf...
2009-12-09 graham.gowerFix infinite loop created when I removed the masked...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-11-27 graham.gowerRemove unused parameter from pkg_hash_fetch_best_instal...
2009-11-27 graham.gowerFinding a provider which is has an incompatible arch...
2009-11-27 graham.gowerRemove enum opkg_error.
2009-11-25 graham.gowerVarious clean ups.
2009-11-25 graham.gowerMake a couple of functions static, and return void...
2009-11-16 graham.gowerFix pkg_get_installed_files() to work with an offline_r...
2009-11-16 graham.gowerRaise the required verbosity level for this message.
2009-11-13 graham.gowerCompare verbosity to a message_level_t.
2009-11-11 graham.gowerCleanup parsing of packages.
2009-11-06 graham.gowerMore dead code removal.
2009-11-06 graham.gowerRemove more unused code.
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-10-30 graham.gowerFix some memory leaks.
2009-10-30 graham.gowerThe compiler almost certainly knows better.
2009-10-06 ticktock35Improve install candidate selection
2008-12-18 ticktock35using list_head to handle the list
2008-12-17 ticktock35only add pkg_vec_sort when needed
2008-12-17 ticktock35move pkg_compare_name to pkg_vec and remove qsort in...
2008-12-17 ticktock35remove some unnecessary code from pkg_vec_insert
2008-12-17 ticktock35introduce the active_list for searching.
2008-12-15 ticktock35opkg: fix the crashing issue.
2008-12-15 ticktock35opkg: Convert "multiple packages" message to NOTICE...
2008-12-15 ticktock35opkg: update error message
2008-12-15 ticktock35opkg: consolidate error enums and add an error for...
2008-12-15 ticktock35opkg: (leak fixing, day 3) fixed final memory leaks...
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: (leak fixing, day 1) lots and lots of memory...
2008-12-15 ticktock35opkg: 's/itsy/opkg/'
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories