log src/rpcify.sml

age author description
2009-05-02 Adam Chlipala Successfully influenced effectful-ness status of FFI func
2009-04-16 Adam Chlipala Label exported symbols by effect-ness; factor out some common datatypes
2009-04-05 Adam Chlipala RoundTrip demo
2009-03-26 Adam Chlipala Chat example working nicely, but without dead channel removal
2009-03-22 Adam Chlipala Proper recv
2009-03-22 Adam Chlipala First message send delivered, but not interpreted
2009-03-10 Adam Chlipala Noisy demo
2009-03-10 Adam Chlipala BatchG demo
2009-03-10 Adam Chlipala Batch example
2009-03-09 Adam Chlipala Conversion of functions to CPS, to facilitate ServerCall
2009-02-15 Adam Chlipala Initial parsing of RPC results
2009-02-15 Adam Chlipala First gimpy RPC
2009-02-15 Adam Chlipala Export RPC functions and push RPC calls through to Mono
2009-02-14 Adam Chlipala Start of RPCification