summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-01Release share v0.45.0 (2023-04-01)v0.45.0Shulhan
2023-04-01all: update list of packages in the READMEShulhan
2023-03-26lib/telemetry: fix missing return error in CloseShulhan
2023-03-26cmd/agent-example: add collector for Go metricsShulhan
2023-03-26lib/telemetry: log the error from BulkForward on goroutine collectorShulhan
2023-03-26lib/http: check and log the error when writing response in handleRangeShulhan
2023-03-26lib/http: fix empty branch when parsing rangeShulhan
2023-03-26lib/email: remove unused variables in example of Header FilterShulhan
2023-03-26lib/net: changes the PopulateQuery logicShulhan
2023-03-26lib/dns: fix packing, parsing, and saving MINFO resource dataShulhan
2023-03-26lib/dns: remove unnecessary HasSuffixShulhan
2023-03-26lib/dns: fix packing and unpacking resource record HINFOShulhan
2023-03-25lib/dns: fix all lint warnings suggested by revive and fieldalignmentShulhan
2023-03-25go.mod: set the minimum Go version to 1.19Shulhan
2023-03-25_bin: add shell script go-test-lint.sh to run test and lint sequentiallyShulhan
2023-03-25lib/dns: fix parsing SRV record from zone fileShulhan
2023-03-25lib/dns: remove duplicate unit test for parseTXTShulhan
2023-03-25lib/dns: allow parsing TXT rdata without quote in zone fileShulhan
2023-03-25lib/dns: add method to decode a charater-stringShulhan
2023-03-23lib/dns: handle zone file with CRLF line endingShulhan
2023-03-23lib/dns: add function ParseZoneShulhan
2023-03-23lib/dns: change the zoneParser Reset method to accept []byteShulhan
2023-03-22lib/dns: make sure zone origin always end with dotShulhan
2023-03-22lib/dns: add method WriteTo to ZoneShulhan
2023-03-22lib/dns: use the packet length to derive current offsetShulhan
2023-03-22lib/dns: rename zoneParser Init method to ResetShulhan
2023-03-22lib/dns: change the parameter of newZoneParserShulhan
2023-03-22lib/dns: remove unnecessary statements on test MessageShulhan
2023-03-22lib/dns: simplify unpackDomainName return value for endShulhan
2023-03-22lib/bytes: add function DumpPrettyTableShulhan
2023-03-22lib/bytes: add function SplitEachShulhan
2023-03-20lib/io: add method ReplaceAll on ReaderShulhan
2023-03-17lib/telemetry: add forwarder for questdbShulhan
2023-03-17lib/telemetry: add formatter for Influxdata Line ProtocolShulhan
2023-03-17lib/telemetry: package for collecting and forwarding metricsShulhan
2023-03-12_doc: add link to CHANGELOG 2022 in indexShulhan
2023-03-12lib/test: update the Assert comment related to latest changesShulhan
2023-03-12_doc: split the CHANGELOG in year 2022 to separate fileShulhan
2023-03-12lib/http: add function to parse multipart Range response for ClientShulhan
2023-03-12lib/http: add integration test for request HEAD for RangeShulhan
2023-03-12lib/http: reformat comment in Client GenerateHttpRequestShulhan
2023-03-12lib/http: add support for HTTP Range in ServerShulhan
2023-03-12lib/parser: add method TokenTrimSpaceShulhan
2023-03-12lib/parser: add method SetDelimitersShulhan
2023-03-02lib/test: simplify the string diff output from AssertShulhan
2023-03-02Release share v0.44.0 (2022-03-02)v0.44.0Shulhan
2023-02-28all: run go mod tidyShulhan
2023-02-28lib/clise: fix potential data race between Push and SliceShulhan
2023-02-25all: set the test timeout to 1mShulhan
2023-02-25all: access embedded field or methods using the type nameShulhan