summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-04Release share v0.41.0 (2022-09-04)v0.41.0Shulhan
2022-09-04all: update dependenciesShulhan
2022-09-01lib/memfs: fix SIGSEGV when node is deleted when being watchedShulhan
2022-08-31lib/memfs: remove unused parameter in isWatched and isIncludedShulhan
2022-08-31lib/memfs: simplify checking for symlinkShulhan
2022-08-29lib/http: increase time sleep waiting for server on example endpointShulhan
2022-08-29text/diff: rewrite the test using test.DataShulhan
2022-08-28lib/text: add custom MarshalJSON to type Chunk and LineShulhan
2022-08-28lib/json: remove solidus (slash) being escaped/unescapedShulhan
2022-08-25_doc: cleaning up the documentationShulhan
2022-08-06lib/totp: cleaning up the codesShulhan
2022-08-05Release share v0.40.0 (2022-08-05)v0.40.0Shulhan
2022-08-05all: simplify and remove unused tasks in MakefileShulhan
2022-08-05_bin: add script to run Go benchmarkShulhan
2022-08-03lib/memfs: suppress linter warnings for sending to channel using selectShulhan
2022-08-03lib/dns: add field SOA to the ServerOptionsShulhan
2022-08-03lib/strings: update comment format on CleanWikiMarkupShulhan
2022-08-03lib/strings: clean up test codesShulhan
2022-08-03lib/http: add server options to generate index.html automaticallyShulhan
2022-08-03lib/memfs: add method to generate index.html in Node's ContentShulhan
2022-08-03lib/memfs: simplify code by using return-first and else conditionShulhan
2022-08-03lib/mlog: simplify for-select channel consumers with for-rangeShulhan
2022-07-29lib/websocket: reformat and paraphrase some commentsShulhan
2022-07-29lib/websocket: fix possible data race on client testShulhan
2022-07-27lib/dns: change the TLS listen port when testingShulhan
2022-07-27all: add PKGBUILD for shared tools in cmdShulhan
2022-07-27_bin: add script to run Go test and generate HTML coverageShulhan
2022-07-27_bin: add script go-mod-tip.shShulhan
2022-07-27all: make the share.Version in the command to be dynamicShulhan
2022-07-27make: cleaning up and simplify MakefileShulhan
2022-07-27cmd/gofmtcomment: add command "help" and "version"Shulhan
2022-07-27cmd/xtrk: add command "help" and "version"Shulhan
2022-07-27cmd/epoch: print the weekday in local and UTC timeShulhan
2022-07-27cmd/epoch: add flag to parse time from RFC3339 and RFC1123 formatShulhan
2022-07-27cmd/epoch: add command "help" and "version"Shulhan
2022-07-27cmd/ini: a CLI to get and set values in the INI file formatShulhan
2022-07-27lib/ini: fix parsing and saving multi line variablesShulhan
2022-07-26lib/ini: parse comment as part of formatShulhan
2022-07-26lib/ini: record benchmark result for Parse in separate fileShulhan
2022-07-25lib/ini: export the function to parse tagShulhan
2022-07-25lib/xmlrpc: rewrite the test using test.DataShulhan
2022-07-25lib/test: truncate the last new line at the end of input and outputShulhan
2022-07-23lib/test: sort the loaded test Data filesShulhan
2022-07-23lib/test: load test data files with suffix "_test.txt"Shulhan
2022-07-23lib/ini: convert the Get test using test.DataShulhan
2022-07-23lib/ini: support escaped double-quote and colon in tag subsectionShulhan
2022-07-22lib/ini: refactoring test to use test.DataShulhan
2022-07-22lib/ini: handle marshaling slice of time.TimeShulhan
2022-07-22lib/ini: fix marshaling pointer to nil fieldShulhan
2022-07-22lib/test: implement Data, a type to load formatted file for helping testShulhan