summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-02Release share v0.46.0 (2023-05-02)v0.46.0Shulhan
2023-05-02lib/time: calculate the next event on Scheduler runShulhan
2023-04-13lib/reflect: change the package name in Example to have _test suffixShulhan
2023-04-13lib/reflect: use doEqual inside IsEqualShulhan
2023-04-13lib/reflect: add option to skip processing struct field in Do/IsEqualShulhan
2023-04-13lib/reflect: remove the third return value from MarshalShulhan
2023-04-13lib/bytes: fix linter warnings from reviveShulhan
2023-04-13lib/bytes: move unit Test for Read and SkipLine to ExampleShulhan
2023-04-13lib/bytes: change the package name in Example to have _test suffixShulhan
2023-04-13lib/ascii: change the package name in Example to have _test suffixShulhan
2023-04-09lib/io: mark the package as deprecatedShulhan
2023-04-09lib/os: copy lib/io#ConfirmYesNo to lib/osShulhan
2023-04-09lib/net: refactoring resolv.conf parser using lib/bytes#ParserShulhan
2023-04-09lib/time: replace lib/io#Reader with lib/bytes#ParserShulhan
2023-04-09lib/smtp: replace lib/io#Reader with lib/bytes#ParserShulhan
2023-04-09lib/bytes: add method ReadLine to ParserShulhan
2023-04-09lib/dns: refactoring zoneParser using lib/bytes#ParserShulhan
2023-04-09lib/bytes: return the number of skipped chars on Skip(Horizontal)SpacesShulhan
2023-04-09lib/dns: refactoring ParseHostsFile using lib/bytes#ParserShulhan
2023-04-09lib/http: refactoring ParseResponseHeader using lib/bytes#ParserShulhan
2023-04-09lib/bytes: add method Remaining to ParserShulhan
2023-04-08lib/io: refactoring ParseContentType using lib/bytes#ParserShulhan
2023-04-08lib/email: refactoring ParseBodyPart using libbytes.ParserShulhan
2023-04-08lib/email: refactoring ParseMailboxes using lib/bytes#ParserShulhan
2023-04-08lib/email: replace lib/io#Reader with lib/bytes#ParserShulhan
2023-04-08email/dkim: replace lib/io#Reader with lib/bytes#ParserShulhan
2023-04-08lib/bytes: add various methods to ParserShulhan
2023-04-08lib/hunspell: replace lib/io with lib/osShulhan
2023-04-08lib/os: add comment to error ErrExtractInputExtShulhan
2023-04-08lib/os: merge some functions from lib/ioShulhan
2023-04-05lib/hunspell: replace lib/parser with lib/stringsShulhan
2023-04-05lib/http: replace lib/parser with lib/stringsShulhan
2023-04-05lib/strings: fix warnings from linter reviveShulhan
2023-04-05lib/strings: merge lib/parser hereShulhan
2023-04-05lib/bytes: implement function ParseHexDumpShulhan
2023-04-05lib/bytes: implement tokenize ParserShulhan
2023-04-05lib/bytes: add function TrimNullShulhan
2023-04-04lib/websocket: fix test on RootRouteAddShulhan
2023-04-04lib/bytes: changes the DumpPrettyTable output formatShulhan
2023-04-03lib/bytes: copy TokenFind to internal/bytes#TokenFindShulhan
2023-04-02lib/net: add method WriteTo to ResolvConfShulhan
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