summaryrefslogtreecommitdiff
path: root/library/dfhack-run.cpp
Commit message (Collapse)AuthorAgeFilesLines
* A number of interface tweaks in RemoteClient.Alexander Gavrilov2012-03-161-2/+2
| | | | | | | - Associate a default output stream with the whole connection. If not explicitly specified in the constructor, uses stdout. - Add methods that use this default stream to RemoteFunction. - Add easily usable wrappers for CoreSuspend and CoreResume.
* MSVC fixage for the new socket APIPetr Mrázek2012-03-151-0/+1
|
* Improve support for void RPC functions, dfhack-run, etc.Alexander Gavrilov2012-03-151-9/+9
|
* Implement trivial RPC interface for dfhack via TCP & protobufs.Alexander Gavrilov2012-03-141-0/+90
Use it to make an executable capable of calling commands remotely.