summaryrefslogtreecommitdiff
path: root/src/remote.hh
AgeCommit message (Expand)Author
2014-11-12Cleanup includesMaxime Coste
2014-11-05Simplify RemoteClient creation codeMaxime Coste
2014-10-20Port more code to StringView instead of const String&Maxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2014-04-15RemoteClient process all available messagesMaxime Coste
2014-04-07Add support for querying client environement variablesMaxime Coste
2014-03-25Server: correctly handle Accepters lifetimeMaxime Coste
2014-03-21Correctly handle failing to connect to the given session in client modeMaxime Coste
2014-03-02Add -p <session> option to kak, which forward commands on stdin to sessionMaxime Coste
2014-03-02Rename connect_to's pid parameter to sessionMaxime Coste
2014-01-27Remove session socket on error signalMaxime Coste
2013-09-25Remove $kak_socket replaced with $kak_sessionMaxime Coste
2013-09-19Add a -s command line option for specifying session nameMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-03-14move remoting code to remote.ccMaxime Coste
2013-03-12Modify network protocol to allow commands through the socketMaxime Coste
2013-01-11RemoteClient owns the FDWatcher of it's socketMaxime Coste
2013-01-10Refactor EventManagerMaxime Coste
2012-12-18Support initial command passing when a client is connectingMaxime Coste
2012-12-14UserInterface: add info box supportMaxime Coste
2012-11-19add some debug output to RemoteUIMaxime Coste
2012-10-30Add a ClientManager for managing client lifetimesMaxime Coste
2012-10-29NCurses: refactor status line handling, and disambiguate status line from mod...Maxime Coste
2012-10-28Handle all available input before redrawingMaxime Coste
2012-10-26remote: send resize message when neededMaxime Coste
2012-10-26remote: check read/write results, detect disconnectionsMaxime Coste
2012-10-25send actual dimensions of remote client at connectionMaxime Coste
2012-10-23Add some remote client support protocol codeMaxime Coste