Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-01 | glibc "feature test" insanity bites again. | Rob Austein | |
2016-06-30 | Merge branch 'master' into macosx. | Rob Austein | |
2016-06-30 | RPC wire format now includes client handle in all requests, and opcode and | Paul Selkirk | |
client handle in all responses. This simplies the daemon a little, and means that the directly-connected serial client uses the same wire format as the daemon. The expense is some redundant code in rpc_client and rpc_server to process (and throw away) this extra stuff. | |||
2016-06-30 | Start work to support client code on Mac OS X. | Rob Austein | |
Includes preliminary support for the magic Mac-specific ioctl() to see line speed, but has not yet been tested, that's waiting for some supporting tweaks to the RPC code from Paul. Includes some general cleanup which isn't really specific to Mac OS X per se but which needed doing and which simplifies adding the Mac code. | |||
2016-06-24 | Support VPATH builds. | Rob Austein | |
2016-06-02 | Add RPC client daemon. | Paul Selkirk | |