summaryrefslogtreecommitdiff
path: root/library/RemoteClient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge further changes (???)Timothy Collett2012-09-101-1/+1
|
* remoteclient: dont use gcc deprecated auto_ptrjj2012-05-311-8/+13
|
* Use a more obscure serialize method to avoid recalculating byte size.Alexander Gavrilov2012-03-171-2/+3
|
* Add a ListMaterials remote call for bulk download of basic material info.Alexander Gavrilov2012-03-171-8/+14
|
* A number of interface tweaks in RemoteClient.Alexander Gavrilov2012-03-161-20/+63
| | | | | | | - 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-18/+22
|
* Plugin-exported functions now actually work.Alexander Gavrilov2012-03-151-2/+2
|
* Improve support for void RPC functions, dfhack-run, etc.Alexander Gavrilov2012-03-151-1/+26
|
* Implement trivial RPC interface for dfhack via TCP & protobufs.Alexander Gavrilov2012-03-141-0/+359
Use it to make an executable capable of calling commands remotely.