summaryrefslogtreecommitdiff
path: root/src/remote.hh
AgeCommit message (Expand)Author
2017-01-21Support the +line syntax for clients as well.Maxime Coste
2016-12-20Ensure we return 0 on exit from graceful disconnectionMaxime Coste
2016-12-01Only write to remote socket when we know they are writableMaxime Coste
2016-11-29Simplify greatly UI input handlingMaxime Coste
2016-11-29Clean up includes of user_interface.hhMaxime Coste
2016-11-29Small remote code cleanupMaxime Coste
2016-11-28Add more memory domains to certain dataMaxime Coste
2016-10-06Handle all available keys when a RemoteClient input is availableMaxime Coste
2016-09-04Rework client quitting and handling of remote errorsMaxime Coste
2016-09-04Use proper buffering when reading remote messagesMaxime Coste
2016-07-28Tweak session renaming codeMaxime Coste
2016-07-24Add 'session' command to change remote session nameEnrico Lumetti
2016-06-06Check session valididty on kak -l and support kak -clear for clearing the dea...Maxime Coste
2015-10-08Auto fork server when suspending the local clientMaxime Coste
2015-08-23Rework resize handlingMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-04-17Small layout changeMaxime Coste
2015-01-12replace all std::vector with VectorMaxime Coste
2014-12-23Remove trailing blank linesMaxime Coste
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