summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-07-01autobahn: print reports after testing server and clientShulhan
2023-07-01lib/websocket: handle concurrent upgrade using goroutineShulhan
2023-07-01lib/websocket: move the autobahn test to package internalShulhan
2023-06-29lib/net: set the file descriptor to non-block on ReregisterReadShulhan
2023-06-29lib/websocket: add option to set read/write timeout on ServerShulhan
2023-06-18websocket/testdata: rewrite autobahn test using containerShulhan
2023-06-18lib/websocket: revert maxBuffer back to 1024Shulhan
2023-06-18lib/websocket: call Quit when handshake contains close or invalid frameShulhan
2023-06-18lib/ascii: add unit and benchmark testsShulhan
2023-06-18AUTHORS: add Wu Tingfeng as one of authorShulhan
2023-06-18all: move internal/asciiset to asciiShulhan
2023-06-18go.mod: update all dependenciesShulhan
2023-06-06internal: add package asciisetWu Tingfeng
2023-06-04Release share v0.47.0 (2023-06-04)v0.47.0Shulhan
2023-06-04lib/websocket: increase the max buffer and queue for better throughputShulhan
2023-06-04lib/net: increase the maximum poll eventsShulhan
2023-06-04all: update description of some command and in READMEShulhan
2023-06-04all: record the contributors of this module in file AUTHORSShulhan