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
Age
Commit message (
Expand
)
Author
10 days
all: apply go fix
Shulhan
2026-01-03
all: use SPDX license header format
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2024-09-04
all: fix various linter warnings
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 #3
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-14
all: fix variable shadowing as reported by shadow tool
Shulhan
2023-09-11
lib/xmlrpc: add missing comment to exported type and methods
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
2023-02-25
all: access embedded field or methods using the type name
Shulhan
2022-07-25
lib/xmlrpc: rewrite the test using test.Data
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
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-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-09-22
lib/xmlrpc: convert the value using Sprintf on GetFieldAsString
Shulhan
2021-08-17
lib/xmlrpc: fix missing port on NewClient
Shulhan
2021-06-05
xmlrpc: check for returned ok arguments on interface conversion
Shulhan
2021-05-25
xmlrpc: convert the uint8 and uint16 as type Integer, and Uint as Double
Shulhan
2021-05-25
xmlrpc: change the Response to embed the errors.E
Shulhan
2021-05-19
xmlrpc: marshal the struct value ordered by names
Shulhan
2021-05-19
xmlrpc: set client response IsFault when StatusCode >= 400
Shulhan
2021-05-19
xmlrpc: add method to marshal Response
Shulhan
2021-05-19
xmlrpc: write the XML header when marshaling request not on client
Shulhan
2021-05-19
xmlrpc: replace Value field for struct with map of string and value
Shulhan
2021-05-19
xmlrpc: refactoring the parser for decoding XML-RPC request
Shulhan
2021-03-21
xmlrpc: add debug statements to print request and response
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-06-10
all: update email address
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-03-26
all: fix and suppress linter warnings
Shulhan
2020-01-23
xmlrpc: check for empty port number on NewClient
Shulhan
2020-01-20
xmlprc: package for working with XML-RPC
Shulhan