<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apk-tools/src, branch v3.0-wip</title>
<subtitle>Alpine Package Keeper, the 2.x tree
</subtitle>
<id>https://git-old.alpinelinux.org/apk-tools/atom?h=v3.0-wip</id>
<link rel='self' href='https://git-old.alpinelinux.org/apk-tools/atom?h=v3.0-wip'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/'/>
<updated>2020-02-28T21:18:52Z</updated>
<entry>
<title>adb: introduce apk-tools database format, and few applets</title>
<updated>2020-02-28T21:18:52Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2019-12-13T13:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=9530fbfa044bedf5821ff5ffffb7d4f3994f603f'/>
<id>urn:sha1:9530fbfa044bedf5821ff5ffffb7d4f3994f603f</id>
<content type='text'>
This is a flat buffers inspired format that allows fast
mmaped access to the data with low overhead, signature support
and relatively good forward support.
</content>
</entry>
<entry>
<title>db: fix unaligned memory access in csum_hash()</title>
<updated>2020-02-21T07:33:58Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2020-02-21T07:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=c054fbc11e9beca0d45285c3e1f448c81416c5ce'/>
<id>urn:sha1:c054fbc11e9beca0d45285c3e1f448c81416c5ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix murmur3 hash unaligned memory access</title>
<updated>2020-02-17T19:36:28Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2020-02-17T10:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=3694dc5fa2660e2b241d706ec1672beb0a9c24b8'/>
<id>urn:sha1:3694dc5fa2660e2b241d706ec1672beb0a9c24b8</id>
<content type='text'>
- do not do unaligned accesses on non-x86 hardware
- clean up the code a little bit
</content>
</entry>
<entry>
<title>rename all iostream source to io_*.c</title>
<updated>2020-02-14T14:53:12Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2020-02-14T11:53:29Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=6d11ec36e6b6e17978797ef8062d22175717f894'/>
<id>urn:sha1:6d11ec36e6b6e17978797ef8062d22175717f894</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename all applets sources to app_*.c</title>
<updated>2020-02-14T14:49:55Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2020-02-14T11:49:41Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=60b87557e57ca4e23126bf8c25b1cb978e380dfd'/>
<id>urn:sha1:60b87557e57ca4e23126bf8c25b1cb978e380dfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>io: add stream copy helper</title>
<updated>2020-02-14T14:45:13Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2019-12-18T10:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=72be8139303d55463e470ee608a27eb4af950aff'/>
<id>urn:sha1:72be8139303d55463e470ee608a27eb4af950aff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>defines: add typeof() as it's gcc built-in</title>
<updated>2020-02-04T08:36:05Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2020-02-04T08:33:56Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=d60477751f374a2d58dc73f64dca4ff95ea39a00'/>
<id>urn:sha1:d60477751f374a2d58dc73f64dca4ff95ea39a00</id>
<content type='text'>
Related to MR !15
</content>
</entry>
<entry>
<title>remove apk_time() as it is causing problems with shared objects</title>
<updated>2020-02-04T08:31:10Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2020-02-04T08:31:10Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=45d313c51cbae20bce0789db86ba82ff79c9b202'/>
<id>urn:sha1:45d313c51cbae20bce0789db86ba82ff79c9b202</id>
<content type='text'>
Instead, to make sure test mode produces same output, redefine
time() for the test mode binary.

Reverts parts of 0b82bcc53e60.
</content>
</entry>
<entry>
<title>Update apk to make man pages sole source of truth</title>
<updated>2020-01-26T07:03:18Z</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2020-01-16T22:31:38Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=b62d252b7b51cd4ca8030577849842b07e1913fb'/>
<id>urn:sha1:b62d252b7b51cd4ca8030577849842b07e1913fb</id>
<content type='text'>
Detailed docs have been removed from the apk binaries, in favor of
git-style short summaries of each command.
</content>
</entry>
<entry>
<title>add apk-manifest(8)</title>
<updated>2020-01-26T07:01:26Z</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2020-01-08T03:46:32Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=7c2c68df692b8a4ab5ede02bef3e9af7256581aa'/>
<id>urn:sha1:7c2c68df692b8a4ab5ede02bef3e9af7256581aa</id>
<content type='text'>
</content>
</entry>
</feed>
