<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hakurei/internal/pkg/net.go, branch develop</title>
<subtitle>low-level userspace tooling for Rosa OS</subtitle>
<id>http://src.rosa.moe/hakurei/atom/internal/pkg/net.go?h=develop</id>
<link rel='self' href='http://src.rosa.moe/hakurei/atom/internal/pkg/net.go?h=develop'/>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/'/>
<updated>2026-08-29T09:58:06Z</updated>
<entry>
<title>pkg: move from internal</title>
<updated>2026-08-29T09:58:06Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-08-29T09:58:06Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=c2d900ec74e03e9c782cfe7b7ce06ff62cda6601'/>
<id>urn:sha1:c2d900ec74e03e9c782cfe7b7ce06ff62cda6601</id>
<content type='text'>
Closes #43.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/pkg: optional executable files</title>
<updated>2026-07-23T08:10:22Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-07-23T08:10:22Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=e0eec632d0a7cca2fb09e026997fa9a39dcd7504'/>
<id>urn:sha1:e0eec632d0a7cca2fb09e026997fa9a39dcd7504</id>
<content type='text'>
This enables a FileArtifact implementation to specify whether its resulting file should be executable. This change also implements shebang and ELF magic checks in the file artifact.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/pkg: rename inputs method</title>
<updated>2026-07-02T14:21:31Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-07-02T13:59:40Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=dde69dde61e57fa929596294f6b4e8f798f5598e'/>
<id>urn:sha1:dde69dde61e57fa929596294f6b4e8f798f5598e</id>
<content type='text'>
Inputs is more correct than dependencies in the current terminology.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/pkg: standardise artifact IR</title>
<updated>2026-02-04T23:24:09Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-02-04T05:41:18Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=e0c720681bbce364910df241658dc987851e579a'/>
<id>urn:sha1:e0c720681bbce364910df241658dc987851e579a</id>
<content type='text'>
This should hopefully provide good separation between the artifact curing backend implementation and the (still work in progress) language. Making the IR parseable also guarantees uniqueness of the representation.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/pkg: set User-Agent header</title>
<updated>2026-01-28T16:17:35Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-01-28T16:17:35Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=07927006a86deadf00e934a85170b9c9d34fff4c'/>
<id>urn:sha1:07927006a86deadf00e934a85170b9c9d34fff4c</id>
<content type='text'>
Avoid living under the default user agent and be at the mercy of some IDS.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/pkg: exclusive artifacts</title>
<updated>2026-01-26T16:23:50Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-01-26T16:16:21Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=eb67e5e0a8821058fed782bf9c90b45c793036a5'/>
<id>urn:sha1:eb67e5e0a8821058fed782bf9c90b45c793036a5</id>
<content type='text'>
This alleviates scheduler overhead when curing many artifacts.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/pkg: expose response body</title>
<updated>2026-01-25T07:10:34Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-01-25T07:07:07Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=861801597d800661b26ca03e503cc571537e1304'/>
<id>urn:sha1:861801597d800661b26ca03e503cc571537e1304</id>
<content type='text'>
This uses the new measured reader provided by Cache. This should make httpArtifact zero-copy.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/pkg: expose underlying reader</title>
<updated>2026-01-25T05:48:25Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-01-25T05:14:19Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=334578fddeda6c952b1c2e35829c91c9da72747e'/>
<id>urn:sha1:334578fddeda6c952b1c2e35829c91c9da72747e</id>
<content type='text'>
This will be fully implemented in httpArtifact in a future commit.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/pkg: cache computed identifiers</title>
<updated>2026-01-15T14:30:43Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-01-15T13:05:24Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=3499a82785f8cb82bfe528875391d76d5e03c3de'/>
<id>urn:sha1:3499a82785f8cb82bfe528875391d76d5e03c3de</id>
<content type='text'>
This eliminates duplicate identifier computations. The new implementation also significantly reduces allocations while computing identifier for a large dependency tree.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/pkg: append user-facing name in messages</title>
<updated>2026-01-11T18:53:19Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-01-11T18:53:19Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=91c3594dee2f1689501997d395af7019df8bebe2'/>
<id>urn:sha1:91c3594dee2f1689501997d395af7019df8bebe2</id>
<content type='text'>
This makes verbose messages much more useful.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
</feed>
