<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-git-server/internal, 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>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>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: 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>fix: handle basepath correctly</title>
<updated>2024-08-31T06:06:18+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2024-08-31T06:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=09e8ea66b75e8ac6e90942ab37814e9e1633afac'/>
<id>09e8ea66b75e8ac6e90942ab37814e9e1633afac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add env var for log level, fix bug, cleanup push target</title>
<updated>2024-08-25T00:09:03+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2024-08-25T00:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=71ba0cd9b988813da1b5c7101f8bf5918df0f795'/>
<id>71ba0cd9b988813da1b5c7101f8bf5918df0f795</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: add tests for anon</title>
<updated>2024-08-23T05:01:57+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2024-08-23T05:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=36aef9af1a7ac878d8d7c1fb9c359f14d232dd3f'/>
<id>36aef9af1a7ac878d8d7c1fb9c359f14d232dd3f</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 anon access mgmt</title>
<updated>2024-08-22T05:30:42+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2024-08-22T05:30:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=100c673c3a95827698758139f887a3e744231c42'/>
<id>100c673c3a95827698758139f887a3e744231c42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: configureexport didn't have public logic X__x</title>
<updated>2024-08-16T13:41:32+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2024-08-16T13:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=9fae69942a2b99e032b551f898785e0c380f6d7e'/>
<id>9fae69942a2b99e032b551f898785e0c380f6d7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add debugging</title>
<updated>2024-07-13T05:28:55+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2024-07-13T05:28:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/go-git-server/commit/?id=43eeaf9bd72eb72e0e9ade73c6041f1fd0a87469'/>
<id>43eeaf9bd72eb72e0e9ade73c6041f1fd0a87469</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
