aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-12README: simplify the license sectionHEADmaindevShulhan
2025-12-29Release haminer v0.3.0 (2025-12-29)v0.3.0Shulhan
2025-12-29all: add missing SPDX license to all filesShulhan
2025-12-29make: replace external linter with gocheckShulhan
2025-06-30_AUR: fix installation of binary in package functionShulhan
2025-06-30_doc: merge index.md into README.mdShulhan
2025-01-08all: replace golangci-lint with go vetShulhan
2025-01-08go.mod: update all dependenciesShulhan
2024-09-08go.mod: update all dependenciesShulhan
2024-04-01all: do not log ServerName with invalid connection '<NOSRV>'Shulhan
2024-03-19[wip] _wui: implement web user interfaceShulhan
2024-03-18all: auto migrate the database when using postgresql forwarderShulhan
2024-03-18all: implement forwarder for PostgresqlShulhan
2024-03-18all: rename some fields in HTTPLog for readabilityShulhan
2024-03-18all: add unit test for ParseUDPPacketShulhan
2024-03-18all: rename the forwarder files by using prefix "forwarder_"Shulhan
2024-03-18all: create new dummy backend to test backend in HAProxyShulhan
2024-03-18_ops/haminer-test: setup container for development using mkosiShulhan
2024-03-17all: reformat the README to markdownShulhan
2024-03-17Makefile: run tests with coverageShulhan
2024-03-16all: comply with all linters recommendationsShulhan
2024-03-16all: realign struct HttpLog and questdbClientShulhan
2024-03-16all: add linter fieldalignment and shadowShulhan
2024-03-16all: replace module "share" with "pakakeh.go"Shulhan
2023-03-05all: update dependenciesShulhan
2022-09-06_doc: add some introduction in the README and indexShulhan
2022-09-06go.mod: update all dependenciesShulhan
2022-09-06all: add task to preview the documentationShulhan
2022-09-06all: add symlink for READMEShulhan
2022-08-25all: group all documents into directory _docShulhan
2022-08-20Release haminer v0.2.0 (2022-08-20)v0.2.0Shulhan
2022-08-19all: restructure the READMEShulhan
2022-08-19_AUR: add package build for Arch LinuxShulhan
2022-08-19all: relicensing the haminer to GPL v3Shulhan
2022-08-18all: update READMEShulhan
2022-08-17all: implement forwarder for questdbShulhan
2022-08-17all: make the forwarders configuration fields to be genericShulhan
2022-08-17all: add task to run test on makeShulhan
2022-08-17all: rename struct InfluxdConfig to ConfigForwarderShulhan
2022-08-17all: move handling signal to main programShulhan
2022-08-17all: rename struct type Halog to HttpLogShulhan
2022-08-17all: move repository to git.sr.ht/~shulhan/haminerShulhan
2022-08-17all: remove unused constantsShulhan
2022-08-17all: rename influxdb.go to influxd_client.goShulhan
2022-08-17all: restructure the log that we send to influxdbShulhan
2022-08-16all: use fixed []byte for consuming UDP packetShulhan
2022-08-16all: remove code that sending heartbeatShulhan
2022-08-15all: add support for influxd API v2Shulhan
2022-08-14all: update the go.modShulhan
2022-08-14all: disable option to enable all lintersShulhan