summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-02-25lib/email: add an example for Filter method on HeaderShulhan
2023-02-25cmd: temporarily hide unused commandsShulhan
2023-02-25AUR: add go-test-coverhtml.sh and go-bench.sh into packageShulhan
2023-02-25lib/time: changes the Scheduler nextSeconds to time.DurationShulhan
2023-02-25lib/time: add unit tests for the rest of SchedulerShulhan
2023-02-25lib/time: group each schedule by section on NewSchedulerShulhan
2023-02-25lib/time: fix After and Before logicShulhan
2023-02-25all: move the AUR packaging files into directory _AURShulhan
2023-02-25lib/time: split the Scheduler parser to simplify testingShulhan