<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eduvpn-common/internal/log, branch main</title>
<subtitle>Fork of codeberg.org/eduVPN/eduvpn-common for &lt;b&gt;reasons&lt;/b&gt;</subtitle>
<id>https://herkulessi.de/git/eduvpn-common/atom?h=main</id>
<link rel='self' href='https://herkulessi.de/git/eduvpn-common/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/'/>
<updated>2026-02-12T11:59:03Z</updated>
<entry>
<title>All: Rename packages that sound useless or clash with std</title>
<updated>2026-02-12T11:59:03Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroen.wijenbergh@geant.org</email>
</author>
<published>2026-02-12T11:34:08Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=a30ef6b27e578a4cf0a674b24f5b52b4c1516c63'/>
<id>urn:sha1:a30ef6b27e578a4cf0a674b24f5b52b4c1516c63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All: Run modernize --test --fix</title>
<updated>2026-02-12T11:03:54Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroen.wijenbergh@geant.org</email>
</author>
<published>2026-02-12T11:03:54Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=b00ce8214479c50e137db73c77b0cc1393c5e7d4'/>
<id>urn:sha1:b00ce8214479c50e137db73c77b0cc1393c5e7d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log Rotater: Fix data race</title>
<updated>2026-02-12T10:45:13Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroen.wijenbergh@geant.org</email>
</author>
<published>2026-02-12T10:45:13Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=fd7abf186da1895e20dd2fdb2e8a1406e60081d7'/>
<id>urn:sha1:fd7abf186da1895e20dd2fdb2e8a1406e60081d7</id>
<content type='text'>
We were accessing the file using stat and trimming + replacing the file
handler possibly at the same time. Just put a mutex over everything to protect it better.

This was caught using Go's race detector
</content>
</entry>
<entry>
<title>client: add Logger interface to give programs more control</title>
<updated>2025-12-15T18:06:52Z</updated>
<author>
<name>Simon Ruderich</name>
<email>simon.ruderich@fau.de</email>
</author>
<published>2025-11-25T07:08:19Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=c9fa5eb4ab6cb575408882d2fbc85903c4066ba0'/>
<id>urn:sha1:c9fa5eb4ab6cb575408882d2fbc85903c4066ba0</id>
<content type='text'>
See https://codeberg.org/eduVPN/eduvpn-common/issues/102
</content>
</entry>
<entry>
<title>client: Log more in debug and increase rotation to 10MB</title>
<updated>2025-09-02T13:14:02Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroen.wijenbergh@geant.org</email>
</author>
<published>2025-09-02T13:14:02Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=5e05784cab953b0e24609398106dd33da7738d21'/>
<id>urn:sha1:5e05784cab953b0e24609398106dd33da7738d21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Client + Log: Implement a log rotater</title>
<updated>2025-08-25T12:40:18Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroen.wijenbergh@geant.org</email>
</author>
<published>2025-08-01T13:10:41Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=5461efc826952833fcdecca5d3daa3ee70423a31'/>
<id>urn:sha1:5461efc826952833fcdecca5d3daa3ee70423a31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All: Remove util packages</title>
<updated>2025-08-25T11:06:41Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroen.wijenbergh@geant.org</email>
</author>
<published>2025-08-25T08:59:37Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=27b95b4911da055fe9b5fb37b5fb4a33eda6b989'/>
<id>urn:sha1:27b95b4911da055fe9b5fb37b5fb4a33eda6b989</id>
<content type='text'>
Was giving linting errors and it's not a good idea anyways
</content>
</entry>
<entry>
<title>Failover + Log: Small slog fixes</title>
<updated>2025-05-06T14:40:26Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroen.wijenbergh@geant.org</email>
</author>
<published>2025-05-06T12:33:54Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=c18e5071f6d073f701dd45b31e481f2bac8ec0d8'/>
<id>urn:sha1:c18e5071f6d073f701dd45b31e481f2bac8ec0d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All: Move to log/slog</title>
<updated>2025-05-06T13:40:55Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroen.wijenbergh@geant.org</email>
</author>
<published>2025-05-06T12:33:54Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=3f0c2643b4caadd3a47201caa2c6acba2585241d'/>
<id>urn:sha1:3f0c2643b4caadd3a47201caa2c6acba2585241d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All: Run modernize --test --fix</title>
<updated>2025-05-06T10:40:47Z</updated>
<author>
<name>Jeroen Wijenbergh</name>
<email>jeroen.wijenbergh@geant.org</email>
</author>
<published>2025-05-06T10:40:47Z</published>
<link rel='alternate' type='text/html' href='https://herkulessi.de/git/eduvpn-common/commit/?id=347b20fc91505584bc9efbeca89590a411b95e79'/>
<id>urn:sha1:347b20fc91505584bc9efbeca89590a411b95e79</id>
<content type='text'>
</content>
</entry>
</feed>
