summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-04Release share 0.15.0v0.15.0Shulhan
2020-05-04doc: remove stylesheet metadataShulhan
2020-05-04README: update content with latest available packagesShulhan
2020-05-01ssh: replace lib/parser with internal parserShulhan
2020-04-29websocket: lock the connection when processing CloseShulhan
2020-04-29ssh: fix config test using not existent private keyShulhan
2020-04-29big: check for zero length slice of byte or string on toRatShulhan
2020-04-29big: return false if Rat is nil on IsGreaterThanZeroShulhan
2020-04-29websocket: add routine that send PING control frame on ConnectShulhan
2020-04-29websocket: add method to gracefully Close the client connectionShulhan
2020-04-26ssh: replace the ClientConfig with ConfigSectionShulhan
2020-04-25ssh: parse the SetEnv directive in ConfigShulhan
2020-04-25ssh: parse the SendEnv directiveShulhan
2020-04-25ssh: use algorithm names that supported by crypto/ssh packageShulhan
2020-04-25ssh: add method to Prepend the other SectionShulhan
2020-04-25ssh: do not return an error if config file is not existShulhan
2020-04-24ssh: implement SSH client configuration parser -- ssh_config(5)Shulhan
2020-04-24email: skip flaky DKIMVerify testShulhan
2020-04-24.github: use latest Go 1.13 to build and testShulhan
2020-04-23memfs: fix test based on changes on 8b030bebShulhan
2020-04-23reflect: remove checking for method IsEqual on type reflect.PtrShulhan
2020-04-23http: add parameter to set default client's headersShulhan
2020-04-23big: add more test cases for QuoRat and Int64Shulhan
2020-04-23strings: add white space to Split exampleShulhan
2020-04-22http: automatically uncompress the response body from serverShulhan
2020-04-14http: add parameter to set default client's headersShulhan
2020-04-14share: add global Version numberShulhan
2020-04-12telegram/bot: trim the bot's name when parsing commandShulhan
2020-04-11Makefile: add more phony tasksShulhan
2020-04-11telegram/bot: fix parsing command and arguments on parseCommandArgsShulhan
2020-04-11CHANGELOG: update with latest changesShulhan
2020-04-11http: update comment on Root field of ServerOptionsShulhan
2020-04-11memfs: add prefix to the error messages in exported methodsShulhan
2020-04-11api/telegram/bot: Go package for Telegram API BotShulhan
2020-04-11http: implement a simplified HTTP clientShulhan
2020-04-08big: return "0" instead of "<nil>" on Rat.String()Shulhan
2020-04-05html: add function to simplify iterating node in HTML treeShulhan
2020-04-05net/html: new package to simplify the golang.org/x/net/htmlShulhan
2020-04-03Release share v0.14.0v0.14.0Shulhan
2020-04-03big: update the test file from stashShulhan
2020-04-01big: round the float value using rounding mode ToZeroShulhan
2020-04-01http: embed the standard http package instead of separate fieldShulhan
2020-03-30http: set the lowest debug level to 2Shulhan
2020-03-30big: add more test cases for RatShulhan
2020-03-29http: simplify server Endpoint registrationsShulhan
2020-03-29strings: add function SingleSpaceShulhan
2020-03-29strings: check for other white spaces on MergeSpacesShulhan
2020-03-26big: fix the Int64() method conversionShulhan
2020-03-26hunspell: store the word as uppercaseShulhan
2020-03-26hunspell: relax the morpheme ruleShulhan