summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-03-26all: fix and suppress linter warningsShulhan
2020-03-25hunspell: fix the test cases due to previous changesShulhan
2020-03-25hunspell: add Analyze() method to Spell and StemShulhan
2020-03-25hunspell: add Stem() method to Spell and StemShulhan
2020-03-25hunspell: add field Parent to StemShulhan
2020-03-25hunspell: remove derivatives field from dictionaryShulhan
2020-03-25hunspell: fix AM aliases with two or more morphemesShulhan
2020-03-25hunspell: add type Morphemes to represent map of morpheme key-valueShulhan
2020-03-25hunspell/tests: add type to parse ".morph" test fileShulhan
2020-03-25hunspell: update comment on affixRuleShulhan
2020-03-25hunspell: change the stem.apply parameter from string to *StemShulhan
2020-03-25hunspell: return the stem instead of root word on Spell() methodShulhan
2020-03-24http: fix the content-length header not set if file is not cachedShulhan
2020-03-24hunspell: check for possible alias on the morphemeShulhan
2020-03-24parser: simplify zeroing delimiter on TokenShulhan
2020-03-24debug: add a wrapper for starting and stopping CPU profileShulhan
2020-03-23go.mod: update dependenciesShulhan
2020-03-23big: fix Rat conversion to int64Shulhan
2020-03-22hunspell: remove unused load() method on SpellShulhan
2020-03-20dkim: convert the expired time to UTC on errorShulhan
2020-03-20dkim: skip test that use external DNSShulhan
2020-03-20reflect: add function IsEqual that works with Equaler interfaceShulhan
2020-03-20test: check if exp implement reflect.EqualerShulhan
2020-03-20reflect: new package that extends the standard reflectShulhan
2020-03-20big: new package that extends the capabilities of "math/big"Shulhan
2020-03-12websocket: explain the error behaviour on ClientHandlerShulhan
2020-03-12mining/math: move the package from "lib/mining/" to "lib/" directoryShulhan
2020-03-11Release share v0.13.0v0.13.0Shulhan
2020-03-02doc: create symlink to README as index of docShulhan
2020-03-02CHANGELOG: update and create symlinks inside docShulhan
2020-03-02hunspell: add function to merge dictionaries filesShulhan
2020-03-02io: add function to copy fileShulhan
2020-03-01hunspell: split the affix options and dictionary into different typesShulhan
2020-03-01lib/hunspell: implementation of hunspell in pure GoShulhan
2020-03-01lib/parser: a general parser libraryShulhan
2020-03-01dns: simplify the hasFallback without if conditionShulhan
2020-03-01dns: use net.Addr for primary and fallback UDP/tCP addressesShulhan
2020-03-01dns: change the mark of input/output in log outputShulhan