summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-02Release share v0.49.1 (2023-09-02)v0.49.1Shulhan
2023-08-29lib/ssh: use UserKnownHostFile from configuration in NewClientInteractiveShulhan
2023-08-29go.mod: set minimum Go version to 1.20 and update all dependenciesShulhan
2023-08-08ssh/config: export the function to create new SectionShulhan
2023-08-07ssh/config: handle key UserKnownHostsFileShulhan
2023-08-07ssh/config: convert value of CASignatureAlgorithms and Hostname to lowercaseShulhan
2023-08-06lib/dns: fix leaking internal zoneShulhan
2023-08-06lib/dns: add method to populate internal caches by ZoneShulhan
2023-08-06lib/dns: changes the return key on LoadZoneDirShulhan
2023-08-06lib/dns: use Zone as single source of truth when parsingShulhan
2023-08-06lib/dns: set the Zone Path in ParseZoneFileShulhan
2023-08-06lib/dns: make sure that the zone Origin always end with periodShulhan
2023-08-06lib/dns: rename Zone field Name to OriginShulhan
2023-08-06lib/dns: add method AddAuthority to MessageShulhan
2023-08-05lib/dns: merge the ZoneRecords methods to ZoneShulhan
2023-08-05lib/dns: update the SOA Serial when record added or removed from ZoneShulhan
2023-08-05lib/dns: always initialize the Zone SOA record to default valuesShulhan
2023-08-05lib/dns: directly use the map RecordClasses and RecordTypesShulhan
2023-08-04Release share v0.49.0 (2023-08-04)v0.49.0Shulhan
2023-07-26lib/ssh: refactoring NewClientFromConfig, renamed to NewClientInteractiveShulhan
2023-07-26lib/ssh: add function LoadPrivateKeyInteractiveShulhan
2023-07-26lib/smtp: format the passed data in NewMailTxShulhan
2023-07-26lib/os: add function EnvironmentsShulhan
2023-07-26ssh/config: refactoring, simplify the Section fieldsShulhan
2023-07-24ssh/config: make Config Get return Section with patternShulhan
2023-07-24ssh/config: store the section nameShulhan
2023-07-24ssh/config: store the workDir and homeDir in ConfigShulhan
2023-07-24ssh/config: add Field to SectionShulhan
2023-07-23ssh/config: move setting the Section field into methodShulhan
2023-07-23ssh/config: reorder struct fields for better alignmentShulhan
2023-07-23lib/memfs: check for refresh URL outside of Root SysPathShulhan
2023-07-23lib/os: check for extract path in untar and unzipShulhan
2023-07-21lib/smtp: set minimum Server TLS to v1.2Shulhan
2023-07-21lib/os: add missing copyright header in os_test.goShulhan
2023-07-21lib/os: add function PathFold and PathUnfoldShulhan
2023-07-21email/maildir: fix tests on darwinShulhan
2023-07-14lib/email: refactoring, replace field with type []byte to stringShulhan
2023-07-09all: update dependencies and versionShulhan
2023-07-09lib/http: fix missing query when handling redirect in HandleFSShulhan
2023-07-09lib/stmp: split checking error and non-successful response codeShulhan
2023-07-07Release share v0.48.0 (2023-07-07)v0.48.0Shulhan
2023-07-04lib/memfs: fix missing default case in selectShulhan
2023-07-03websocket/examples: enhance the server and clientShulhan
2023-07-03lib/websocket: stop goroutines when no queue received after N durationShulhan
2023-07-01lib/websocket: reformat comments and documentationShulhan
2023-07-01lib/websocket: handle concurrent ping using goroutinesShulhan
2023-07-01lib/websocket: prefix the error with function or method namesShulhan
2023-07-01lib/net: changes the WaitRead/Event model on PollShulhan
2023-07-01lib/websocket: handle concurrent Server read using goroutinesShulhan
2023-07-01lib/net: implement generic PollEventShulhan