<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haminer/forwarder.go, branch main</title>
<subtitle>Library and program to parse and forward HAProxy HTTP logs.</subtitle>
<id>http://git.kilabit.info/haminer/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/haminer/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/haminer/'/>
<updated>2025-12-29T08:08:08Z</updated>
<entry>
<title>all: add missing SPDX license to all files</title>
<updated>2025-12-29T08:08:08Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-12-29T08:08:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/haminer/commit/?id=76df394598f5953a2cba14ca0f95c4d9e52e9469'/>
<id>urn:sha1:76df394598f5953a2cba14ca0f95c4d9e52e9469</id>
<content type='text'>
Convert the old ".reuse/dep5" format to REUSE.toml format using
"reuse convert-dep5" command.

For generated files, add the ".license" file.

Using "reuse annotate ..." it automatically add empty line after
"SPDX-FileCopyrightText:", and it also put "SPDX-FileCopyrightText" above
the "SPDX-License-Identifier".

Now, this project is compliant with version 3.3 of the REUSE
Specification.

</content>
</entry>
<entry>
<title>all: comply with all linters recommendations</title>
<updated>2024-03-16T11:07:08Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-03-16T11:07:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/haminer/commit/?id=f3043736f137e3bd37543af22dbca566db2bee81'/>
<id>urn:sha1:f3043736f137e3bd37543af22dbca566db2bee81</id>
<content type='text'>
Some of breaking changes,

* Field [Config.HttpUrl] renamed to [Config.HTTPURL]
* Field [ConfigForwarder.Url] renamed to [ConfigForwarder.URL]
* Struct [HttpLog] renamed to [HTTPLog]
</content>
</entry>
<entry>
<title>all: relicensing the haminer to GPL v3</title>
<updated>2022-08-18T17:04:13Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-18T17:04:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/haminer/commit/?id=7e7c491d186280ddaee508bd46ade6fa21058c78'/>
<id>urn:sha1:7e7c491d186280ddaee508bd46ade6fa21058c78</id>
<content type='text'>
See https://kilabit.info/journal/2022/gpl/ for more information.
</content>
</entry>
<entry>
<title>all: rename struct type Halog to HttpLog</title>
<updated>2022-08-17T06:32:00Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-17T06:32:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/haminer/commit/?id=05b4830d0fd5aaec157139d88beffa1cf0ce0615'/>
<id>urn:sha1:05b4830d0fd5aaec157139d88beffa1cf0ce0615</id>
<content type='text'>
Halog contains parsed HTTP log, so its make more readable if we rename
the type name.
</content>
</entry>
<entry>
<title>all: update the go.mod</title>
<updated>2022-08-14T07:49:23Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-13T18:02:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/haminer/commit/?id=2965b17ccc24abde2346c20ee1f9384ae6e12f20'/>
<id>urn:sha1:2965b17ccc24abde2346c20ee1f9384ae6e12f20</id>
<content type='text'>
Set the minimum Go to 1.18 and update the share modules.

When this program written, the ini library does not have the Unmarshal
function, so we load the configuration by reading each key and parse it
manually.

Now that we have Unmarshal function, the way we parse the configuration
is simplified so does the way configuration written.
This changes the accept_backend, capture_request_header written.
Instead of using comma to set multiple values, now it must be written
one key and one value on different line.
</content>
</entry>
<entry>
<title>haminer: Library and program to parse and forward HAProxy logs</title>
<updated>2018-03-31T22:01:02Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2018-03-31T22:01:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/haminer/commit/?id=3987f51dda643f770729ac39729def7d64ebb9f9'/>
<id>urn:sha1:3987f51dda643f770729ac39729def7d64ebb9f9</id>
<content type='text'>
</content>
</entry>
</feed>
