str_list_prev: remove unused function
[oweals/opkg-lede.git] / libopkg / pkg_hash.c
2017-03-15 Michael HansenFix typo in pkg_hash_fetch_best_installation_candidate.
2017-03-15 Jo-Philipp Wichpkg_hash: remove unused variable in pkg_hash_load_feeds()
2017-02-16 Jo-Philipp Wichlibopkg: immediately free packages not marked for detai...
2017-02-16 Jo-Philipp Wichlibopkg: implement pkg_hash_load_package_details()...
2017-02-16 Jo-Philipp Wichlibopkg: support passing default state flags in pkg_has...
2017-02-16 Jo-Philipp Wichlibopkg: allow passing common package state flags to...
2017-02-16 Jo-Philipp Wichlibopkg: expose abstract_pkg_fetch_by_name()
2017-02-14 Jo-Philipp Wichlibopkg: store checksums in binary form, use integer...
2017-02-13 Jo-Philipp Wichpkg: convert most other struct members into dynamic...
2017-02-13 Jo-Philipp Wichpkg: use a blob buffer in pkg_t to store variable fields
2017-02-10 Jo-Philipp Wichtreewrite: use Lindent to reformat to kernel coding...
2017-02-10 Jo-Philipp Wichlibopkg: drop support for Release files
2017-02-10 Jo-Philipp Wichlibopkg: store compressed package lists
2017-02-10 Jo-Philipp Wichlibopkg: do not rely on getline()
2011-04-07 javiplx@gmail.comRead the contents of lists files coming from 'dist...
2011-02-21 graham.gower@gmail.comGet the owner of the file_name after the offline root...
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