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
path:
root
/
haminer.go
Age
Commit message (
Expand
)
Author
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
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: add unit test for ParseUDPPacket
Shulhan
2024-03-18
all: rename the forwarder files by using prefix "forwarder_"
Shulhan
2024-03-16
all: comply with all linters recommendations
Shulhan
2022-08-19
all: relicensing the haminer to GPL v3
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: move handling signal to main program
Shulhan
2022-08-17
all: rename struct type Halog to HttpLog
Shulhan
2022-08-17
all: rename influxdb.go to influxd_client.go
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
2019-01-25
haminer: send heartbeat indicator if logs is empty
v0.1.0
Shulhan
2019-01-04
haminer: change buffered mode from max size to time interval
Shulhan
2019-01-04
Add option to preprocess http_url
Shulhan
2018-10-29
Add option to parse HTTP request header
Shulhan
2018-04-01
haminer: Library and program to parse and forward HAProxy logs
Shulhan