summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-06-04all: remove the copyright holder in the LICENSE fileShulhan
2023-06-04lib/email: set the Field Type and unpack its value on ParseFieldShulhan
2023-06-04all: git ignore the _bin/bcrypt binaryShulhan
2023-06-04lib/email: handle obsolete white spaces and comment when unpacking dateShulhan
2023-06-04lib/email: add benchmark for IsValidLocalShulhan
2023-06-04lib/email: remove spaces when parsing domain in parseMailboxShulhan
2023-06-04lib/bytes: use %q to print characters in example codeShulhan
2023-06-04lib/bytes: add function RemoveSpacesShulhan
2023-06-03lib/email: refactoring Field parsingShulhan
2023-06-01lib/email: unexport the field ContentType in the fieldShulhan
2023-05-30lib/smtp: implement Client SendEmailShulhan
2023-05-30lib/smtp: changes the field name for listener for clarityShulhan
2023-05-30lib/smtp: return pointer to the struct type instead of interfaceShulhan
2023-05-30lib/test: update documentation related to Assert and DataShulhan
2023-05-30lib/test: add another example for Assert-ing stringShulhan
2023-05-30lib/email: update the package documentationShulhan
2023-05-30_doc: remove the author attribute from RFC documentsShulhan
2023-05-30lib/email: make the ContentType match case insensitiveShulhan
2023-05-30lib/email: fix parsing multiple parameters in ContentTypeShulhan
2023-05-30lib/smtp: use WaitAlive instead of time.SleepShulhan
2023-05-30lib/net: add function WaitAliveShulhan
2023-05-27lib/net: add _test suffix to Example in testShulhan