<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-git-server, branch 0.4.0</title>
<subtitle>a simple golang http git server</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/'/>
<entry>
<title>chore: bump deployment</title>
<updated>2025-04-07T04:10:49+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-04-07T04:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=c0c27bf65225b68d5d474d090ace2f87339c282a'/>
<id>c0c27bf65225b68d5d474d090ace2f87339c282a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: set GIT_HTTP_MAX_REQUEST_BUFFER size</title>
<updated>2025-04-07T04:06:23+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-04-07T04:06:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=4aad12ef514b43453946428f0cb937a8e0429496'/>
<id>4aad12ef514b43453946428f0cb937a8e0429496</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: bump docker version</title>
<updated>2025-03-30T00:29:38+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-03-30T00:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=77624e0a041f826c7dd1a18b6637f0574aabce2e'/>
<id>77624e0a041f826c7dd1a18b6637f0574aabce2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: update readme</title>
<updated>2025-03-30T00:02:49+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-03-30T00:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=0565e5385abcf1b9cbbdf665007ddd8bbb5a8960'/>
<id>0565e5385abcf1b9cbbdf665007ddd8bbb5a8960</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: upgrade token security, upgrade go, packages, fix linting issues</title>
<updated>2025-03-29T23:31:35+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-03-29T23:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=6d4cd2c3353c6d94a3d29f675388e647788a83c3'/>
<id>6d4cd2c3353c6d94a3d29f675388e647788a83c3</id>
<content type='text'>
Token generation changes:
1. Increasing to 32 bytes (256 bits) of entropy
2. Using crypto/rand.Read directly instead of loop
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Token generation changes:
1. Increasing to 32 bytes (256 bits) of entropy
2. Using crypto/rand.Read directly instead of loop
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add tests for authz model</title>
<updated>2025-03-29T23:28:48+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-03-29T23:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=657ec55ac99aa06514710e9d72329f1d80c59118'/>
<id>657ec55ac99aa06514710e9d72329f1d80c59118</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: rm to exit 0 if builddir doesn't exist</title>
<updated>2025-03-29T23:27:56+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-03-29T23:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=7b02ced2ffbef920d46a2dd86b9f0a6b2e6d0eb2'/>
<id>7b02ced2ffbef920d46a2dd86b9f0a6b2e6d0eb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: slog error handling</title>
<updated>2025-03-29T06:56:36+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-03-29T06:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=07c5566bb837e91ebe9530add9002e39e808eca5'/>
<id>07c5566bb837e91ebe9530add9002e39e808eca5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add favicon and avatar</title>
<updated>2025-02-14T06:36:02+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-02-14T06:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=29c0247491e4175af3a1bc43a852a0f753d99d50'/>
<id>29c0247491e4175af3a1bc43a852a0f753d99d50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: bump image version</title>
<updated>2025-02-14T05:59:11+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2025-02-14T05:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=f76124a96df2cf861b699e8676f9c1b47e94e7d9'/>
<id>f76124a96df2cf861b699e8676f9c1b47e94e7d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
