index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
xmlrpc
/
client.go
Age
Commit message (
Expand
)
Author
2026-01-03
all: use SPDX license header format
Shulhan
2024-03-15
lib/http: refactoring Client methods to return struct ClientResponse
Shulhan
2024-03-09
lib/http: refactoring NewServer and NewClient
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-11
lib/xmlrpc: realign struct for better size allocation
Shulhan
2023-05-20
all: remove any usage of debug.Value in all packages
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-01-09
lib/http: refactoring NewClient to accept single struct
Shulhan
2021-10-05
lib/xmlrpc: rewrite the Client connection using lib/http
Shulhan
2021-08-17
lib/xmlrpc: fix missing port on NewClient
Shulhan
2021-05-25
xmlrpc: change the Response to embed the errors.E
Shulhan
2021-05-19
xmlrpc: set client response IsFault when StatusCode >= 400
Shulhan
2021-05-19
xmlrpc: write the XML header when marshaling request not on client
Shulhan
2021-03-21
xmlrpc: add debug statements to print request and response
Shulhan
2020-06-10
all: update email address
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-01-23
xmlrpc: check for empty port number on NewClient
Shulhan
2020-01-20
xmlprc: package for working with XML-RPC
Shulhan