summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-05Release share v0.16.0 (2020-06-05)v0.16.0Shulhan
2020-06-04bytes: add function MergeSpacesShulhan
2020-06-04os/exec: new package to simplify the standard "os/exec"Shulhan
2020-06-04dns: refactoring loading hosts and master filesShulhan
2020-06-01dns: do not load hidden hosts and master fileShulhan
2020-05-29telegram/bot: fix request parameter on GetMyCommandsShulhan
2020-05-28telegram/bot: delete webhook upon setting new webhookShulhan
2020-05-16http: handle CORS on method GET, HEAD, and POSTShulhan
2020-05-16all: fix and suppress linter warningsShulhan
2020-05-16ssh: remove unused error return valuesShulhan
2020-05-16ssh: fix the wrong plural variable name in criteriaShulhan
2020-05-16ini: make the add method append the variable after existing same keyShulhan
2020-05-16ini: add method UnsetAllShulhan
2020-05-16ini: fix inconsistencies between empty string and boolean trueShulhan
2020-05-16ini: add method to Unmarshal ini values to structShulhan
2020-05-15http: add parameter "insecure" when creating new clientShulhan
2020-05-15email: add methods to unmarshal/marshal Mailbox from/to JSONShulhan
2020-05-14Makefile: disable "testpackage" linterShulhan
2020-05-14email: add function to parse single mailboxShulhan
2020-05-14email: rename ParseAddress to ParseMailboxesShulhan
2020-05-14email: rename "address" to "mailbox"Shulhan
2020-05-14email: add function to create multipart text and HTML messageShulhan
2020-05-13http: support CORS with white list of origin and headersShulhan
2020-05-12big: add method wrapper for AbsShulhan
2020-05-12http: prefix the header constants with "Header"Shulhan
2020-05-11websocket: allow "https" scheme on Client's EndpointShulhan
2020-05-09dns: check for possible nil on DoH serverShulhan
2020-05-09dns: don't call Stop when there is an error on ListenAndServeShulhan
2020-05-09dns: use errors.Is to check for EOFShulhan
2020-05-08all: rename directory "doc" to "_doc"Shulhan
2020-05-08dns: disable serving DoH and DoT if port is not set (0)Shulhan
2020-05-07time: fix test with latest GoShulhan
2020-05-07memfs: make the Node Readdir works when calling from generated Go codeShulhan
2020-05-07memfs: sort the file by name when scanning directoryShulhan
2020-05-07memfs: check error when calling Sync on GoGenerateShulhan
2020-05-07memfs: simplify the API, add directory parameter to NewShulhan
2020-05-06memfs: replace the contents values from list of byte to stringShulhan
2020-05-06memfs: move the template name as constantsShulhan
2020-05-06sql: add method to migrate database schemaShulhan
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