<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opkg-lede/libopkg/pkg_hash.h, branch master</title>
<subtitle>LEDE fork of Opkg</subtitle>
<id>https://git.openwrt.org/project/opkg-lede/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/opkg-lede/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/opkg-lede/'/>
<updated>2020-12-06T08:10:21Z</updated>
<entry>
<title>libopkg: remove support for "dist" config</title>
<updated>2020-12-06T08:10:21Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-09-24T20:54:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/opkg-lede/commit/?id=1d67ab7d70717436c63e3312c0b97eccd58233fa'/>
<id>urn:sha1:1d67ab7d70717436c63e3312c0b97eccd58233fa</id>
<content type='text'>
The "dist" config option is legacy to imitate Debians repository
structure. However this is never used within the OpenWrt ecosystem and
can therefore be removed.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>libopkg: support passing callbacks to feed parsing functions</title>
<updated>2020-05-07T20:24:19Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-05-03T19:39:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/opkg-lede/commit/?id=cf4554d6f26c8973916f83c1720aa2fba55c1baa'/>
<id>urn:sha1:cf4554d6f26c8973916f83c1720aa2fba55c1baa</id>
<content type='text'>
Extend pkg_hash_add_from_file(), pkg_hash_load_feeds() and
pkg_hash_load_status_files() to accept a per-package callback
function andan associated userdata pointer.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>libopkg: implement pkg_hash_load_package_details() helper</title>
<updated>2017-02-16T16:02:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-02-16T11:19:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/opkg-lede/commit/?id=e312c58db0d2c4c647a1bf64782965ad1f6560c1'/>
<id>urn:sha1:e312c58db0d2c4c647a1bf64782965ad1f6560c1</id>
<content type='text'>
The purpose of this new function is to keep parsing feed lists until
all package detail requests are satisified.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>libopkg: support passing default state flags in pkg_hash_load_feeds()</title>
<updated>2017-02-16T16:02:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-02-16T11:16:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/opkg-lede/commit/?id=4283ab3c37ebe4deb670dd049857b020c8794552'/>
<id>urn:sha1:4283ab3c37ebe4deb670dd049857b020c8794552</id>
<content type='text'>
Add a new argument to pkg_hash_load_feeds() which allows specifying default
state flags that should be applied to all loaded packages.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>libopkg: allow passing common package state flags to pkg_hash_add_from_file()</title>
<updated>2017-02-16T16:02:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-02-15T23:24:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/opkg-lede/commit/?id=a65b6cb58937885c115059aa571c2b3a57d90888'/>
<id>urn:sha1:a65b6cb58937885c115059aa571c2b3a57d90888</id>
<content type='text'>
Add a new parameter to pkg_hash_add_from_file() for passing package state
flags that shall be applied to all pkg_t instances parsed from the given
file and use it to mark all packages loaded from local status files with
the SF_NEED_DETAIL flag.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>libopkg: expose abstract_pkg_fetch_by_name()</title>
<updated>2017-02-16T16:02:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-02-15T23:01:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/opkg-lede/commit/?id=f13f4c18908c0b806abc80bac083c8cb4a76a239'/>
<id>urn:sha1:f13f4c18908c0b806abc80bac083c8cb4a76a239</id>
<content type='text'>
We need this function in other places later in order to be able to fetch
abstract packages without implicitely creating them.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewrite: use Lindent to reformat to kernel coding style</title>
<updated>2017-02-10T10:20:23Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-02-10T10:20:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/opkg-lede/commit/?id=4ea955bc7e5575bc1d8b34c364591c47653f2cfd'/>
<id>urn:sha1:4ea955bc7e5575bc1d8b34c364591c47653f2cfd</id>
<content type='text'>
Use the kernels "Lindent" script to reformat files using kernel coding style.
This should make subsequent refactoring much easier.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>Read the contents of lists files coming from 'dist' entries</title>
<updated>2011-04-07T16:11:55Z</updated>
<author>
<name>javiplx@gmail.com</name>
</author>
<published>2011-04-07T16:11:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/opkg-lede/commit/?id=cc24363fb731bf71f06d4d758df30216967efdb0'/>
<id>urn:sha1:cc24363fb731bf71f06d4d758df30216967efdb0</id>
<content type='text'>
git-svn-id: http://opkg.googlecode.com/svn/trunk@616 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
</content>
</entry>
<entry>
<title>Remove trailing whitespace. Sorry if this breaks your patches.</title>
<updated>2010-08-18T03:39:02Z</updated>
<author>
<name>graham.gower</name>
</author>
<published>2010-08-18T03:39:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/opkg-lede/commit/?id=0a4946b3e913a2affe5fd342aa88e2533d06356e'/>
<id>urn:sha1:0a4946b3e913a2affe5fd342aa88e2533d06356e</id>
<content type='text'>
git-svn-id: http://opkg.googlecode.com/svn/trunk@552 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
</content>
</entry>
<entry>
<title>Fix --force-reinstall by removing special case code. Just remove the pkg first.</title>
<updated>2010-06-21T23:34:25Z</updated>
<author>
<name>graham.gower</name>
</author>
<published>2010-06-21T23:34:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/opkg-lede/commit/?id=7fc9b3b1705f104eb66510d771994fb46b01d1e6'/>
<id>urn:sha1:7fc9b3b1705f104eb66510d771994fb46b01d1e6</id>
<content type='text'>
This should fix Issue #51.

git-svn-id: http://opkg.googlecode.com/svn/trunk@538 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
</content>
</entry>
</feed>
