index
:
chicken-xml-rpc
master
xml-rpc egg for Chicken 5.x
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-04-17
Add release 3.0.1.
HEAD
3.0.1
master
Christopher Brannon
2021-04-17
Fix build dependencies
Mario Domenech Goulart
2021-04-17
Remove srfi-4 from list of dependencies
Mario Domenech Goulart
2021-04-06
Add .release-info file.
Christopher Brannon
2021-04-06
Be a little more aggressive about specifying dependencies.
Christopher Brannon
2021-04-05
Add a basic README.md.
Christopher Brannon
2021-04-05
Add error tests for a couple more things that can't be marshaled.
3.0
Christopher Brannon
2021-04-05
Port to Chicken 5.
Christopher Brannon
2016-02-14
Tag xml-rpc 2.1
sjamaan
2016-02-14
xml-rpc: Fix nasty alist-ref hack that depended on comparison procedure argum...
sjamaan
2012-03-01
xml-rpc: Fix tests so they don't try to compare hash-tables immediately and u...
sjamaan
2012-02-28
xml-rpc: Fix test not to make assumptions about hash table ordering
sjamaan
2011-06-14
xml-rpc: Stupid mistake: they're items 6 and 7, not 7 and 8
sjamaan
2011-06-14
xml-rpc: Add a workaround to the tests so they ignore the day-of-week and day...
sjamaan
2011-06-02
Get rid of all release-info files. They are not neccessary in call-cc.org's s...
sjamaan
2011-03-26
Add (currently unused) 'repo' form to all release-info files
sjamaan
2011-03-25
update (almost) all eggs' meta files to include a complete (files ...) entry ...
syn
2011-03-20
Bulk add release-info files for all eggs (damn, I sure hope this doesn't cont...
sjamaan
2010-10-24
xml-rpc: Check for test failure
sjamaan
2009-07-25
Tag xml-rpc version 2.0, it is finished now (haha, does anyone believe that?)
sjamaan
2009-07-25
Always close ports, also when an exception occurred
sjamaan
2009-07-25
Fix connection handling (simply close connection always)
sjamaan
2009-07-25
Implement a simple xml-rpc procedure
sjamaan
2009-07-25
Implement request/response handler
sjamaan
2009-07-15
Include the content-type: text/xml header in requests, for picky servers
sjamaan
2009-07-15
Import basic server code - no real infrastructure for handling POSTS yet. The...
sjamaan
2009-07-15
Fix tests and separate out the construction of a method call
sjamaan
2009-07-14
Implement new, properly tested, version of xml-rpc based on http-client and s...
sjamaan