aboutsummaryrefslogtreecommitdiff
path: root/lib/xmlrpc
AgeCommit message (Expand)Author
10 daysall: apply go fixShulhan
2026-01-03all: use SPDX license header formatShulhan
2025-01-23all: use for-range with numericShulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
2024-09-04all: fix various linter warningsShulhan
2024-03-15lib/http: refactoring Client methods to return struct ClientResponseShulhan
2024-03-09lib/http: refactoring NewServer and NewClientShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-09-14all: fix variable shadowing as reported by shadow toolShulhan
2023-09-11lib/xmlrpc: add missing comment to exported type and methodsShulhan
2023-09-11lib/xmlrpc: realign struct for better size allocationShulhan
2023-05-20all: remove any usage of debug.Value in all packagesShulhan
2023-02-25all: access embedded field or methods using the type nameShulhan
2022-07-25lib/xmlrpc: rewrite the test using test.DataShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-03-21lib/xmlrpc: add method to get boolean field value on ValueShulhan
2022-03-21lib/xmlrpc: use %v to convert non-string type on GetFieldAsStringShulhan
2022-01-09lib/http: refactoring NewClient to accept single structShulhan
2021-10-05lib/xmlrpc: rewrite the Client connection using lib/httpShulhan
2021-09-22lib/xmlrpc: convert the value using Sprintf on GetFieldAsStringShulhan
2021-08-17lib/xmlrpc: fix missing port on NewClientShulhan
2021-06-05xmlrpc: check for returned ok arguments on interface conversionShulhan
2021-05-25xmlrpc: convert the uint8 and uint16 as type Integer, and Uint as DoubleShulhan
2021-05-25xmlrpc: change the Response to embed the errors.EShulhan
2021-05-19xmlrpc: marshal the struct value ordered by namesShulhan
2021-05-19xmlrpc: set client response IsFault when StatusCode >= 400Shulhan
2021-05-19xmlrpc: add method to marshal ResponseShulhan
2021-05-19xmlrpc: write the XML header when marshaling request not on clientShulhan
2021-05-19xmlrpc: replace Value field for struct with map of string and valueShulhan
2021-05-19xmlrpc: refactoring the parser for decoding XML-RPC requestShulhan
2021-03-21xmlrpc: add debug statements to print request and responseShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-06-10all: update email addressShulhan
2020-06-06all: use default linter optionsShulhan
2020-03-26all: fix and suppress linter warningsShulhan
2020-01-23xmlrpc: check for empty port number on NewClientShulhan
2020-01-20xmlprc: package for working with XML-RPCShulhan