<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apk-tools/src/fetch.c, branch v2.3.2</title>
<subtitle>Alpine Package Keeper, the 2.x tree
</subtitle>
<id>https://git-old.alpinelinux.org/apk-tools/atom?h=v2.3.2</id>
<link rel='self' href='https://git-old.alpinelinux.org/apk-tools/atom?h=v2.3.2'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/'/>
<updated>2012-02-29T06:53:43Z</updated>
<entry>
<title>solver, test: make conflicts unconditional</title>
<updated>2012-02-29T06:53:43Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2012-02-29T06:53:43Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=f27f194d92c952da337205c0176f68a13f0cba7c'/>
<id>urn:sha1:f27f194d92c952da337205c0176f68a13f0cba7c</id>
<content type='text'>
Solver will now never report partial solution where a conflict
constraint is not satisfied. The is because with --force we might
install the partial solution; and if conflicted packages were to
be installed we might have extra trouble.
</content>
</entry>
<entry>
<title>all: introduce apk_provides and use it in apk_name</title>
<updated>2012-02-24T14:31:40Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2012-02-24T13:50:39Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=99145e2c0dc0b5b3b5a2a72fb1bff140d1f583f3'/>
<id>urn:sha1:99145e2c0dc0b5b3b5a2a72fb1bff140d1f583f3</id>
<content type='text'>
in preparation for provides support. implements also some
dependency satisfaction helper routines.

ref #574.
</content>
</entry>
<entry>
<title>fetch: reimplement -R after solver changes</title>
<updated>2011-09-16T11:09:41Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-09-16T11:09:41Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=bcd0d45a49c89fd809f0a028012196f5a9527c99'/>
<id>urn:sha1:bcd0d45a49c89fd809f0a028012196f5a9527c99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: update copyright year statement</title>
<updated>2011-09-13T08:53:01Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-09-13T08:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=1817b0a3c3ebd57e5332a80c15c70c46ec3eb8c0'/>
<id>urn:sha1:1817b0a3c3ebd57e5332a80c15c70c46ec3eb8c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>applets: start using solver code</title>
<updated>2011-09-09T13:32:31Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-09-09T13:31:11Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=a5a7021658212748e9f787ce23181d3e099aba73'/>
<id>urn:sha1:a5a7021658212748e9f787ce23181d3e099aba73</id>
<content type='text'>
still todo:
  - 'fix' is missing
  - 'del -R' does not work
  - 'upgrade' does not do self-upgrade first

... and a lot of testing.
</content>
</entry>
<entry>
<title>fetch: fix fetching of packages with arch</title>
<updated>2011-04-07T11:14:27Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-04-07T11:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=91c4cc6c188bc20eddcd40e9b9b30f20dc2f36cf'/>
<id>urn:sha1:91c4cc6c188bc20eddcd40e9b9b30f20dc2f36cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>apk-tools-2.1.0_pre1</title>
<updated>2011-03-29T11:51:57Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-03-29T11:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=9eeb95470b49529998d0518e3a89638400dca858'/>
<id>urn:sha1:9eeb95470b49529998d0518e3a89638400dca858</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fetch: fix package version print</title>
<updated>2011-03-29T10:09:45Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-03-29T10:09:45Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=e783f20eff95a22452856eb3e33720d2d8c23a09'/>
<id>urn:sha1:e783f20eff95a22452856eb3e33720d2d8c23a09</id>
<content type='text'>
broke after making the version field an atom because the printf
was not updated accordingly.
</content>
</entry>
<entry>
<title>various: fix breakage from converting dependency versions to atoms</title>
<updated>2011-01-01T10:11:49Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-01-01T10:11:49Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=b01d144c6922384921f808b190430ad7aa114010'/>
<id>urn:sha1:b01d144c6922384921f808b190430ad7aa114010</id>
<content type='text'>
The version now needs to be initialized atom always, since it's
dereferenced in various places.
</content>
</entry>
<entry>
<title>various: use O_CLOEXEC and add some error checking</title>
<updated>2010-06-11T10:42:21Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2010-06-11T10:42:21Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=43cb554c3fd94ba394b708265c5fa2225a37a9eb'/>
<id>urn:sha1:43cb554c3fd94ba394b708265c5fa2225a37a9eb</id>
<content type='text'>
</content>
</entry>
</feed>
