1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated documentation of example and TXMLRPC_Server More... about 16 years ago
Documentation correction More... about 16 years ago
Can now send a request to TXMLRPC_Server and receive a TXMLRPC_Response_Data object More... about 16 years ago
Current code executes a simple server method using a callback More... about 16 years ago
Began TXMLRPC_Server type More... about 16 years ago
Wrapped XMLRPC-EPI Server functions More... about 16 years ago
Documentation updates More... about 16 years ago
Accessed wrong variables in example2 More... about 16 years ago
Typo More... about 16 years ago
Added example2 More... about 16 years ago
Renamed all TXMLRPC_Data_Type_* stuff to TXMLRPC_Value_* More... about 16 years ago
GUI example now allows you to set the vector type for the request parameters More... about 16 years ago
Documented all types, methods and functions (not the wrapped functions) and updated documentation More... about 16 years ago
GUI demo now sets proper font for BlitzMax response textarea. Textarea is read-only like the other textarea's More... about 16 years ago
Forgot to remove exception.bmx as the code is included in xmlrpc.bmx More... about 16 years ago
Fixed more unhandled memory exceptions More... about 16 years ago
TODO update More... about 16 years ago
Fixed unhandled memory exception error in TXMLRPC_Client.Call() when using XMLRPC_REQUEST_ToXML() More... about 16 years ago
TXMLRPC_Transport_Interface now expects a String, instead of a Byte Ptr More... about 16 years ago
Instead of an external c++ file I know use a c file to set output options for an XMLRPC_REQUEST More... about 16 years ago
More memory leaks fixed More... about 16 years ago
Updated xmlrpc.mod version More... about 16 years ago
Updated GUI example More... about 16 years ago
Removed unneeded line of code More... about 16 years ago
Forgot to return response object More... about 16 years ago
Fixed Unexpected Memory Exception bug More... about 16 years ago
Took care of freeing memory More... about 16 years ago
Added a GUI example to get some interactive stuff going with XML-RPC More... about 16 years ago
TXMLRPC_Client now doens't pass the data vector when it's empty More... about 16 years ago
XML Requests and Responses (text) are now stored inside TXMLRPC_CLient. TXMLRPC_Response_Data.DebugData() now returns a string instead of using DebugLog More... about 16 years ago