1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added license More... over 15 years ago
Updated repository link and fixed version number More... over 15 years ago
added .gitignore More... over 15 years ago
Changed Content-type in TXMLRPC_Transport_Http from application/x-www-form-urlencoded to application/octet-stream as some XML-RPC servers can be picky about it. Newline (\r\n) is now done in a more proper way as well. More... almost 16 years ago
For some reason the linker wouldn't link iconv anymore. This worked properly under BlitzMax 1.32 but later versions don't seem to like it. More... almost 16 years ago
Now also compiles under Linux, as iconv is available by default. More... about 16 years ago
Added perl test script More... about 16 years ago
Updated documentation More... about 16 years ago
Fixed some memory bugs when an empty array was returned fromm the server More... about 16 years ago
TXMLRPC_Value_Array now doesn't try to iterate the vector when the array is empty More... about 16 years ago
Added a check to see if the TMap that's being passed to TXMLRPC_Response_Data.DebugData() is set More... about 16 years ago
Memory leak fixed. Closes gh-1 More... about 16 years ago
Extended documentation More... about 16 years ago
GUI and GUI-Server have now been pre-set to interact with eachother More... about 16 years ago
All vector types have been added to the Select in TXMLRPC_Value_Abstract.XMLRPC_To_BlizMax() More... about 16 years ago
Updated documentation More... about 16 years ago
TXMLRPC_Response_Data.IterateVector() now uses the Value ID as the TMap index when it has been set, otherwise key "0" will be used More... about 16 years ago
Cleaned up examples source code and fixed memory leaks in example1 More... about 16 years ago
Cleaned up source More... about 16 years ago
Fixed userAgent string to match module name More... about 16 years ago
Updated REAME and TODO More... about 16 years ago
Changed version of xmlrpc.mod to 1.0 More... about 16 years ago
Merge branch 'xmlrpc-server' More... about 16 years ago
Updated documentation More... about 16 years ago
Finished GUI-Server example which now handles requests and sends a response back More... about 16 years ago
TXMLRPC_Server.HandleInput() can now either return a string with the XML Message or a TXMLRPC_Response_Data object More... about 16 years ago
Started Server-GUI example More... about 16 years ago
Fixed example1.bmx More... about 16 years ago
TXMLRPC_Transport_Http no properly connects to a socket More... about 16 years ago
Deleted unneeded test.txt in examples directory More... about 16 years ago