<feed xmlns='http://www.w3.org/2005/Atom'>
<title>beaker, branch indev</title>
<subtitle>A simple C microframework
</subtitle>
<id>https://git.bwaaa.monster/beaker/atom?h=indev</id>
<link rel='self' href='https://git.bwaaa.monster/beaker/atom?h=indev'/>
<link rel='alternate' type='text/html' href='https://git.bwaaa.monster/beaker/'/>
<updated>2026-04-14T23:20:29+00:00</updated>
<entry>
<title>feat: support array index access in if statements</title>
<updated>2026-04-14T23:20:29+00:00</updated>
<author>
<name>frosty</name>
<email>gabriel@bwaaa.monster</email>
</author>
<published>2026-04-14T23:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bwaaa.monster/beaker/commit/?id=75f4147fc8340eb22e22eabab869126da7697d44'/>
<id>urn:sha1:75f4147fc8340eb22e22eabab869126da7697d44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix client socket handling on macOS</title>
<updated>2026-04-10T21:08:24+00:00</updated>
<author>
<name>Else</name>
<email>else@localhost</email>
</author>
<published>2026-04-10T11:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bwaaa.monster/beaker/commit/?id=80caa6b317fdde4f3223648da709d184438a5a08'/>
<id>urn:sha1:80caa6b317fdde4f3223648da709d184438a5a08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: resolved potential undefined behaviour</title>
<updated>2026-04-10T21:08:06+00:00</updated>
<author>
<name>frosty</name>
<email>gabriel@bwaaa.monster</email>
</author>
<published>2026-04-10T21:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bwaaa.monster/beaker/commit/?id=cdb8f500f95ed6e5b752d361b403deb8d8dc1aac'/>
<id>urn:sha1:cdb8f500f95ed6e5b752d361b403deb8d8dc1aac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: function for fetching content of locale keys</title>
<updated>2026-04-01T01:00:34+00:00</updated>
<author>
<name>frosty</name>
<email>gabriel@bwaaa.monster</email>
</author>
<published>2026-04-01T01:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bwaaa.monster/beaker/commit/?id=3f1ab2576c31da36e7fc3f69694d4d76c8243842'/>
<id>urn:sha1:3f1ab2576c31da36e7fc3f69694d4d76c8243842</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: beginning work on localisation api</title>
<updated>2026-03-31T21:31:44+00:00</updated>
<author>
<name>frosty</name>
<email>gabriel@bwaaa.monster</email>
</author>
<published>2026-03-31T21:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bwaaa.monster/beaker/commit/?id=24f602663878f211143bf892159588aa5b7294e9'/>
<id>urn:sha1:24f602663878f211143bf892159588aa5b7294e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf: replace blocking accept and mutex queue with poll + lock-free hybrid</title>
<updated>2026-03-30T21:44:53+00:00</updated>
<author>
<name>frosty</name>
<email>gabriel@bwaaa.monster</email>
</author>
<published>2026-03-30T21:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bwaaa.monster/beaker/commit/?id=7ee1b45af11535ae7e4081d5fabc8eec31715a52'/>
<id>urn:sha1:7ee1b45af11535ae7e4081d5fabc8eec31715a52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: fixed bug regarding cookies on send_redirect</title>
<updated>2026-03-30T01:58:46+00:00</updated>
<author>
<name>frosty</name>
<email>gabriel@bwaaa.monster</email>
</author>
<published>2026-03-30T01:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bwaaa.monster/beaker/commit/?id=ab4810b05b0fa5c6d7cd7b8e32afbc39c9ad98cc'/>
<id>urn:sha1:ab4810b05b0fa5c6d7cd7b8e32afbc39c9ad98cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add macOS build and install support</title>
<updated>2026-03-18T10:21:05+00:00</updated>
<author>
<name>Else</name>
<email>else@localhost</email>
</author>
<published>2026-03-18T10:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bwaaa.monster/beaker/commit/?id=38aa54bb91597bd15ecd1dca1da6194c80249039'/>
<id>urn:sha1:38aa54bb91597bd15ecd1dca1da6194c80249039</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: remove OS specific code in Makefile</title>
<updated>2026-03-18T08:22:18+00:00</updated>
<author>
<name>frosty</name>
<email>gabriel@bwaaa.monster</email>
</author>
<published>2026-03-18T08:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bwaaa.monster/beaker/commit/?id=f17698c08030b64e5106465525b73735516d567e'/>
<id>urn:sha1:f17698c08030b64e5106465525b73735516d567e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: fixed conditional behaviour when no else is set</title>
<updated>2026-03-12T21:08:15+00:00</updated>
<author>
<name>frosty</name>
<email>gabriel@bwaaa.monster</email>
</author>
<published>2026-03-12T21:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bwaaa.monster/beaker/commit/?id=232143960505b156e8388017a866a89230224105'/>
<id>urn:sha1:232143960505b156e8388017a866a89230224105</id>
<content type='text'>
</content>
</entry>
</feed>
