index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-04-03
Release share v0.36.0 (2022-04-03)
v0.36.0
Shulhan
2022-03-31
lib/http: rewrite ServerOptions FSHandler to handle request in general
Shulhan
2022-03-30
lib/http: implement handler to authorized request to Server Memfs
Shulhan
2022-03-27
lib/memfs: add method to stop the Watch
Shulhan
2022-03-27
lib/memfs: update the file mode and/or content on DirWatcher
Shulhan
2022-03-27
lib/memfs: differentiate prefix on MemFS's Update and Node's Update
Shulhan
2022-03-27
lib/memfs: check for possible nil on Get
Shulhan
2022-03-27
lib/http: use package mlog for logging
Shulhan
2022-03-21
email/dkim: remove amazonses.com domain from test cases
Shulhan
2022-03-21
lib/xmlrpc: add method to get boolean field value on Value
Shulhan
2022-03-21
lib/xmlrpc: use %v to convert non-string type on GetFieldAsString
Shulhan
2022-03-07
lib/memfs: add method Watch to MemFS
Shulhan
2022-03-06
lib/memfs: move the test for NewWatcher and DirWatcher as example
Shulhan
2022-03-06
lib/memfs: changes the DirWatcher and Watcher to use channel
Shulhan
2022-03-06
all: move the DirWatcher and Watcher types from io to memfs
Shulhan
2022-03-04
all: add section links to the CHANGELOG document
Shulhan
2022-03-04
Release share v0.35.0 (2022.03.04)
v0.35.0
Shulhan
2022-03-03
lib/dns: increase the default UDP packet size to 1232
Shulhan
2022-03-03
lib/memfs: export the Remount method
Shulhan
2022-03-03
lib/memfs: revert remount on GoEmbed
Shulhan
2022-03-01
lib/memfs: make the GoEmbed re-mount the Root before generate Go file
Shulhan
2022-02-28
lib/memfs: embed the field CommentHeader on generated Go file
Shulhan
2022-02-28
cmd/sendemail: command line interface to send an email
Shulhan
2022-02-28
lib/email: set the Date and Message-ID on Message Pack
Shulhan
2022-02-27
lib/email: reorder the MIME header to write the mime-version first
Shulhan
2022-02-27
lib/email: make Message Pack works with single text or HTML part
Shulhan
2022-02-27
lib/email: make the NewMultipart test working by mocking Epoch
Shulhan
2022-02-27
lib/email: add methods to modify Message
Shulhan
2022-02-25
lib/email: store the unpacked content type into MIME
Shulhan
2022-02-25
lib/email: change the Header and Body fields on Message to non-pointer
Shulhan
2022-02-24
lib/email: realign all structs
Shulhan
2022-02-24
lib/email: set the header Date field on NewMultipart
Shulhan
2022-02-24
lib/io: fix DirWatcher not removing old files on rename
Shulhan
2022-02-18
lib/smtp: refactoring NewClient to use struct instead of parameters
Shulhan
2022-02-18
_doc: update documentation index and SASL
Shulhan
2022-02-18
lib/smtp: add status codes from RFC 4954
Shulhan
2022-02-18
lib/smtp: rename Mechanism to SaslMechanism
Shulhan
2022-02-18
lib/smtp: realign all structs
Shulhan
2022-02-18
lib/smtp: provide an example of how to create MailTx from email package
Shulhan
2022-02-17
lib/smtp: rename mail.go to mail_tx.go
Shulhan
2022-02-17
lib/mlog: make the Outf method always add new line at the end
Shulhan
2022-02-17
lib/mlog: change default mlog instance to non-pointer
Shulhan
2022-02-17
lib/mlog: realign the struct MultiLogger
Shulhan
2022-02-14
lib/memfs: add option CommentHeader to EmbedOptions
Shulhan
2022-02-08
go.mod: update all dependencies
Shulhan
2022-02-08
lib/dns: check for possible index out of range when unpacking RR
Shulhan
2022-02-06
lib/ini: realign all structs
Shulhan
2022-02-06
lib/ini: make the Marshal on map field sorted by keys
Shulhan
2022-02-06
cmd/xtrk: command line interface to uncompress and/or unarchive file
Shulhan
2022-02-05
all: reformat CHANGELOG to make the generated HTML readable
Shulhan
[next]