index
:
haminer
dev
main
Library and program to parse and forward HAProxy HTTP logs.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-02-12
README: simplify the license section
HEAD
main
dev
Shulhan
2025-12-29
Release haminer v0.3.0 (2025-12-29)
v0.3.0
Shulhan
2025-12-29
all: add missing SPDX license to all files
Shulhan
2025-12-29
make: replace external linter with gocheck
Shulhan
2025-06-30
_AUR: fix installation of binary in package function
Shulhan
2025-06-30
_doc: merge index.md into README.md
Shulhan
2025-01-08
all: replace golangci-lint with go vet
Shulhan
2025-01-08
go.mod: update all dependencies
Shulhan
2024-09-08
go.mod: update all dependencies
Shulhan
2024-04-01
all: do not log ServerName with invalid connection '<NOSRV>'
Shulhan
2024-03-19
[wip] _wui: implement web user interface
Shulhan
2024-03-18
all: auto migrate the database when using postgresql forwarder
Shulhan
2024-03-18
all: implement forwarder for Postgresql
Shulhan
2024-03-18
all: rename some fields in HTTPLog for readability
Shulhan
2024-03-18
all: add unit test for ParseUDPPacket
Shulhan
2024-03-18
all: rename the forwarder files by using prefix "forwarder_"
Shulhan
2024-03-18
all: create new dummy backend to test backend in HAProxy
Shulhan
2024-03-18
_ops/haminer-test: setup container for development using mkosi
Shulhan
2024-03-17
all: reformat the README to markdown
Shulhan
2024-03-17
Makefile: run tests with coverage
Shulhan
2024-03-16
all: comply with all linters recommendations
Shulhan
2024-03-16
all: realign struct HttpLog and questdbClient
Shulhan
2024-03-16
all: add linter fieldalignment and shadow
Shulhan
2024-03-16
all: replace module "share" with "pakakeh.go"
Shulhan
2023-03-05
all: update dependencies
Shulhan
2022-09-06
_doc: add some introduction in the README and index
Shulhan
2022-09-06
go.mod: update all dependencies
Shulhan
2022-09-06
all: add task to preview the documentation
Shulhan
2022-09-06
all: add symlink for README
Shulhan
2022-08-25
all: group all documents into directory _doc
Shulhan
2022-08-20
Release haminer v0.2.0 (2022-08-20)
v0.2.0
Shulhan
2022-08-19
all: restructure the README
Shulhan
2022-08-19
_AUR: add package build for Arch Linux
Shulhan
2022-08-19
all: relicensing the haminer to GPL v3
Shulhan
2022-08-18
all: update README
Shulhan
2022-08-17
all: implement forwarder for questdb
Shulhan
2022-08-17
all: make the forwarders configuration fields to be generic
Shulhan
2022-08-17
all: add task to run test on make
Shulhan
2022-08-17
all: rename struct InfluxdConfig to ConfigForwarder
Shulhan
2022-08-17
all: move handling signal to main program
Shulhan
2022-08-17
all: rename struct type Halog to HttpLog
Shulhan
2022-08-17
all: move repository to git.sr.ht/~shulhan/haminer
Shulhan
2022-08-17
all: remove unused constants
Shulhan
2022-08-17
all: rename influxdb.go to influxd_client.go
Shulhan
2022-08-17
all: restructure the log that we send to influxdb
Shulhan
2022-08-16
all: use fixed []byte for consuming UDP packet
Shulhan
2022-08-16
all: remove code that sending heartbeat
Shulhan
2022-08-15
all: add support for influxd API v2
Shulhan
2022-08-14
all: update the go.mod
Shulhan
2022-08-14
all: disable option to enable all linters
Shulhan
[next]